You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like mpirun in openmpi sometimes finsihes while there is still a srun process running.
so mympirun is done, while the step is not finished.
this can cause problems for the next step.
simply settings export SLURM_OVERLAP=1 is way too dangerous, but might be a good workaround if you know it is safe to do (eg the step terminates in a few seconds)
The text was updated successfully, but these errors were encountered:
looks like mpirun in openmpi sometimes finsihes while there is still a srun process running.
so mympirun is done, while the step is not finished.
this can cause problems for the next step.
simply settings
export SLURM_OVERLAP=1
is way too dangerous, but might be a good workaround if you know it is safe to do (eg the step terminates in a few seconds)The text was updated successfully, but these errors were encountered: