User Tools

Site Tools


howto:submissions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto:submissions [2018/08/24 09:08]
mstabrin [Slurm]
howto:submissions [2019/02/01 21:10]
mstabrin [Slurm]
Line 70: Line 70:
  
 Below you can find one example of the kind of submission templates that would be used for Slurm queueing system. Below you can find one example of the kind of submission templates that would be used for Slurm queueing system.
 +On our system, we had issues with "the mpirun --map-by node" option, so we recommend to not use for now.
  
   #!/bin/zsh   #!/bin/zsh
Line 79: Line 80:
      
   module load sphire   module load sphire
-  mpirun --map-by node -n XXX_SXMPI_NPROC_XXX XXX_SXCMD_LINE_XXX+  mpirun -n XXX_SXMPI_NPROC_XXX XXX_SXCMD_LINE_XXX
  
  
  
howto/submissions.txt ยท Last modified: 2019/06/25 19:09 by mstabrin