Hoffman2:Interactive Mode: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
qrsh can take arguments with "-l" option to specify more detailed resource requests
qrsh can take arguments with "-l" option to specify more detailed resource requests


To reserve 4G for 10 hours
qrsh –l h_data=4G,h_rt=10:00:00


To reserve 2 cores with 4G memory for 8 hours ( Total memory reserved will be 2 x 4 = 8GB)
To reserve 2 cores with 4G memory for 8 hours ( Total memory reserved will be 2 x 4 = 8GB)

Revision as of 23:55, 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

qrsh can take arguments with "-l" option to specify more detailed resource requests

To reserve 4G for 10 hours

qrsh –l h_data=4G,h_rt=10:00:00 

To reserve 2 cores with 4G memory for 8 hours ( Total memory reserved will be 2 x 4 = 8GB)

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

To reserve for jobs longer than 24 hours needs “highp” (CCN contributed nodes)

qrsh -l h_data=4G,h_rt=72:00:00,highp