Difference: BatchUsageCondor (4 vs. 5)

Revision 52016-02-04 - TimAdye

Line: 1 to 1
 
META TOPICPARENT name="BatchSystem"
Condor works differently to many other batch systems so it is advised that you have a look at the User Manual. We are currently only supporting the "Vanilla" universe.
Line: 67 to 66
 
bqsub -c 24:00 Sherpa PTCUT:=20 EVENTS=1000
Changed:
<
<
You can also submit many jobs at once, eg. bqsub -n 10 ./myscript output_%%.root will run 10 jobs with arguments output_0.root or output_1.root etc (%% is replaced by the job number in each sub-job).
>
>
You can also submit many jobs at once, eg. bqsub -n 10 ./myscript output_%%.root will run 10 jobs with arguments output_0.root or output_1.root etc (%% is replaced by the job number in each sub-job).
  qjobs (like LSF's bjobs) lists your running jobs with more helpful information.
Changed:
<
<
qpeek (like LSF's bpeek) shows a running job's logfile (this may prompt for your password to ssh to the batch worker node).
>
>
qpeek (like LSF's bpeek) shows a running job's logfile.
  Use bqsub -h, qjobs -h, or qpeek -h for help.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback