Versions Compared

Key

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

...

bsub -W <time in minutes> <your job>


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

 


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

 


*The bulletmpi and bulletmpi-large queues are for mpi jobs only.  Access can be requested by email to unix-admin.

 


General farm batch hosts

Pool/Resource

Name

No. in

Pool

OSHardwareComment
hequ180rhel6-64

Dell R410

dual quad-core 2.93GHz Intel Xeon X5570 CPUs

24GB memory

 dole 38rhel6-64

Dell R410

dual hexa-core 2.66GHz Intel Xeon X5650 CPUs

24GB memory

 










bullet302rhel6-64

Dell PowerEdge M620

dual 8 core 2.2GHz Intel Xeon E5-2660

64GB memory

bullet0001 and 2 are login nodes
kiso 68centos7

Dell R410

dual hexa-core 2.66GHz Intel Xeon X5650 CPUs

48GB memory

 

deft28centos7

Dell Poweredge M630

quad hexa-core 2.30GHz Xeon E5-2670 CPUs

132GB memory

 

bubble19centos7

Dell Poweredge C6420

dual 18-core 2.70GHz Xeon Gold 6150 CPUs

196GB memory

bubble0001 is a login node

7 are available to the general farm,

12 more are available to the general farm

for jobs running 10 minutes or less.

*The pool or resource name can be used to run on a specific set of hosts, i.e. "bsub -R kiso <job>"

...

There are manpages available for the various batch commands and there is full documentation for LSF here https://www.ibm.com/support/knowledgecenter/SSWRJV_10.1.0/lsf_welcome/lsf_welcome.html .