Error when testing MOOSE on the UCSD Expanse cluster #26029
Unanswered
lichanghao
asked this question in
Q&A Getting Started
Replies: 1 comment 1 reply
-
|
Its almost as if you are not "allowed" to use MPI. You might be constrained to only use the provided MPI wrapper designed for that cluster (do not use Mamba while on HPC). This may be a "SLURM" cluster for example. Where you are only allowed to run in parallel with One trick that might work, if this is indeed a SLURM cluster: export MOOSE_MPI_COMMAND=`srun`And then attempt to run tests. Another possible reason for the error; most clusters will want you to be operating on a compute node, instead of a head node. I cannot tell which one you are using. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I tried to use mamba to configure the MOOSE compiling environment and the compilation can pass on the Expanse cluster. However, when I run the tests, multiple items cannot pass due to similar error for the mpiexec:
If you can give me a hint on how to deal with this error, or you need me to provide further details, just let me know. Thank you so much for your help.
Beta Was this translation helpful? Give feedback.
All reactions