Condor is a batch job submission system.

For more information have a look at this site.

To run athena jobs you need a cmd file:


####################
##
## Test Condor command file
##
####################

universe        = vanilla
Requirements = (Machine == "karthur.nevis.columbia.edu" || "kolya.nevis.columbia.edu")
initialdir      = 
executable      = myjob
output          = myjob.out
error           = myjob.err
log             = myjob.log
should_transfer_files = IF_NEEDED
when_to_transfer_output = ON_EXIT
queue

Topic revision: r1 - 24 Apr 2008, AlexPenson
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback