f9d61d7e3c
Updates for changes to etc/config structure
2016-02-10 16:20:19 +00:00
37eb604536
src/parallel/decompose/Allwmake: remove redundant -lscotch condition
2015-05-21 17:58:43 +01:00
844b283030
New version of wmake supporting out-of-tree object and dependency files
2014-12-14 21:42:18 +00:00
f7d3cdc5fb
ENH: metis: updated to metis5.1
2013-08-06 17:16:00 +01:00
40a14a55ed
ENH: metisDecomp: support for metis-5.1
2013-08-05 16:38:16 +01:00
3c7d4113f2
COMP: ptscotchDecomp: scotch6.0 requirements
2012-12-12 09:45:18 +00:00
ba308083ab
ENH: chtMultiRegionFoam: solve single h equation
2011-10-04 15:36:52 +01:00
20693b96bd
CONF: move OpenFOAM etc/apps -> etc/config
...
- use standard *.sh, *.csh endings
2011-05-02 14:52:11 +02:00
b646589996
COMP: add sentinels to catch mpi or scotch version changes when compiling
2011-04-28 16:26:00 +02:00
e0311539fc
STYLE: change makeOption to makeType internally
...
- also simplify setting makeType in the Allwmake scripts
2011-03-08 08:58:44 +01:00
dd57f3c4b4
STYLE: set makeOption before 'set -x' (cleaner output) in Allwmake
2011-01-27 16:22:32 +01:00
c9d6212006
ENH: Allwmake : allow easy building of static libraries
2011-01-26 16:59:13 +00:00
a6de8e746a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/test/lduMatrix/Test-lduMatrix.C
applications/test/lduMatrix/Test-lduMatrix2.C
applications/test/lduMatrix/Test-lduMatrix3.C
applications/test/parallel/Test-parallel.C
applications/utilities/miscellaneous/foamFormatConvert/writeMeshObject.H
bin/mpirunDebug
etc/apps/paraview3/cshrc
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/primitives/Pair/labelPair.H
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C
2011-01-17 21:40:13 +00:00
a78ed5bade
COMP: metisDecomp : remove from default compilation
2011-01-07 14:44:56 +00:00
5e12506f8e
ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries
...
- 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
2011-01-05 07:53:54 +01:00
1aedae665c
ENH: use mpi-qualified names for ptscotch include, lib
2011-01-03 16:54:56 +01:00
c1493b1748
ENH: move scotch settings to etc/apps/scotch
...
- NB: A csh version is not needed, since the values here are only
sourced during the wmake process
2010-11-09 12:49:27 +01:00
08b27669da
ENH: install scotch files under ThirdyParty platforms/
...
- for future updates of scotch, need to edit these two files:
OpenFOAM-<VERSION>/src/parallel/decompose/Allwmake
ThirdParty-<VERSION>/Allwmake
2010-11-09 10:11:17 +01:00
5d93fbe16d
ENH: Removed parmetis. Use ptscotch instead.
2010-03-22 16:48:48 +00:00
9f5c39af53
ENH: have ptscotch
...
ptscotch - compiles into ptscotchDecomp. All thirdparty decompositionMethods
now moved out of decompositionMethods so add them explicitly to link line
for programs that need them (decomposePar, snappyHexMesh etc.)
2010-03-22 15:38:35 +00:00
dc06f24a0c
ENH: Split src/parallel into decompse and reconstruct to remove cyclic build dependency
2010-03-18 12:23:01 +00:00