Cluster Usage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(adding some information. almost nothing here.) |
||
Line 2: | Line 2: | ||
Note this information is only relevant if you have ssh access to the cluster. | Note this information is only relevant if you have ssh access to the cluster. | ||
*To request a shell on a cluster node, type | |||
qrsh | |||
Or for a shell on a specific set of nodes (say any from the node-5-* or node-6-* sets): | |||
qrsh -l hostname="node-[56]*" | |||
Back to [[Portal:Lab]] | Back to [[Portal:Lab]] |
Revision as of 21:01, 6 May 2010
Information on how to use the Shoichet Lab Cluster. Note this information is only relevant if you have ssh access to the cluster.
- To request a shell on a cluster node, type
qrsh
Or for a shell on a specific set of nodes (say any from the node-5-* or node-6-* sets):
qrsh -l hostname="node-[56]*"
Back to Portal:Lab