source: trunk/Mars/datacenter/scripts/run.condor

Last change on this file was 10040, checked in by Daniela Dorner, 14 years ago
added variable to queue more thatn 1 job
File size: 312 bytes
Line 
1copy_to_spool = false
2Universe = vanilla
3Executable = $(path)/$(prog)
4Arguments = $(args)
5Log = condor-$(date).log
6output = log-$(date).log
7error = error-$(date).log
8notification = Error
9environment = AUTOMATIONSETUP=$(automationsetup)
10
11Initialdir = $(dir)
12
13Queue $(num)
14
Note: See TracBrowser for help on using the repository browser.