Condor
Introduction
HTCondor is a specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems,
HTCondor provides a job queueing mechanism, scheduling policy,
priority scheme, resource monitoring, and resource management. Users
submit their serial or parallel jobs to HTCondor, HTCondor places them
into a queue, chooses when and where to run the jobs based upon a
policy, carefully monitors their progress, and ultimately informs the
user upon completion.
Documentation
Local documentation on using condor on dice is here:
https://wikis.bris.ac.uk/display/dic/HTCondor.
Version
Currently condor is version
rahm[mensa]rahm: condor_version
$CondorVersion: 8.2.7 Feb 09 2015 BuildID: 300022 $
$CondorPlatform: x86_64_RedHat6 $
Initialisation
setenv PATH /condor/bin:${PATH}
Job submission will only work from mensa.
Check that you have the correct condor submit:
rahm[mensa]rahm: which condor_submit
/usr/bin/condor_submit
You must create a condor job submission file to submit. See the wiki
page above for examples.
Rhys Morris
Last modified: Thu Feb 26 16:27:47 2015