20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
|
executable = condor.sh
|
||
|
arguments = $(ProcId) $(ClusterId)
|
||
|
should_transfer_files = YES
|
||
|
output = output/toys_$(ClusterId)_$(ProcId).txt
|
||
|
error = error/toys_$(ClusterId)_$(ProcId).err
|
||
|
log = log/toys_$(ClusterId).log
|
||
|
#getenv = True #Alexey says this should be commented out
|
||
|
#requirements = (OpSysAndVer =?= "CentOS7")
|
||
|
transfer_executable = True
|
||
|
##+JobFlavour = "microcentury"
|
||
|
|
||
|
# The following flag disable special job interpretation when you submit from CentOS7 container
|
||
|
+FromVIRTC = ""
|
||
|
|
||
|
# The following flag can be used to exclude old server (which don't support some recent LHCb software)
|
||
|
# +WantCPUCap = 2020
|
||
|
|
||
|
|
||
|
queue 500
|