source:
branches/MarsMoreSimulationTruth/datacenter/scripts/run.condor
Last change on this file was 10040, checked in by , 14 years ago | |
---|---|
File size: 312 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 $(num) |
14 |
Note:
See TracBrowser
for help on using the repository browser.