source:
branches/Mars_McMismatchStudy/condor/macro.submit@
18459
Last change on this file since 18459 was 8880, checked in by , 17 years ago | |
---|---|
File size: 268 bytes |
Line | |
---|---|
1 | Executable = $ENV(ROOTSYS)/bin/root |
2 | Arguments = -b -q $(macro).C(\"$(args)\") |
3 | |
4 | Output = $(out).log |
5 | Error = $(err).err |
6 | |
7 | Universe = vanilla |
8 | copy_to_spool = false |
9 | getenv = True |
10 | Log = /tmp/delme.log |
11 | notification = Error |
12 | |
13 | Queue |
Note:
See TracBrowser
for help on using the repository browser.