- Jul 09, 2016
-
-
Henry Weller authored
-
Henry Weller authored
to avoid file names which are two long for the standard GNU/Linux file systems.
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 08, 2016
-
-
Henry Weller authored
A simple 'sleep' is more reliable.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
then synchronize the file system to ensure all links are flushed before compilation starts
-
- Jul 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Uses the 'wait -n' builtin to avoid the use of non-POSIX 'sleep' commands
-
- Jul 05, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Ensures the order of compilation relates to the location of the source files
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 04, 2016
-
-
Henry Weller authored
and added support for queue scheduling option '-q', '-queue' Now the 'Allwmake' scripts execute 'wmake -all' to handle parallel processing in a general way, avoiding code duplication.
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 03, 2016
-
-
Henry Weller authored
-
Henry Weller authored
wmakeCollect collects the compilation commands for the all of the object files to be compiled into a single makefile which is passed to make to schedule the compilations in parallel efficiently. Before wmakeCollect can be called the lnInclude directories must be up-to-date and after wmakeCollect the linkage stage of the compilation must executed using wmake. This entire process is now handled by wmake using the new '-queue' or '-q' option to compile sections of the OpenFOAM source tree or the entire tree efficiently. The number of cores the compilation executes on may be specified either using the WM_NCOMPPROCS variable or the '-j' option. To efficiently compile OpenFOAM after a 'git pull' the '-update' option is provided which updates lnInclude directories, dep files and removes deprecated files and directories. This option may be used with '-q': wmake -q -update
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 24, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- Jun 21, 2016
-
-
Henry Weller authored
-
- Jun 20, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2125
-
- Jun 15, 2016
-
-
Henry Weller authored
-
- Jun 11, 2016
-
-
Henry Weller authored
Allwmake -update: Further improvements to handle source-tree/dep file inconsistencies after git pull Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2091
-
- Jun 09, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request http://bugs.openfoam.org/view.php?id=2114
-
- Jun 04, 2016
-
-
Henry Weller authored
-
- Jun 03, 2016
-
-
Henry Weller authored
Patch contributed by Paul Edwards, Intel
-
- May 21, 2016
-
-
Henry Weller authored
-
- May 16, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2091
-
- Apr 25, 2016
-
-
Henry Weller authored
wmake/rules/linux.*Icc: Remove -xHost option which causes surfaceFeatureExtract to fail for some cases
-
- Apr 04, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=2042
-
- Apr 03, 2016
-
-
Henry Weller authored
-
- Apr 01, 2016
-
-
Henry Weller authored
-
- Mar 08, 2016
-
-
Henry Weller authored
wmake/src/Makefile: Override WM_COMPILE_OPTION with Opt for optimized compilation of the wmake utilities Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2021
-
- Mar 06, 2016
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=2016
-
- Feb 29, 2016
-
-
Henry Weller authored
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Jan 24, 2016
-
-
Henry Weller authored
-