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 - 2008-04-24 - AlexPenson
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback