Mpirun: no such file error when using SRUN under computing cluster

Dear All,

I have already built DMP solver successfully, when I input the following command line “srun mpirun…” similar in the tutorial. The error happened.

How can I fix that? Thank you in advance.

Please contact you cluster support team, they will guide you on how to run mpirun and submit a job to the queue. You most likely need to add the mpirun location to your PATH or load some module. This is specific to your system.

Thank you Jeff, it was solved by typing:

“module purge”
“module load intel”

For loading mpirun package.

1 Like