- 13 Nov, 2016 1 commit
-
-
Mark Olesen authored
- Now that the metisDecomp uses the metis definition for float/double, do not need to verify the scalar sizes. Note: - could drop precision qualifier for metis, scotch installation (include, lib) as being unneeded, but it is simpler to keep them and continue to use the FOAM_EXT_LIBBIN path (in case other ThirdParty software is compiled with different precisions).
-
- 09 Nov, 2016 1 commit
-
-
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
-
- 04 Nov, 2016 1 commit
-
-
Mark Olesen authored
- Only reference the FOAM_EXT_LIBBIN locations when linking. The respective SCOTCH_ARCH_PATH/lib, METIS_ARCH_PATH/lib locations either do not exist, or are possibly inconsistent and won't be seen at run-time anyhow. - Incorporate decompose/metisDecomp/Allwmake into the top-level decompose/Allwmake
-
- 24 Jun, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- 15 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 10 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 17 Nov, 2015 2 commits
-
-
mattijs authored
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar - low-level distributed Field mapping - support for mapping surfaceFields (including flipping faces) - support for decomposing/reconstructing refinement data
-
mattijs authored
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar - low-level distributed Field mapping - support for mapping surfaceFields (including flipping faces) - support for decomposing/reconstructing refinement data
-
- 21 May, 2015 1 commit
-
-
Henry authored
-
- 14 Dec, 2014 1 commit
-
-
Henry authored
-
- 06 Aug, 2013 1 commit
-
-
mattijs authored
-
- 05 Aug, 2013 1 commit
-
-
mattijs authored
-
- 12 Dec, 2012 1 commit
-
-
mattijs authored
-
- 04 Oct, 2011 1 commit
-
-
mattijs authored
-
- 02 May, 2011 1 commit
-
-
Mark Olesen authored
- use standard *.sh, *.csh endings
-
- 28 Apr, 2011 1 commit
-
-
Mark Olesen authored
-
- 08 Mar, 2011 1 commit
-
-
Mark Olesen authored
- also simplify setting makeType in the Allwmake scripts
-
- 27 Jan, 2011 1 commit
-
-
Mark Olesen authored
-
- 26 Jan, 2011 1 commit
-
-
mattijs authored
-
- 07 Jan, 2011 1 commit
-
-
mattijs authored
-
- 05 Jan, 2011 1 commit
-
-
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
-
- 03 Jan, 2011 1 commit
-
-
Mark Olesen authored
-
- 09 Nov, 2010 2 commits
-
-
Mark Olesen authored
- NB: A csh version is not needed, since the values here are only sourced during the wmake process
-
Mark Olesen authored
- for future updates of scotch, need to edit these two files: OpenFOAM-<VERSION>/src/parallel/decompose/Allwmake ThirdParty-<VERSION>/Allwmake
-
- 22 Mar, 2010 2 commits
- 19 Mar, 2010 1 commit
-
-
Mark Olesen authored
COMP: drop gcc-4.2 settings
-
- 18 Mar, 2010 1 commit
-
-
Andrew Heather authored
-
- 01 Mar, 2010 1 commit
-
-
Andrew Heather authored
The dummyThirdParty tree builds libraries which are drop-in (but non-functional) versions of some thirdparty libraries. This will make it easier to ship binary versions without having to ship thirdparty packs.
-
- 04 Jan, 2010 1 commit
-
-
mattijs authored
Scotch is now built using its own build system which builds an additional metis.h which conflicts with the metis one so to have separate include directory settings we also need separate Make/ structures.
-
- 20 Nov, 2009 1 commit
-
-
Mark Olesen authored
- in preparation for adding an optional '-reconstruct' to a few utilities re-use as -lreconstruct library - move related stuff there too src/decompositionMethods/decompositionMethods -> src/parallel/decompositionMethods - added missing namespace qualifiers
-
- 02 Apr, 2009 1 commit
-
-
mattijs authored
-
- 10 Feb, 2009 1 commit
-
-
mattijs authored
-
- 15 Jan, 2009 1 commit
-
-
mattijs authored
-
- 19 Sep, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 05 Jun, 2008 1 commit
-
-
Mark Olesen authored
-
- 23 May, 2008 1 commit
-
-
Mattijs Janssens authored
-