source:
trunk/MagicSoft/Mars/datacenter/scripts/run.condor@
9439
Last change on this file since 9439 was 9121, checked in by , 16 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | copy_to_spool = false |
2 | Universe = vanilla |
3 | Executable = $(path)/$(prog) |
4 | Arguments = $(args) |
5 | Log = condor-$(date).log |
6 | output = log-$(date).log |
7 | error = error-$(date).log |
8 | notification = Error |
9 | |
10 | Initialdir = $(dir) |
11 | |
12 | Queue |
13 |
Note:
See TracBrowser
for help on using the repository browser.