Difference between revisions of "TF MOOSE-MARMOT"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[User_talk:Foretony#INL]] | [[User_talk:Foretony#INL]] | ||
− | + | =Running at INL= | |
[http://mooseframework.org MOOSE Documentation:] | [http://mooseframework.org MOOSE Documentation:] | ||
Line 26: | Line 26: | ||
https://hpcsc.inl.gov/moose | https://hpcsc.inl.gov/moose | ||
+ | |||
+ | |||
+ | =GitHUb install= | ||
+ | |||
+ | git clone -b maint https://bitbucket.org/petsc/petsc petsc | ||
+ | |||
+ | cd petsc | ||
+ | |||
+ | ./configure --download-mpich -download-fblaslapack | ||
+ | |||
+ | make all test | ||
+ | |||
+ | git clone https://github.com/idaholab/moose.git | ||
+ | |||
+ | cd moose | ||
+ | |||
+ | git checkout master | ||
[[User_talk:Foretony#INL]] | [[User_talk:Foretony#INL]] |
Revision as of 06:59, 17 December 2018
Running at INL
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
GitHUb install
git clone -b maint https://bitbucket.org/petsc/petsc petsc
cd petsc
./configure --download-mpich -download-fblaslapack
make all test
git clone https://github.com/idaholab/moose.git
cd moose
git checkout master