source:
trunk/MagicSoft/Mars/datacenter/scripts/run.condor@
9603
| Last change on this file since 9603 was 9493, checked in by , 16 years ago | |
|---|---|
| File size: 306 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 | environment = AUTOMATIONSETUP=$(automationsetup) |
| 10 | |
| 11 | Initialdir = $(dir) |
| 12 | |
| 13 | Queue |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
