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
Previous revision
Next revision Both sides next revision
howto:submissions [2018/07/13 17:41]
mstabrin
howto:submissions [2019/02/01 21:10]
mstabrin [Slurm]
Line 69: Line 69:
 ==== Slurm ==== ==== Slurm ====
  
-Below you can find one example of the kind of submission templates that we 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