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
The SLURM script shows the options that work for Beskow, but these might not be universally applicable. We should probably add:
short discussion of differences between srun, mpirun, and mpiexec as launchers for MPI jobs.
why one should prefer srun (if it's correctly set up by the sysadmins on the cluster)
explain how one might use --map-by and --bind-to and how they can affect performance.
add a strong suggestion to always benchmark the launcher options for a given cluster. This could evolve into a short performance tuning guide to include in the official documentation.
The text was updated successfully, but these errors were encountered:
The SLURM script shows the options that work for Beskow, but these might not be universally applicable. We should probably add:
srun
,mpirun
, andmpiexec
as launchers for MPI jobs.srun
(if it's correctly set up by the sysadmins on the cluster)--map-by
and--bind-to
and how they can affect performance.The text was updated successfully, but these errors were encountered: