Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To submit jobs to the general farm you will need to

  1. have get a SLAC unix account: https://slacprod.servicenowservices.com/it_services?id=sc_cat_item&sys_id=17176b676ff12100aae0c6012e3ee4f7&sysparm_category=d65827c46fd921009c4235af1e3ee434
  2. login to a SLAC public machine using ssh

...

bsub argumentrequirementdescription
-q <queue_name>optionalSpecifies a job submission queue. Not required for running jobs in the general shared clusters.

-R "rhel60" or

-R "centos7"

optionalThe general queues are a mix of rhel6 and centos7 hosts.  Use one of these -R options to restrict your job to the indicated OS.
-W <[hours]:minutes>requiredWallclock runtime limit that is not normalized for CPU differences. Essential for efficient job scheduling. Jobs will be terminated if they exceed this runlimit
-We <[hours]:minutes>optionalWallclock estimated runtime limit that is not normalized for CPU differences. The system will consider this estimate for scheduling purposes. Jobs may be not terminated immediately if they exceed this limit
-c <[hours]:minutes>optionalcputime limit that is normalized by the CPU factor of the assigned core. Intended to prevent runaway jobs but it is not used to schedule time on cores.


General Queues Queue Run Times

Queue

 

Default

Runlimit

Maximun

Runlimit

Priority
EXPRESS4 min4 min200
SHORT20 min60 min185
MEDIUM30 min2 days180
LONG30 min5 days175
IDLE12 hours12 hours5
    
bulletmpi *15 min7 days187
bulletmpi-large *15 min1 day

187

 

...

There are manpages available for the various batch commands and there is full documentation for LSF here https://www.slacibm.stanford.educom/compsupport/unix/packageknowledgecenter/SSWRJV_10.1.0/lsf/currdoc/ .

 

 _welcome/lsf_welcome.html .