Unexpected download/extract termination when creating moose-dev on Expanse Cluster #26162
-
Hi all, I tried to build moose on UCSD Expanse Cluster, after installing mamba, I tried to install moose-dev as follows:
The download/extract progress terminated somehow without any error:
If I try to do
I appreciate any suggestions, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 45 replies
-
Hello Did the download fail the first time? Guillaume |
Beta Was this translation helpful? Give feedback.
-
Are you attempting to do the build on a login node or a cluster node? For such a large build I would request an interactive session on a cluster node with sufficient time and memory to complete the job. Specifying enough memory is crucial. |
Beta Was this translation helpful? Give feedback.
-
After using the interactive node, I'm able to build moose env in mamba, after downloading moose and build test, I received the following error:
I'm not sure if there is conflict in the modules or something else. Please help, thanks! |
Beta Was this translation helpful? Give feedback.
-
Thanks @milljm for your help! After logining into Expanse, I run
|
Beta Was this translation helpful? Give feedback.
I was able to successfully build and test MOOSE on Expanse. Here was my workflow:
Self explanatory. But adding for completeness.
The following needs to be accomplished any time you wish to perform MOOSE related work.
module load gcc/10.2.0 python/3.8.12 py-virtualenv/16.7.6 py-pip/21.1.2 openmpi/4.1.3 export CC=mpicc CXX=mpicxx FC=mpif90 F90=mpif90 F77=mpif77 MOOSE_JOBS=6 METHODS=opt METHOD=opt
The following packages represent what is required by the TestHarness when running…