openfoam/wmake
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
..
rules Use uniform MPI_ARCH_PATH instead of {OPENMPI,LAM,..}_ARCH_PATH 2008-06-05 10:53:44 +02:00
scripts Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
src Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
Makefile 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
MakefileApps Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
MakefileFiles Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
MakefileOptions Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
makeWmake Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wclean Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wcleanAll removing references to mico 2008-06-04 14:52:25 +01:00
wcleanAlmostAll Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wcleanLnIncludeAll Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wcleanMachine Added the removal of $1$WM_MPLIB as suggested in 2008-06-10 15:20:53 +01:00
wmake wmake : set WM_NCOMPPROCS automatically when both WM_HOSTS and WM_SCHEDULER are set 2008-06-16 11:46:11 +02:00
wmakeDerivedFiles Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wmakeFilesAndOptions Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
wmakeLnInclude Filter out 'Optional' directories from 'wmake all'; these must be built 2008-06-11 09:44:14 +01:00
wmakeScheduler eliminate .OpenFOAM-VERSION references in dotFoam and other files 2008-06-16 10:39:22 +02:00
wmkdir wmake must be made before other targets. 2008-06-05 15:29:53 +02:00