Difference between revisions of "SW:moose"
(Created page with "== Build MOOSE framework in user scratch == == Sample job script on Ada == == Sample job script on Terra ==") |
(→Build MOOSE framework in user scratch) |
||
Line 1: | Line 1: | ||
== Build MOOSE framework in user scratch == | == Build MOOSE framework in user scratch == | ||
+ | |||
+ | |||
+ | cd $SCRATCH | ||
+ | module load MOOSE/moose-dev-gcc-ompi | ||
+ | $EBROOTMOOSE/install-moose.sh | ||
+ | |||
+ | |||
+ | It will take a while for the installation to finish. When it is done, the moose framework will be install in your current directory. | ||
== Sample job script on Ada == | == Sample job script on Ada == | ||
== Sample job script on Terra == | == Sample job script on Terra == |
Revision as of 14:49, 25 March 2019
Build MOOSE framework in user scratch
cd $SCRATCH module load MOOSE/moose-dev-gcc-ompi $EBROOTMOOSE/install-moose.sh
It will take a while for the installation to finish. When it is done, the moose framework will be install in your current directory.