lautenberger / elmfire

Eulerian Level set Model of FIRE spread
https://elmfire.io
Eclipse Public License 2.0
28 stars 12 forks source link

MPIRUN in SAVIO cluster #56

Closed dwimjpurnomo closed 7 months ago

dwimjpurnomo commented 7 months ago

Hi Chris,

I tried using cluster for running ELMFIRE. It works when not using MPIRUN, but it doesn't when using MPIRUN. No error message is shown.

As the current status: MPIRUN works fine when running normally (./01-run.sh) but doesn't work when using cluster (sbatch). Not using MPIRUN works for both.

When running normally (the one we did in the meeting), we can only use 10 cores, so not good.

dwimjpurnomo commented 7 months ago

I think it is related to the location or permission of mpirun: ELMFIRE_MPIRUN=/global/software/sl-7.x86_64/modules/gcc/12.1.0/openmpi/4.1.4/bin/mpirun I tried to deliberately make a typo on that path, and it behaves the same, no outputs but no error message.

dwimjpurnomo commented 7 months ago

There are some error messages now (slurmp), with the corresponding sbatch command (savio).

savio.txt slurm-17177042.txt

dwimjpurnomo commented 7 months ago

The problem is resolved.