Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Dec 15, 2017
  3. Jan 16, 2018
    • Mark OLESEN's avatar
      CONFIG: typo in config.csh/mpi · ff07ae15
      Mark OLESEN authored
      - also handle stray semi-colons in foamCleanPath.
        Treat like a ':' separator.
        They are incorrect and potentially problematic for shell evals.
      ff07ae15
  4. Jan 11, 2018
    • Mark OLESEN's avatar
      ENH: improved handling of gmp/mpfr library settings (issue #674) · 110b00f0
      Mark OLESEN authored
      - export library path for gmp/mpfr from CGAL config files.
        This is required when non-system gmp/mpfr libraries are being
        used, but not using a ThirdParty compiler installation.
      
      - automatically handle lib/ vs lib64/ (eg, for central installations)
        for packages such as boost, CGAL, etc. While the ThirdParty
        compilation of these will normally land in lib64/, this may not be
        the case when they are supplied by another means.
      
      - reworked the handling of foamEtcFile and foamCleanPath for less
        clutter in the configuration files.
        Added the bin/tools/lib-dir script to handle logic that is
        too complex to easily manage in csh.
      110b00f0
  5. Nov 24, 2017
    • Mark OLESEN's avatar
      ENH: more succinct output from command-line errors. · 5947f9a3
      Mark OLESEN authored
      - unknown options or missing option values now emit a shorter message
        without the entire usage. This makes it easier to identify the errors
        and is better aligned with the behaviour of GNU system tools.
      
        ====
           $ simpleFoam -case
           Using: OpenFOAM-plus (see www.OpenFOAM.com)
           Build: plus-01234
      
           Error: option '-case' requires an argument
      
           See 'simpleFoam -help' for usage
        ====
      
      - provide for reduced (-help) and full (-help-full) usage information.
        In many cases the reduced usage provided sufficient and easier
        to find the information.
      
      - make -srcDoc an alias for -doc-source
      
      - no warnings about option aliases for future dates.
      5947f9a3
  6. Apr 20, 2017
  7. Oct 25, 2016
  8. Oct 18, 2016
    • Mark Olesen's avatar
      BUG: foamCleanPath problem if path contains @ (closes #264) · 03b5d5c1
      Mark Olesen authored
      - Can occur with some user names, or mounted paths.
        Resolve by using '?' for the separation character.
      
        Since '?' is a shell-glob, it is highly unlikely to occur appear in
        filenames.  Additionally, it is not a meta-character in standard sed,
        nor in the GNU extension (which uses '\?').
      03b5d5c1
  9. Feb 15, 2016
  10. Aug 05, 2013
  11. Mar 15, 2012
  12. Aug 14, 2011
  13. Mar 25, 2011
  14. Feb 21, 2011
  15. Feb 17, 2011
  16. Jan 19, 2011
  17. Jan 14, 2011
  18. Jan 07, 2011
  19. Jan 05, 2011
  20. Mar 29, 2010
  21. Mar 19, 2010
  22. Mar 05, 2010
  23. Feb 05, 2010
  24. Aug 02, 2009
    • Mark Olesen's avatar
      more consistent naming convention for aliases · ff5137e4
      Mark Olesen authored
      - old-style (left untouched for now):
        app, lib, run, sol, tut, util
      
      - new-style:
        foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils
      
      - additional aliases:
        userApps, whichFoam
      
      NB: ideally we'd have 'foamSrc' instead of 'src'.
          Do we really need 'foamsrc' and 'foamfv' anyhow?
      ff5137e4
  25. Apr 02, 2009
  26. Dec 31, 2008
  27. Jun 25, 2008
  28. May 21, 2008
  29. Apr 15, 2008