Hoffman2:Interactive Mode: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Interactive mode allows you to start a session on a working node with specific resource. To initiate a interactive mode, use qrsh command.
Interactive mode allows you to start a session on a working node with specific resource. To initiate a interactive mode, use qrsh command.


For 1 core, 1 GB memory for 2 hours, simply
To reserve 1 core, 1 GB memory for 2 hours, simply


  qrsh
  qrsh
To reserve 2 cores with 4G memory for 8 hours
qrsh –l h_data=4G,h_rt=8:00:00 –pe shared 2

Revision as of 23:44, 17 December 2019

Back to all things Hoffman2

Interactive mode allows you to start a session on a working node with specific resource. To initiate a interactive mode, use qrsh command.

To reserve 1 core, 1 GB memory for 2 hours, simply

qrsh

To reserve 2 cores with 4G memory for 8 hours

qrsh –l h_data=4G,h_rt=8:00:00 –pe shared 2