Campuses:
This is an old revision of the document!
Batch-style processing is available on select nodes of the Unix cluster via Condor.
Useful commands for submitting jobs are
condor_run
- for quick & easy job submissioncondor_submit
- for full controlUseful commands for job and machine status are
condor_status
shows active machines and queuescondor_status -submitters
shows job submitter summarycondor_q
shows jobs in the local job queuecondor_q -global
shows jobs in the global job queueFor a complete introduction to Condor, please read the Condor Manual:
Nodes are tagged with a CondorGroup
job ClassAd, which allows you to submit jobs to different groups of machines based on where you submit them from. The default behavior means that when you submit a condor job from a physlin workstation or spartha, the job will run on x86 Linux nodes. It is possible to override this behavior in your submit file by manipulating the CondorGroup job ClassAd. For example, you could place the following line in your job file to make the jobs run on the BES3 machines:
CondorGroup = "twins"
You should read the manual page for condor_submit
for more details on what can be put in the job file (note though that CondorGroup
is a locally-invented ClassAd, and you won't find any further documentation for it).
Some example CondorGroups:
It is possible to run jobs on any CondorGroup, but if you are unsure whether you should be using a group of machines please ask first! Anyone may submit jobs to physlin machines, so submitting jobs from a physlin machine (or spartha) are safe bets.
We currently support the vanilla, standard, and MPI universes.