Difference between revisions of "TF MOOSE-MARMOT"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
I need to tell the INL server to use python 2.7 | I need to tell the INL server to use python 2.7 | ||
+ | |||
+ | ==Loading packages using "module"== | ||
+ | |||
+ | |||
+ | first load user modules | ||
+ | |||
+ | module load use.projects | ||
+ | |||
+ | module load use.spack | ||
+ | |||
+ | module load moose-dev/5.7.0-gmvolf-5.5.7 | ||
+ | |||
+ | |||
Revision as of 21:47, 11 May 2018
After following th MOOSE install directions I encountered the following error on the INL server
python 2.7 is required to run the test harness
I need to tell the INL server to use python 2.7
Loading packages using "module"
first load user modules
module load use.projects
module load use.spack
module load moose-dev/5.7.0-gmvolf-5.5.7