Changes between Version 6 and Version 7 of sherlock
- Timestamp:
- 09/24/19 15:51:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sherlock
v6 v7 62 62 == Running jobs on Sherlock == 63 63 64 On Greenplanet, you can use up to 30cores per node (partition `ilg2.3`). The more nodes and the longer the requested time, the more you will have to wait in the queue. Per job you can only request up to 125GB of RAM. So choose your settings wisely:64 On Sherlock, you can use up to 48 cores per node (partition `ilg2.3`). The more nodes and the longer the requested time, the more you will have to wait in the queue. Per job you can only request up to 125GB of RAM. So choose your settings wisely: 65 65 66 66 {{{ 67 67 #!m 68 md.cluster= greenplanet('numnodes',1,'cpuspernode',8);68 md.cluster=sherlock('numnodes',1,'cpuspernode',8); 69 69 md.cluster.time=10; 70 70 }}} … … 72 72 to have a maximum job time of 10 minutes and 8 cores on one node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results. 73 73 74 Now if you want to check the status of your job and the queue you are using, type in the bash on ''' Greenplanet''' session:74 Now if you want to check the status of your job and the queue you are using, type in the bash on '''Sherlock''' session: 75 75 76 76 {{{