- '-c' option (as per shell), '-Dkey[=value]' option to provide preferences via the command-line. For example, etc/openfoam -DWM_COMPILER=Clang -int64 ./Allwmake -j -s -l These can also be combined with other options. Eg, etc/openfoam -DWM_COMPILER=Clang \ -c 'wmake -show-path-cxx -show-cxxflags' - relocated from bin/tools/ => etc/ for easier access - bin/tools/openfoam.in : for autoconfig-style installation - Auto-detect if the shell script was executed with openfoam and interpret accordingly. Simple example, -------------- #!/usr/bin/openfoam cd "${0%/*}" || exit # Run -*-sh-*- from this dir blockMesh simpleFoam -------------- Note it is NOT currently possible to provide any other parameters this way. Eg, `#!/usr/bin/openfoam -sp` (NOT) This will either fail to run, or result in infinite recursion. |
||
---|---|---|
.. | ||
change-sitedir.sh | ||
change-userdir.sh | ||
CleanFunctions | ||
doxyFilter | ||
doxyFilter-ignore.awk | ||
doxyFilter-table.awk | ||
doxyFilter-top.awk | ||
doxyFilter.awk | ||
doxyFilter.sed | ||
findEmptyMake | ||
foamAllHC | ||
foamConfigurePaths | ||
foamCreateCompletionCache | ||
foamCreateManpage | ||
foamCreateModuleInclude | ||
foamExec | ||
foamGrepExeTargets | ||
foamLog.db | ||
foamPackRelease | ||
foamUpdateCaseFileHeader | ||
git-find-trailingspace | ||
lib-dir | ||
LogFunctions | ||
MakefileDirs | ||
openfoam.in | ||
pre-commit-hook | ||
pre-receive-hook | ||
README | ||
RunFunctions | ||
scanpackages | ||
source-bashrc |
Miscellaneous tools, scripts, templates that are useful (eg, for building applications) but don't need to be in the PATH.