Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
  2. Jul 08, 2019
  3. Jul 05, 2019
  4. Jul 02, 2019
  5. May 30, 2019
  6. Jun 14, 2019
  7. May 31, 2019
  8. May 01, 2019
  9. Apr 16, 2019
  10. Apr 12, 2019
  11. Apr 11, 2019
  12. Apr 10, 2019
  13. Apr 08, 2019
  14. Apr 03, 2019
  15. Apr 01, 2019
  16. Mar 29, 2019
  17. Mar 27, 2019
  18. Mar 26, 2019
  19. Mar 04, 2019
  20. Mar 01, 2019
  21. Feb 18, 2019
  22. Mar 22, 2019
  23. Mar 04, 2019
  24. Feb 12, 2019
  25. Feb 11, 2019
  26. Feb 04, 2019
  27. Jan 30, 2019
  28. Jan 29, 2019
  29. Jan 28, 2019
    • Mark OLESEN's avatar
      ENH: enable MPI library variants (#1153) · 00d5c604
      Mark OLESEN authored
      - in addition to managing different vendors and versions, it may also
        be necessary or desirable to have a particular variant
        (eg, profiling, release, etc).
      
        Devise a new meaningful name for the variant and create a
        corresponding wmake rule.
      
        Eg, SYSTEMOPENMPI-profiling with a corresponding
            "wmake/rules/linux64Gcc/mplibSYSTEMOPENMPI-profiling" file
        that has suitable content for your system.
      
      CONFIG: intel-mpi use intel64/ paths only for config and wmake rules (#1153)
      
      - previously adjusted the config files, but missed the changes
        required for the wmake rules too.
      
        Now simply migrate to using  "intel64/{include,bin,lib}"
        instead of the older naming  "{include,bin,lib}64"
      
        These changes work since at least intel-mpi 2015 (5.x), but possibly
        earlier as well
      00d5c604
  30. Jan 23, 2019
  31. Jan 17, 2019
  32. Jan 10, 2019
    • Mark OLESEN's avatar
      ENH: make use of FOAM_API for environment as well (issue #1158) · 1dc87855
      Mark OLESEN authored
      - was WM_PROJECT_API in the environment and FOAM_API in dictionaries.
      
        Make these both consistently FOAM_API.
        This is a non-breaking change, since the value of WM_PROJECT_API
        (added in 1812) and/or FOAM_API is purely informative.
        For the current correct values, always use
      
          * foamEtcFile -show-api
          * wmakeBuildInfo -show-api
      1dc87855
    • Mark OLESEN's avatar
      ENH: provide config setup for mesa with llvm (issue #1164) · 4e1b5c1c
      Mark OLESEN authored
      - If using a non-clang compiler suite (gcc, intel, etc) the additional
        lbraries required for mesa with llvm pipelines may not be found.
      
        Provide a mesa_llvm configuration with in the 'vtk' config file.
        Can use the usual types of settings
      
           * mesa_llvm=llvm-4.0.1
           * mesa_llvm=none
           * mesa_llvm=system
      4e1b5c1c