
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Running Jobs with condor-execcondor-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 followingwould 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.$ condor-exec myprog a1 a2 a3 This program is part of the Ruby Condor Wrapper. -- Main.billmcn - 22 Jan 2009 | |||||||