source:
branches/Corsika7405Compatibility/condor/program.submit@
18558
Last change on this file since 18558 was 9518, checked in by , 15 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | Executable = ./$(prg) |
2 | Arguments = $(args) |
3 | |
4 | Output = $(out) |
5 | Error = $(err) |
6 | |
7 | Universe = vanilla |
8 | copy_to_spool = false |
9 | getenv = True |
10 | #Log = /tmp/dag.log |
11 | #Log = $(out) |
12 | notification = Error |
13 | |
14 | Queue |
Note:
See TracBrowser
for help on using the repository browser.