825b4a19d2
STYLE: removed spurious tabs
2011-01-05 18:29:46 +00:00
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96 .
2011-01-05 18:25:32 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
d6bf035b7e
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-05 18:23:28 +00:00
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
77190a351a
STYLE: trailing whitespace.
2011-01-05 11:21:35 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
c1c57fd173
STYLE: Comment and output tweak.
2011-01-05 10:37:22 +00:00
5d18583101
ENH: collect arch-specific directly under platforms/
...
- platforms/WM_OPTIONS/lib
old: lib/WM_OPTIONS
- platforms/WM_OPTIONS/bin
old: bin/WM_OPTIONS
old: applications/bin/WM_OPTIONS
A runtime environment nows needs
- bin/
- etc/
- platforms/
2011-01-05 08:49:42 +01: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
09170d7715
COMP: protect headers against multiple inclusion in POSIX/signals
...
STYLE: report when SIGFPE handling is unsupported
- move OSspecific.H include from signal headers to argList where
it is more obvious
2011-01-04 19:35:48 +01:00
0a6d552526
STYLE: remove '-roots' option too with noParallel
2011-01-04 19:35:03 +01:00
875a035147
STYLE: date
2011-01-04 18:26:00 +00:00
1109f37968
STYLE: InteractionLists.H : comment
2011-01-04 18:24:04 +00:00
eacd4d1206
BUG: settings.csh : add endif
2011-01-04 18:23:20 +00:00
fd7bf0fa8f
STYLE: forgot to commit changes to SHA1Digest.C in e14521b5b3
2011-01-04 18:47:59 +01:00
cab83f794a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-04 16:09:20 +00:00
25de194d33
Merge remote branch 'OpenCFD/olesenm' into olesenm
2011-01-04 15:46:43 +01:00
59228f8c9a
STYLE: Minor code formatting changes
2011-01-04 15:27:00 +01:00
17afa039af
COMP: fix merge conflict
2011-01-04 13:01:11 +00:00
afb5b6d47e
STYLE: Change thermo cp->Cp
2011-01-04 11:48:54 +00:00
2af4492a7d
BUG: corrected devolatilised mass assignment
2011-01-04 11:48:15 +00:00
c80a5643e7
Merge branch 'olesenm'
2011-01-04 11:03:50 +00:00
ac64e72c53
Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm
2011-01-04 10:52:58 +00:00
7a6cfda2f8
Merge branch 'olesenm'
2011-01-04 10:52:41 +00:00
b50395b846
STYLE: Minor code formatting changes
2011-01-04 10:52:17 +00:00
060acc6eae
COMP: fix missing link references to FOAM_EXT_LIBBIN
2011-01-04 09:54:14 +01:00
e14521b5b3
ENH: add SHA1 comparison to text representations from a string
...
- eases management/control of previously calculated sums
- add empty() member function to SHA1Digest
- adjust Copyright dates
2011-01-04 09:31:55 +01:00
1aedae665c
ENH: use mpi-qualified names for ptscotch include, lib
2011-01-03 16:54:56 +01:00
086c1c0fe1
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-03 14:01:16 +01:00
eaf9d5cffe
ENH: update for scotch_5.1.11
2011-01-03 11:19:12 +01:00
e2db4e630e
Merge remote branch 'bundle/home' into olesenm
2011-01-03 10:06:56 +01:00
a3a2ea78be
ENH: update, cleanup foam packing routines
...
- update packing for FOAM_EXT_LIBBIN and newer FOAM_APPBIN
- pack OpenFOAM source via 'git archive' for consistency with
the git repository (use -nogit option to revert to manual packing)
- combine foamPackBin + foamPackThirdPartyBin
- add foamPackThirdPartyBinAll (like foamPackBinAll)
- relocate service scripts into bin/tools
- use more standard 'tgz' instead of 'gtgz'
2011-01-02 21:39:41 +01:00
6091cdb0a5
BUG: incorrect log-check in runParallel (RunFunctions)
...
STYLE: minor rewording, drop grep/sed in favour of sed only
2011-01-02 18:42:26 +01:00
185d417530
STYLE: zero padding directly in cleanTimeDirectories
2011-01-02 18:22:37 +01:00
b62fe1ae08
ENH: update code templates to 2011
2011-01-02 11:12:52 +01:00
b227751efe
BUG: cyclicPolyPatch: transformPosition did not assign
2010-12-30 21:28:39 +00:00
a78fa5add5
STYLE: remove trailing ';' after '{ ... }' compound
2010-12-30 17:50:47 +01:00
4148c975f9
ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)
...
- remove settings for really old cmake versions
2010-12-30 16:58:25 +01:00
46a5865894
ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN
2010-12-30 16:35:52 +01:00
171d7a35e5
ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN
...
- place under $WM_THIRD_PARTY_DIR/lib/$WM_OPTIONS
- relocate FOAM_MPI_LIBBIN accordingly
2010-12-30 13:52:34 +01:00
372fcb4305
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
2010-12-30 12:48:20 +00:00
805f6f76fb
ENH: windTurbineTerrain: mesh and run in parallel
2010-12-30 12:46:37 +00:00
54e9622e95
ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools
2010-12-30 13:19:36 +01:00
7fa1e73a35
ENH: scotchDecomp : allow decomposition in parallel
...
All of graph gets sent to master which does the decomposition
2010-12-30 08:39:40 +00:00
4eb5e673e1
ENH: mapDistribute: allow -1 as global element
2010-12-30 08:38:18 +00:00
041f7c4eea
STYLE: turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H : corrected comment.
2010-12-30 08:37:28 +00:00
da439f5484
STYLE: consistent naming for templated/non-templated patch field construction
...
eg,
- makePatchTypeField -> makeTemplatePatchTypeField
- makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
18dbe9996a
ENH: reorganize settings to avoid inheriting bad values
...
- avoid non-standard 'tempfile' in bin/tools/foamConfigurePaths
2010-12-23 07:37:32 +01:00
8bffec8fbb
ENH: relocate binaries from applications/bin/linux* -> bin/linux*
...
- consistent and shorter naming throughout
- simplifies syncing compiled versions.
For a runtime environment, only need these directories:
bin/
etc/
lib/
2010-12-23 06:59:15 +01:00