[ 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
Previous revision
Next revision Both sides next revision
slurm [2022/08/31 11:08]
vodrazka [Basic usage]
slurm [2022/08/31 11:15]
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 19: Line 20:
   * ''--mem=64G'' requires 64G of memory for the job   * ''--mem=64G'' requires 64G of memory for the job
  
 +To see all the available options type:
  
 +<code>man srun</code>
  

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