Skip to content
Snippets Groups Projects
Commit a80f38bd authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

ENH: cshrc: make foamCompiler environment variable so can be set through command line

parent c98456cd
Branches
Tags
No related merge requests found
......@@ -542,6 +542,7 @@ endif
# cleanup environment:
# ~~~~~~~~~~~~~~~~~~~~
#- keep _foamAddPath _foamAddLib _foamAddMan
unset foamCompiler minBufferSize
unset minBufferSize
unsetenv foamCompiler
# ----------------------------------------------------------------- end-of-file
......@@ -57,8 +57,8 @@ set foamInstall = $HOME/$WM_PROJECT
if ( ! $?FOAM_INST_DIR ) setenv FOAM_INST_DIR $foamInstall
#- Compiler location:
# foamCompiler= system | ThirdParty (OpenFOAM)
set foamCompiler=system
# foamCompiler = system | ThirdParty (OpenFOAM)
setenv foamCompiler system
#- Compiler:
# WM_COMPILER = Gcc | Gcc45 | Gcc46 | Gcc47 | Clang | Icc (Intel icc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment