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 |
||
---|---|---|
applications | ||
bin | ||
doc | ||
etc | ||
src | ||
tutorials | ||
wmake | ||
.gitignore | ||
Allwmake | ||
COPYING | ||
README.org |
README for OpenFOAM-dev
- About OpenFOAM
- Copyright
- Download and installation instructions
- Documentation
- Source code documentation
- OpenFOAM C++ Style Guide
- Reporting bugs in OpenFOAM
- Contacting the OpenFOAM Foundation
#
About OpenFOAM
OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.
Copyright
OpenFOAM is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version. See the file COPYING
in this directory or
http://www.gnu.org/licenses/, for a description of the GNU General Public
License terms under which you can copy the files.