Batch Queuing
LSF Batch QueueWe do not allow any user jobs (Testing/Production) on frontend under any circumstances Hrothgar uses the LSF queuing system. All jobs which run more than 2 minutes and all multiprocessor jobs should be submitted to LSF. Instead of an
interactive command like Usually you will want to use a command script with bsub. The command script for the previous example would be I f you create this script as say runjob using a text editor, then bsub < runjob would be equivalent to bsub -q serial -np 4 < myjob . Don't bsub runjob , which will, submit the job to idle quque. The LSF queues at HPCC, in order of decreasing priority, are: Each queue, in order of decreasing priority, will run all the jobs in that queue, up to the queue limit or the machine limit, whichever is less. Click here to access the ppt document for additional information about parallel job submission, compile optimizations |