[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

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
slurm [2022/08/31 11:08]
vodrazka [Basic usage]
slurm [2022/08/31 11:13]
vodrazka [Interactive mode]
Line 7: Line 7:
 ==== Interactive mode ==== ==== Interactive mode ====
  
 +This mode can be useful for testing You should be using batch mode for any serious computation.
 You can use **''srun''** command to get an interactive shell on an arbitrary node from the default partition (queue): You can use **''srun''** command to get an interactive shell on an arbitrary node from the default partition (queue):
  
Line 18: Line 19:
   * ''-p cpu-troja'' explicitly requires partition ''cpu-troja''   * ''-p cpu-troja'' explicitly requires partition ''cpu-troja''
   * ''--mem=64G'' requires 64G of memory for the job   * ''--mem=64G'' requires 64G of memory for the job
 +
 +The detailed info can be found in the manual ''man srun''.
  
  
  

[ Back to the navigation ] [ Back to the content ]