Running Jobs with condor-exec
condor-exec is a program installed on patas that allows you to submit an arbitrary command line as a Condor job. For example, if you had a program called myprog with arguments a1, a2, and a3 running the following
$ condor-exec myprog a1 a2 a3
would run the program with the specified arguments on a Condor node. A condor_submit.nnn file is created in the current directory. Run condor-exec --help for more information.
This program is part of the
Ruby Condor Wrapper.
-- Main.billmcn - 22 Jan 2009
Topic revision: r1 - 2009-01-22 - 00:53:33 - billmcn