Changes between Version 6 and Version 7 of sherlock


Ignore:
Timestamp:
09/24/19 15:51:07 (5 years ago)
Author:
wchu28
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sherlock

    v6 v7  
    6262== Running jobs on Sherlock ==
    6363
    64 On Greenplanet, you can use up to 30 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:
     64On 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:
    6565
    6666 {{{
    6767#!m
    68 md.cluster=greenplanet('numnodes',1,'cpuspernode',8);
     68md.cluster=sherlock('numnodes',1,'cpuspernode',8);
    6969md.cluster.time=10;
    7070}}}
     
    7272to 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.
    7373
    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:
     74Now if you want to check the status of your job and the queue you are using, type in the bash on '''Sherlock''' session:
    7575
    7676 {{{