Commit Graph

481 Commits

Author SHA1 Message Date
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
a382bdacea OpenFOAM Make/options: use $WM_THIRD_PARTY_DIR zlib headers, not system headers 2008-06-16 11:09:59 +02:00
e85482fdbf Merge commit 'origin/master' into olesenm 2008-06-16 10:45:26 +02:00
3ad61835f6 build paraview without requiring Tk 2008-06-15 17:56:54 +02:00
1025c3c4d3 eliminate .OpenFOAM-VERSION references in dotFoam and other files 2008-06-16 10:39:22 +02:00
3bbd01ebfb minor changes to Allwmake script(s)
* use $WM_THIRD_PARTY_DIR variable in top-level Allwmake
  * test new shell idiom for Allwmake files:
        # run from this directory only
        cd ${0%/*} || exit 1
    this might be especially useful when building optional components
2008-06-15 17:57:55 +02:00
e570205b8c Removed FoamX stuff. 2008-06-13 20:14:40 +01:00
39c13e3bc8 Corrected Application name. 2008-06-13 20:14:14 +01:00
2e57a728da Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 20:13:34 +01:00
d2a0363d64 Bug-fix: http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/8030 2008-06-13 20:13:25 +01:00
099117dd2a argList + IOobject write-headers modifications
* new -srcDoc option to display doxygen-processed source code
  * display standard options -help/-doc/-srcDoc at end of usage
  * consolidate code when writing IOobject headers
  * drop writeLogbanner and add optional bool to writeBanner
  * minor formatting changes
2008-06-13 18:21:36 +02:00
763cc5e4ab Pstream : avoid compiler warnings, doxygen ignore file-scope variables 2008-06-13 19:47:04 +02:00
9bd3861cd2 applying Mark's patch to update sed statements 2008-06-13 16:27:15 +01:00
b97b101df4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 15:54:22 +01:00
5c31d90826 paraview build: use $WM_THIRD_PARTY_DIR 2008-06-13 16:44:00 +02:00
1b13d6c4b2 added (optional) constraints for rotational cyclics 2008-06-13 15:52:50 +01:00
f48cbb88a9 use dictionary lookupOrDefault() method instead of found() + lookup() 2008-06-13 15:51:31 +02:00
92cd94ac66 Reworked dictionary code :
* finally removed #ifdef's with old merge method
 * use autoPtr::ptr() instead of autoPtr::() to reduce cloning
 * eliminated a few add() methods that are covered by the templated form
 * added a 'set()' method that forces overwrite - symmetric with HashTable
2008-06-13 14:40:46 +02:00
b92e037e52 Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/
- allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
9ad914ca0b Tried to sort out the scripts in the tutorials but found it is messed up. Will start again from a new version from Mattijs 2008-06-13 13:46:55 +01:00
1e8d4b2a82 dictionary functionEntries cleanup
* added '#remove' function
  * changed insert() method name to more general execute()
  * using #inputMode or #remove within a primitiveEntry now provokes an error
  * adjusted the dictionaryTest accordingly
2008-06-13 10:43:31 +02:00
64d00dc22b Doxygen filter changes
* allow doxygen to process applications/**.H
 * use @cond/@endcond to suppress documenting classes/variables in applications/

 - allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
91c2d7743b tutorial scripts 2008-06-12 19:32:10 +01:00
adcce409ab Added support for Ebrowse. 2008-06-12 11:53:12 +01:00
1536aeb4b5 Added support for Ebrowse 2008-06-12 11:49:23 +01:00
5102a2bc28 Merge commit 'origin/master' into olesenm 2008-06-12 08:28:32 +02:00
68ab71fab1 Added header file to "Source Files" list. 2008-06-11 20:49:40 +01:00
47996ef186 Removed all warnings from gcc-4.3.0 except those from
NamedEnum (bug in compiler?)
molecule (Graham dealing with it)
lex (no comment)
VTK (again no comment)
2008-06-11 15:55:07 +01:00
e7a33edc7d Merge commit 'origin/master' into olesenm 2008-06-11 15:11:05 +02:00
52c2bfc519 fix minor typos 2008-06-11 15:08:13 +02:00
bb034f8ba6 Further tinkering and additional test of the eigenvaues of symmTensors. 2008-06-11 13:32:42 +01:00
951e70cd6b Corrected scope of operators. 2008-06-11 13:31:26 +01:00
79475c871e Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-11 12:08:32 +01:00
a827854fca Minor change to the tolerances in the eigenvalue calculation 2008-06-11 12:08:01 +01:00
727d16e935 Doxygen : sed script changes 'Typedef' -> @class (easier to find) 2008-06-11 11:23:45 +02:00
49cb54a0c4 Merge commit 'origin/master' into olesenm 2008-06-11 11:21:03 +02:00
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
e5f0dd3e03 Doxygen cleanups
* skip doxygen docs for local variables (treeBoundBox)
  * filter transforms 'Typedef' -> @typedef
  * added tools/find-retagged
  * manually changed some InClass tags to Typedef - still needs more attention
2008-06-11 10:05:33 +02:00
6d94d8ed8b Corrected I to labelI. 2008-06-10 17:57:39 +01:00
46b4f7d377 Minor format change. 2008-06-10 17:47:35 +01:00
d325f236b1 Changed Type to Typedef and added Foam:: to the typename in the headers. 2008-06-10 17:03:05 +01:00
1a5ed84c41 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-10 15:20:59 +01:00
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
bbefe26477 Merge branch 'olesenm' 2008-06-10 15:15:16 +01:00
d8c093fad2 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-10 15:00:02 +01:00
e95a6955b9 Added labelSphericalTensor to handle labelI correctly. 2008-06-10 14:59:49 +01:00
56878a9fc7 changed point field data again - no need to use anything other than fieldname (removed vpi prefix) 2008-06-10 14:48:39 +01:00
21a46e0031 Merge commit 'origin/master' into olesenm 2008-06-10 15:17:57 +02:00
0e00a43eec minor documentation cleanups 2008-06-10 15:00:47 +02:00
9c35ea85bb wmakeLnInclude : also remove broken links 2008-06-10 13:09:36 +02:00