Skip to content
Snippets Groups Projects
  1. Feb 03, 2020
    • Mark OLESEN's avatar
      CONFIG: provide separate default settings for clang/gcc (fixes #1566) · 4dd14331
      Mark OLESEN authored
      - the foamConfigurePaths script is quite simplistic and aggressive in
        what it changes. This was particularly evident when using it to
        change gcc/clang versions.
      
        Restructured the corresponding compiler settings to define default
        versions (eg, "default_gcc_version") that limits the scope of
        changes performed by foamConfigurePaths and makes it easier to
        understand if changing manually.
      4dd14331
  2. Jan 31, 2020
  3. Jan 28, 2020
  4. Dec 09, 2019
  5. Dec 02, 2019
  6. Nov 25, 2019
    • Mark OLESEN's avatar
      BUG: ensightReadFile ignores binary string limits (#1511) · 29faf6da
      Mark OLESEN authored
      ENH: downgrade error on type-mismatch to a warning
      
      - Ensight data files generated by OpenFOAM will start with the name of
        the data type (Eg, "scalar", "vector" etc), but this convention may
        fail for data files that have been generated elsewhere.
      29faf6da
  7. Nov 20, 2019
  8. Nov 15, 2019
  9. Nov 19, 2019
  10. Nov 18, 2019
  11. Nov 11, 2019
  12. Nov 10, 2019
  13. Nov 11, 2019
  14. Oct 31, 2019
  15. Nov 03, 2019
  16. Oct 17, 2019
  17. Oct 16, 2019
  18. Oct 01, 2019
  19. Oct 18, 2019
  20. Oct 03, 2019
  21. Oct 01, 2019
  22. Sep 25, 2019
  23. Sep 27, 2019
  24. Sep 18, 2019
  25. Sep 12, 2019
  26. Sep 05, 2019
  27. Aug 28, 2019
    • Mark OLESEN's avatar
      CONFIG: bump patch level · 76c156a6
      Mark OLESEN authored
      76c156a6
    • Mark OLESEN's avatar
      BUG: missing foamExec causes foamJob failure (#1309, #1411) · b6eeaf51
      Mark OLESEN authored
      - foamExec was removed as part of commit 6c68c34e but
        overlooked the fact that it is partly still needed by foamJob.
        When running in parallel, it is used to source the etc/bashrc env.
      
        Reinstated a stripped down form, which has been relocated to
        bin/tools directory (it should not be directly called by the user).
      
        The previous version switching functionality has nonetheless be
        dropped since it only worked only when a rigid naming convention for
        OpenFOAM installations was followed.
      
      ENH: add foamJob log=, -log-app, -no-log options, improved coding quality
      b6eeaf51
  28. Aug 21, 2019