Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
    • Mark Olesen's avatar
      ENH: robuster handling of system or central installation (issue #290) · b048cacc
      Mark Olesen authored
      - Follow similar pattern as per boost/CGAL with the '*-none' to disable,
        and '*-system' for system installations.
      
        Also support central non-ThirdParty installations by specifying the
        version as "*-system", but also providing the fully qualified
        *_ARCH_PATH too.
      
      --
      ENH: Verify label and scalar sizes used in the metis header.
      
      - ensure they match with expected values, which can be obtained via
        the OpenFOAM definitions for WM_LABEL_SIZE and WM_PRECISION_OPTION
      b048cacc
  2. May 15, 2016
  3. May 11, 2016
  4. Feb 15, 2016
  5. Feb 10, 2016
  6. May 18, 2015
  7. Dec 31, 2014
    • Henry's avatar
      Updated headers · ded2f257
      Henry authored
      ded2f257
    • Henry's avatar
      Added and verified support for 64bit labels · 325b003b
      Henry authored
      To compile with 64bit labels set
      
      WM_LABEL_SIZE=64
      
      in ~/OpenFOAM/dev/prefs.sh
      
      source ~/.bashrc
      
      then Allwmake in OpenFOAM-dev.
      
      This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
      
      If WM_LABEL_SIZE is unset or set to 32:
      
      WM_LABEL_SIZE=32
      
      the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
      
      Thus both 32bit and 64bit label builds can coexist without problem.
      325b003b
  8. Dec 06, 2012
  9. Aug 14, 2011
  10. May 02, 2011
  11. Jan 05, 2011
    • Mark Olesen's avatar
      ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries · 5e12506f
      Mark Olesen authored
      - drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which
        two different locations can be determined.
      
        Previously there was something like this:
      
            FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1
      
        We now instead determine the locations from the FOAM_MPI directly:
      
            FOAM_MPI=openmpi-1.5.1
      
                $FOAM_LIBBIN/$FOAM_MPI     -> OpenFOAM  mpi-related
                $FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related
      
      ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN
      
      - as discussed with Mattijs
      5e12506f
  12. Jan 03, 2011
  13. Nov 09, 2010
  14. Mar 29, 2010
  15. Mar 03, 2010
  16. Feb 05, 2010
  17. Aug 02, 2009
  18. Jun 09, 2009
  19. Dec 31, 2008
  20. Jun 25, 2008
  21. Jun 16, 2008
  22. Apr 15, 2008