Commit Graph

60 Commits

Author SHA1 Message Date
mattijs
2bc4f64450 multi-dir path handling 2008-10-06 14:41:49 +01:00
mattijs
34b727e098 addLib for multidir paths 2008-10-06 14:32:17 +01:00
henry
459024f839 Changed gcc version to 4.3.2 and improved the "settings" scripts. 2008-09-19 20:04:15 +01:00
henry
b136c76292 Made floatTransfer 0 the default. 2008-09-15 14:07:38 +01:00
mattijs
fe72c1c788 paraview .so library locations 2008-09-03 10:55:58 +01:00
mattijs
ec6ba9c15b paraview .so library locations 2008-09-03 10:55:54 +01:00
andy
e480daefa9 reset version to dev (from 1.5) 2008-07-15 09:56:41 +01:00
henry
642842f435 Changed dev to 1.5 for release. 2008-07-09 18:21:57 +01:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
Mark Olesen
0f76df8b2d etc/ shell settings cleanup
* prefix internal functions with _foam to prevent collisions
  * cleanup functions after use
  * centralized FOAM_VERBOSE info to etc/{bashrc,cshrc}
2008-06-25 14:26:42 +02: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
henry
e570205b8c Removed FoamX stuff. 2008-06-13 20:14:40 +01:00
henry
28d5c784dc Changed to use $WM_THIRD_PARTY_DIR 2008-06-09 22:24:02 +01:00
henry
9fc1615a86 Changed WM_THIRD_PARTY to WM_THIRD_PARTY_DIR and added to all 'options' files that use third-party software. 2008-06-09 15:31:17 +01:00
henry
65e5080ec8 Added WM_THIRD_PARTY environment variable. 2008-06-09 14:10:14 +01:00
henry
c661d5c9a4 Added MPI_HOME 2008-06-06 21:10:18 +01:00
andy
5e02aeb8a1 re-instated MPI_HOME variable 2008-06-06 19:10:07 +01:00
Mark Olesen
49b6c94f66 Merge commit 'origin/master' into olesenm 2008-06-06 14:04:52 +02:00
andy
1785a87350 updating with mark's changes - consistency 2008-06-05 11:17:55 +01:00
Mark Olesen
14fefb0554 Use uniform MPI_ARCH_PATH instead of {OPENMPI,LAM,..}_ARCH_PATH 2008-06-05 10:53:44 +02:00
Mark Olesen
f7ab1729e4 Merge commit 'origin/master' into olesenm 2008-06-05 09:20:18 +02:00
andy
446c30cfe9 adding Mark's changes 2008-06-04 19:00:37 +01:00
henry
d118e10d93 Added generic handling for the location of the MPI libraries by adding the
MPI_ARCH_PATH environmevt variable.
2008-06-04 16:11:56 +01:00
Mark Olesen
8b8a4f292b cleanup mpi settings in etc/settings.{sh,csh} 2008-06-04 16:16:49 +02:00
andy
168c7e1ca9 removing FoamX 2008-06-04 13:40:02 +01:00
henry
f2d95a4dff Corrected handling of 32bit building on 64bit machines using the 64bit gcc 2008-06-04 12:04:32 +01:00
henry
b59effbe6d Changed location of cmake and ParaView2 to ThirdParty 2008-06-04 11:48:09 +01:00
henry
a57e6b8939 Moved cmake to ThirdParty 2008-06-04 11:32:19 +01:00
henry
4718db8895 Changed the location of the gcc builds to ThirdParty 2008-06-04 11:20:46 +01:00
henry
098e61cfbc Changed binary directory to $WM_ARCH$WM_COMPILER 2008-06-04 11:05:48 +01:00
henry
bab7f11792 Corrected for relacation of src/other to $WM_PROJECT_INST_DIR/ThirdParty 2008-06-03 21:34:07 +01:00
henry
9a7ab49082 Added LD_LIBRARY_PATH and set location to be in "ThirdParty". 2008-06-03 21:21:25 +01:00
henry
174e08262b Changed back to openmpi-1.2.6 now it is out of git. 2008-06-02 12:53:08 +01:00
mattijs
39e1b34bbc Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-30 12:54:04 +01:00
mattijs
d347b703dc Cannot read List<> as an entry 2008-05-30 12:03:58 +01:00
henry
c61aed673a Reverting OpenMPI back to version 1.2.5 due to insurmountable build problems with 1.2.6 2008-05-30 11:22:59 +01:00
henry
53518e6979 Made WM_COMPILER externally selectable. Default is set to Gcc. 2008-05-30 09:04:32 +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
mattijs
43b9be1163 bash syntax in csh script 2008-05-28 13:50:37 +01:00
andy
407a2120a9 merge with Marks sources 2008-05-27 13:53:57 +01:00
Mark Olesen
0b9c6cace3 Merge commit 'origin/master' into olesenm 2008-05-27 09:57:59 +02:00
henry
ba3acaaf08 Removed LD_LIBRARY_PATH, apparently not needed. 2008-05-27 08:44:34 +01:00
henry
7d7a2c22fc Reverted back to previous settings. I have no idea why they were
changed.
2008-05-26 23:25:49 +01:00
henry
0f687ccd76 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 19:27:23 +01:00
henry
4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00
Mark Olesen
8e2182dd69 Merge commit 'origin/master' into olesenm 2008-05-23 18:26:11 +02:00
Mark Olesen
e34c1c75f8 FIX: foamCleanPath wasn't working properly with etc/bashrc.
The call to foamCleanPath from etc/{bashrc,cshrc} passes all the wildcards
together as a single argument - causing nothing to be cleaned.  Now split
the args on whitespace. Also added more IFS hacking to reduce forking.
2008-05-21 10:07:28 +02:00
Mark Olesen
da4495fea8 check for XXXApp_8C.html (Application) in the -doc argument handling first.
This is useful when the application has the same name as a class. For example,
polyDualMeshApp.C implements the polyDualMesh application using the
polyDualMesh class. Thus polyDualMeshApp_8C.html documents the app, whereas
polyDualMesh_8C.html is the annotated source code for the class itself.
2008-05-21 09:51:34 +02:00