Mark Olesen
f1d03a3802
ENH: cleanup shell scripts, BUG: unclosed 'if' in inlineReplace
2010-03-23 14:05:51 +01:00
Mark Olesen
d239cc053a
COMP: coco-cpp now installed with --prefix and without separate --exec-prefix
...
COMP: latest coco-cpp can find the frame files relative to the
executable path. This simplifies the make rules.
2010-03-10 12:11:26 +01:00
mattijs
49fb39e8f3
Merge commit 'origin/master' into splitCyclic
...
Conflicts:
applications/utilities/parallelProcessing/decomposePar/decomposePar.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
2010-03-09 21:28:53 +00:00
Mark Olesen
2068c67a33
ENH: 'wclean all' now uses either Allwclean or Allclean files if
...
present.
2010-03-09 17:16:23 +01:00
Mark Olesen
d4054f6b1f
ENH: add -i(ignore) option to wmkdep, wmkdepend
...
- specifies headers that should be ignored. Provides a workaround
for the fact that wmkdep/wmkdepend doesn't handle defines at all.
STYLE: code cleanup of wmkdep.l
2010-03-09 16:16:17 +01:00
Mark Olesen
27ecc9177c
ENH: only report the first occurance of missing file when making dependencies
2010-03-09 10:36:55 +01:00
Mark Olesen
03b30396cb
ENH: relocate third-party binaries
...
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH*
new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName>
This streamlines the creation of binary packs, eases distribution and
helps when testing the robustness of relocatable installations.
2010-03-09 10:15:10 +01:00
Mark Olesen
be86669315
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-05 15:46:49 +01:00
Mark Olesen
5726d59f63
STYLE: improved usage information for wmake
2010-03-04 09:37:50 +01:00
andy
22ce56db17
Merge branch 'olesenm'
2010-03-01 15:55:30 +00:00
mattijs
85a481906a
ENH: Added new WM_MPLIB setting.
...
This signals that we are using the system installed openmpi version.
2010-03-01 15:14:03 +00:00
Mark Olesen
f2f2f60cf5
STYLE: remove unused cruft from flex-based lexers
2010-02-25 16:18:34 +01:00
Mark Olesen
e3a1ffb1bb
COMP: rename wmake rule coco -> coco-cpp to reflect frame language (C++)
2010-02-10 13:13:45 +01:00
Mark Olesen
d0fd6f27a3
ENH: use stl::set instead of hand-rolled HashTable in wmkdependParser
2010-02-10 13:07:42 +01:00
Mark Olesen
49a70d832d
ENH: add C++-based wmkdepend parser (uses Coco/R grammar).
...
- This avoids dependency on lex/flex and provides better encapsulation
for buffer switching. As a result, the maximum number of open files
only corresponds to the include depth.
2010-02-07 14:31:40 +01:00
Mark Olesen
00616b72ff
ENH: Add functionEntry '#calc' to dictionary
...
- handles basic operations, references to other dictionary entries
(with '$name' syntax) and assorted mathematical functions:
pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
log10, mag, atan2, pow
The basic syntax: #calc{ ... };
NOTE the trailing ';' is required for the primitiveEntry to be
properly defined.
2010-02-07 13:58:10 +01:00
mattijs
46ad2e55d6
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/syncTools/dummyTransform.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H
src/mesh/blockMesh/curvedEdges/spline.H
src/meshTools/PointEdgeWave/PointEdgeWave.C
src/meshTools/sets/topoSets/faceSet.C
2010-01-26 17:11:18 +00:00
Mark Olesen
7dd1ad1e23
Adjust Make options for calcEntry.
2010-01-15 19:25:12 +01:00
Mark Olesen
cf3e2a8abf
Update calcEntry grammar to include copyright.
...
Include character class (wchar_t or char) as a template parameter in
CocoParserErrors.
2010-01-06 12:27:14 +01:00
Mark Olesen
e0ba4cbb02
Adjust line number before/after #calc{} scanner for improved error messages.
2010-01-03 21:45:32 +01:00
Mark Olesen
ebfdafad7f
Add preliminary wmake rule for using CoCo/R.
2010-01-03 00:39:28 +01:00
mattijs
192f8ae542
Changed tecio build options to use local file
2009-12-14 11:20:22 +00:00
mattijs
db34f04131
added tecio compilation rules to wmake
2009-12-08 11:40:00 +00:00
henry
f686c8d531
Remove spurious warnings from the Icc compiler concerning casting NULL.
2009-12-02 16:39:12 +00:00
mattijs
be1b1ceefc
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/mesh/generation/blockMesh/blockMeshApp.C
applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C
etc/bashrc
etc/cshrc
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/decompositionMethods/parMetisDecomp/parMetisDecomp.C
src/dynamicMesh/Make/files
src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C
src/dynamicMesh/perfectInterface/perfectInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/finiteVolume/Make/files
src/mesh/blockMesh/blockMesh/blockMesh.C
src/mesh/blockMesh/blockMesh/blockMeshTopology.C
src/meshTools/Make/files
src/meshTools/sets/topoSets/faceSet.C
2009-11-30 15:20:52 +00:00
mattijs
9c1d1dc7b9
skip c++ include for mpi.h
2009-10-06 14:43:42 +01:00
andy
6c13d978cf
extending template max depth to 60
2009-09-17 11:52:09 +01:00
mattijs
47066c7e51
cgal compilation
2009-08-17 22:03:53 +01:00
Mark Olesen
bdbdd25bac
Allwmake and {applications,src}/Allwmake use wmake/wmakeCheckPwd
...
- solves problems that can occur when checking $PWD and links are involved
2009-08-07 20:24:11 +02:00
mattijs
8d115b35c1
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/mesh/advanced/modifyMesh/cellSplitter.C
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
applications/utilities/mesh/generation/blockMesh/blockMesh.C
applications/utilities/mesh/generation/blockMesh/createTopology.C
applications/utilities/mesh/generation/snappyHexMesh/Make/options
src/OpenFOAM/containers/Lists/ListOps/ListOps.H
src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C
src/OpenFOAM/containers/Lists/UList/UList.H
src/OpenFOAM/containers/Lists/UList/UListI.H
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C
src/decompositionAgglomeration/Allwmake
src/decompositionAgglomeration/decompositionMethods/Make/files
src/decompositionAgglomeration/decompositionMethods/Make/options
src/dynamicMesh/attachDetach/attachInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H
src/dynamicMesh/slidingInterface/coupleSlidingInterface.C
src/finiteVolume/Make/files
tutorials/channelOodles/channel395/constant/polyMesh/blockMeshDict
tutorials/icoFoam/cavity/constant/polyMesh/blockMeshDict
wmake/rules/linux64Gcc/c++Opt
2009-08-07 08:19:53 +01:00
Mark Olesen
e211ff7dab
consistency update: foamNew, foamNewSource, foamNewTemplate
...
- simplified the logic
- provide direct link to the respective scripts
- provide help from the respective scripts
2009-08-02 12:43:24 +02:00
Mark Olesen
7fb61ed941
wmakePrintBuild - cd first, so we get the correct git information
2009-08-02 11:06:26 +02:00
Mark Olesen
efce737693
Add provisioning for gcc-4.4.1
...
- compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
- continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
a system gcc-4.3.2
2009-07-29 09:59:16 +02:00
Mark Olesen
fb6193f536
adjusted wmakeLnIncludeAll to search Make/files for LIB=
2009-07-21 11:11:03 +02:00
Mark Olesen
7215571eb7
updated wmakeLnIncludeAll
...
- search for 'lnInclude' rather than 'Make' by default
This gives better general behaviour for rebuilding.
2009-07-21 08:59:49 +02:00
Mark Olesen
ea14d8f8b4
Merge commit 'OpenCFD/master' into olesenm
2009-07-20 14:38:38 +02:00
henry
9b44034d8c
Changed more references to wmake/utilbin to wmake/bin.
2009-07-20 11:02:57 +01:00
Mark Olesen
f48b841973
mkdep rule was still using utilbin/ directory
2009-07-20 09:15:30 +02:00
Mark Olesen
5cca4df2f0
finalize wmake/utilbin/ -> wmake/bin/ change
...
- update foamPack* scripts accordingly
2009-07-17 17:20:54 +02:00
Mark Olesen
dbf3d84560
Merge commit 'OpenCFD/master' into olesenm
2009-07-17 17:08:30 +02:00
henry
81b6fff674
Changed wmake/utilbin to wmake/bin.
2009-07-17 15:39:16 +01:00
henry
99a27c893d
Removed Java support.
2009-07-17 11:24:15 +01:00
henry
6b3ceaf4b5
Removed support for Java.
2009-07-17 09:30:36 +01:00
Mark Olesen
33358fd383
fix wmake bug introduced by a9699afbb4
...
- skip including java rather than having recursive includes
(and too many files open error) when WM_JAVAC_OPTION isn't defined.
2009-07-16 13:32:40 +02:00
Mark Olesen
75080ab867
dropped pvm
2009-07-15 13:34:51 +02:00
Mark Olesen
0e5e84f4ed
removed last remnants of LAM support
2009-07-15 12:26:12 +02:00
henry
218b2baec4
Changed SP and DP to WM_SP and WM_DP.
2009-07-03 11:46:45 +01:00
henry
0bb012d0c2
Corrected handling of loop macros and removed those for PtrList.
2009-06-23 20:43:51 +01:00
henry
dfbf96c4c8
Added new warning message.
2009-06-23 12:12:17 +01:00
Henry Weller
65a9101d2e
More warning messages.
2009-06-22 21:04:30 +01:00
Henry Weller
3345fd8378
Removed support for cint.
2009-06-22 21:03:57 +01:00
Mark Olesen
20c1a673e7
'rebrand' OSspecific Unix -> POSIX
...
- change name of environment variable from $WM_OS -> $WM_OSTYPE
as a better description
2009-05-18 10:26:11 +02:00
Mark Olesen
1cdbeb29d7
minor tweak to wmake
...
- place wmkdep and dirToString executables under
utilbin/$(WM_ARCH)$(WM_COMPILER).
This helps somewhat when copying rules about, and might help when creating
general rules.
2009-05-06 15:56:29 +02:00
Mark Olesen
51f443a345
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
Can't use [0] to assign the first value of a DynamicList unless it has been
preceded by a setSize() - use append() instead.
2009-05-06 09:33:38 +02:00
Mark Olesen
433b209702
update to openmpi-1.3.2, prepare for newly released gcc-4.4
...
- added rules for gcc-4.3 in preparation for switching to gcc-4.4
- added 'clean' target for wmake/src/Makefile
It is probably reasonable to separate the binaries from the rules (TODO)
2009-04-30 08:32:48 +02:00
mattijs
b773710d06
remove opteron and no-gcse switch
...
modified: SiCortex64Gcc/cOpt
modified: SunOS64Gcc/cOpt
modified: linux64Gcc/c++Opt
modified: linux64Gcc/cOpt
modified: linux64Gcc/general
modified: linux64Gcc42/c++Opt
modified: linux64Gcc42/cOpt
modified: linuxGcc/c++
modified: linuxGcc/cDebug
modified: linuxGcc/general
modified: linuxIA64Gcc/cOpt
2009-04-28 22:20:12 +01:00
mattijs
de2a74b2fa
use gcc, not g++ for flex
2009-04-23 16:20:57 +01:00
mattijs
2c48a69e50
scotch decomposition method
2009-04-23 14:44:23 +01:00
henry
9c95fd034b
Added initial support for LinuxPPC.
2009-04-02 12:26:41 +01:00
henry
4dedd47382
Changed the option to select the generation of a C++ scanner to the backward compatible -+.
2009-03-31 20:14:40 +01:00
henry
b2ad57c69b
Added basic support for QsNet.
2009-03-28 19:53:06 +00:00
Mark Olesen
47bd172682
pushed too soon before fixing typo on wmakeLnInclude
2009-03-04 14:31:37 +01:00
Mark Olesen
db8febe9f9
wmakeLnInclude -f now also changes the default linking to 'ln -sf'
...
- this seems to be the most sensible solution.
The changed time stamps on the links doesn't seem to bother make at all.
2009-03-04 13:14:11 +01:00
mattijs
f80012000b
removed checking since overwrites files
2009-02-27 10:43:18 +00:00
Mark Olesen
d3ec38f0aa
Merge commit 'OpenCFD/master' into olesenm
2009-02-06 10:40:19 +01:00
mattijs
b79ccb9293
sunos changes
2009-02-05 09:30:26 +00:00
mattijs
5afc0db5a8
Solaris port
2009-02-02 12:23:41 +00:00
mattijs
2dbf42085d
Initial set of changes.
2009-01-15 18:29:08 +00:00
Mark Olesen
5ba68da75b
wmake script cosmetics
2009-01-10 08:25:31 +01:00
Mark Olesen
0061e9ed03
added Foam::FOAMbuild to Foam::FOAMversion
...
- avoids problems with finding files based on FOAMversion
(reported by Mattijs)
2009-01-09 09:11:50 +01:00
Mark Olesen
1cd18ce0b5
added wmakeLnIncludeAll - can be quite useful after a wcleanLnIncludeAll
2009-01-07 21:06:08 +01:00
Mark Olesen
cdd2266467
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
mattijs
eb2e37b296
SiCortex port
2009-01-06 21:41:20 +00:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
henry
7386e4c94d
Changed "flex++" to "flex --c++" to avoid the need to create the link from "flex" to "flex++" after installing "flex".
2008-12-30 19:02:45 +00:00
Mark Olesen
d3ab1df730
fixed silly mistakes in wmakePrintBuild
2008-12-19 19:04:09 +01:00
andy
14314fc126
correcting script for refs/heads/master instead of HEAD
...
- if local repo is up to date, HEAD and origin/HEAD are the same
so id was returned twice
2008-12-19 16:39:35 +00:00
Mark Olesen
0c5571519f
changes to build version string
...
- version is WM_PROJECT_VERSION prefix + SHA1 from current git head
- move double quotes from make rules to global.Cver for extra safety
2008-12-19 13:20:14 +01:00
Mark Olesen
5f7d2acb9c
tweaked build version strings
...
- added wmakePrintBuild -check, -update, -version options
- only update .build cache when explictly requested and
from within the wmake Cver rules
- use -check option to avoid unnecessary remake in src/Allwmake
2008-12-19 12:13:08 +01:00
Mark Olesen
6a4b83bc43
Added wmakePrintBuild for determining the build version
...
- the $WM_PROJECT_DIR/.build file is automatically updated.
This file is (and must be) ignored by git.
2008-12-19 11:11:20 +01:00
Mark Olesen
b5f06a3833
use git describe for header version, but use existing wmake framework
2008-12-18 19:54:13 +01:00
Mark Olesen
367639bf02
Merge commit 'OpenCFD/master' into olesenm
2008-11-19 18:57:15 +01:00
henry
16e9f10e22
Added support for HP-MPI.
2008-11-19 14:57:06 +00:00
Mark Olesen
9a2c1adb79
wmakeLnInclude : also ignore 'noLink' directories
...
- useful for avoiding links on older versions, or for 'hiding' contents
2008-11-12 23:33:51 +01:00
Mark Olesen
50427d7712
leave *~ files alone in wcleanAll and drop wcleanAlmostAll
2008-10-23 08:16:43 +02:00
Mark Olesen
50a2ddfcc7
bin/ wmake/ script updates
...
- send error messages to stderr
- added -h/-help options where some were missing
- changed 3-space to 4-space indentation
- where possible, allow multiple directories from the command-line
2008-10-22 14:33:59 +02:00
mattijs
135c6d0536
colouring; indentation
2008-10-22 09:23:59 +01:00
Mark Olesen
bd78708543
just use plain ssh for GridEngine compilation
2008-10-20 17:28:33 +02:00
henry
1bc24ee3b8
Removed the host prefix as this inhibits correct error parsing by intelligent editors.
2008-10-16 21:50:09 +01:00
henry
1f8bf1bac8
Removed the host prefix as this inhibits correct error parsing by intelligent editors.
2008-10-16 21:44:01 +01:00
henry
3e6401f862
Removed the host prefix as this inhibits correct error parsing bu intelligent editors.
2008-10-16 21:42:18 +01:00
mattijs
6943d2fb6f
mark changes
2008-10-06 14:42:32 +01:00
Mark Olesen
f8823b684b
wcleanAll - provide some information about the progress
...
- move tutorial cleanup to the end in case the user wishes to
abort the wcleanAll script
- adjusted wcleanAlmostAll according, but don't know if it's really
needed any more
2008-09-30 19:32:13 +02:00
Mark Olesen
e0bb935efb
wmakeLnInclude: improvements and bugfix
...
- fixed typo: had skipped '-Make' instead of 'Make' directory
- remove broken links first
* helps when file locations have changed
- filter out trailing 'lnInclude' from the <dir> spec
* this makes it easier to update existing lnInclude dirs:
find -name lnInclude -exec wmakeLnInclude -f {} \;
- reduced output noise when re-creating an identical link
2008-09-26 18:39:30 +02:00
mattijs
e548936cb0
revert to pipe - behaves better
2008-09-26 13:11:31 +01:00
andy
2a424fddab
using Graham's latest CGAL wmake rules
2008-07-24 14:40:53 +01:00
Mark Olesen
7f9631634d
cleanup wmake scripts
...
- match comments to names of scripts
- remove comments about using C-shell (not true anymore)
- use 'assert' style syntax in places instead of if/then/fi
- wcleanMachine supports multiple arguments
2008-07-18 15:32:10 +02:00
Mark Olesen
0d3eec3dc4
removed more derived files from repo
2008-07-01 13:09:04 +02:00
mattijs
18886a8fa4
derived files should not be in repo
2008-06-27 16:29:04 +01:00
mattijs
98578b55b4
make comment state exclusive
2008-06-27 16:27:15 +01:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
mattijs
0178d7268a
simplification of colouring
2008-06-25 09:31:28 +01:00
henry
29c8fd500b
I have no idea...
2008-06-17 17:03:27 +01:00
henry
f02ef4fa4b
Corrected for gcc-4.3.1
2008-06-17 16:56:42 +01:00
Mark Olesen
dcb487fd0f
wmake : set WM_NCOMPPROCS automatically when both WM_HOSTS and WM_SCHEDULER are set
...
This substantially eases enabling/disabling distributed compiling
For example,
- export WM_HOSTS="host1:N ... hostN:N" as usual
- simply set/unset WM_SCHEDULER
etc/aliases.{sh,csh} added aliases for enabling/disabling wmakeScheduler
- alias wmSchedON='export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler'
- alias wmSchedOFF='unset WM_SCHEDULER'
Removed wmakeLockScheduler, identical to wmakeScheduler except a 'sleep'
2008-06-16 11:46:11 +02:00
Mark Olesen
1025c3c4d3
eliminate .OpenFOAM-VERSION references in dotFoam and other files
2008-06-16 10:39:22 +02:00
henry
e0d3735b08
Filter out 'Optional' directories from 'wmake all'; these must be built
...
specifically on the request of the user by running 'wmake all' or 'Allwmake'
in the directory as appropriate.
2008-06-11 09:44:14 +01:00
henry
1a5ed84c41
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-10 15:20:59 +01:00
henry
401dc84c25
Added the removal of $1$WM_MPLIB as suggested in
...
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/7969
2008-06-10 15:20:53 +01:00
Mark Olesen
9c35ea85bb
wmakeLnInclude : also remove broken links
2008-06-10 13:09:36 +02:00
henry
450894c239
Removed wmakeScheduler.old
2008-06-09 13:56:54 +01:00
henry
f5261d7e46
Removed THIRD_PARTY.If such a variable is needed it should be WM_THIRD_PARTY and set in thesettings.?sh.
2008-06-09 13:55:15 +01:00
Mark Olesen
aa68159ae4
wmake must be made before other targets.
2008-06-05 15:29:53 +02:00
Mark Olesen
fc67818323
Introduced Makefile variable 'THIRD_PARTY'
2008-06-05 13:17:31 +02:00
Mark Olesen
14fefb0554
Use uniform MPI_ARCH_PATH instead of {OPENMPI,LAM,..}_ARCH_PATH
2008-06-05 10:53:44 +02:00
andy
f985933723
removing references to mico
2008-06-04 14:52:25 +01:00
andy
454fb81bea
Merge branch 'master' of ssh://andy@noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-05-30 09:32:09 +01:00
henry
a22813da28
Added support for .hpp and .cpp files.
2008-05-30 09:30:28 +01:00
andy
988deba0b8
ading 32 bit make rules for gcc 4.3.0
2008-05-29 17:45:27 +01:00
henry
b1e9a7f74a
Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc.
2008-05-29 16:02:39 +01:00
Mark Olesen
0b9c6cace3
Merge commit 'origin/master' into olesenm
2008-05-27 09:57:59 +02:00
henry
f6107f4033
Minimum changes to compile everything with gcc-4.3.0
2008-05-26 13:47:04 +01:00
Mark Olesen
8e2182dd69
Merge commit 'origin/master' into olesenm
2008-05-23 18:26:11 +02:00
henry
a341cd03b4
Added wmakeLockScheduler
2008-05-21 19:04:59 +01:00
mattijs
3c2baf0fe8
Replaced usleep with lockfile
2008-05-16 14:04:39 +01:00
Mark Olesen
273dad01d4
be more stringent with which files are considered 'source'
2008-05-09 12:20:25 +02:00
Mark Olesen
73cf0583d5
attempt to preserve the installation directory 'FOAM_INST_DIR' when sourcing files
2008-05-08 14:32:40 +02:00
henry
6df1f14e5f
'if' missing 'then'
2008-05-02 12:34:45 +01:00
mattijs
faf3d79525
Resetting colour
2008-04-29 13:10:19 +01:00
mattijs
d0cf3bd706
Added colouring of output
2008-04-25 11:23:36 +01:00
OpenFOAM-admin
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00