Warning, /Validation/RecoParticleFlow/test/condor_NuGunPU.jdl is written in an unsupported language. File is not indexed.
0001 #This condor submission file runs the RECO step in N jobs on a single RelVal file
0002 Universe = vanilla
0003
0004 Executable = $ENV(CMSSW_BASE)/src/Validation/RecoParticleFlow/test/run_relval.sh
0005 Arguments = "NuGunPU reco $(Process)"
0006
0007 Log = log/test.$(Cluster).log
0008 Output = log/test.out.$(Cluster).$(Process)
0009 Error = log/test.err.$(Cluster).$(Process)
0010 Environment = "CMSSW_BASE=$ENV(CMSSW_BASE)"
0011
0012 RequestMemory = 20000
0013 RequestCpus = 8
0014
0015 #24h runtume
0016 +MaxRuntime = 24*3600
0017 +JobFlavour = "tomorrow"
0018
0019 #choose job environment using singularity
0020 +RunAsOwner = True
0021 +SleepSlot = True
0022 +InteractiveUser = true
0023 +SingularityImage = "/cvmfs/singularity.opensciencegrid.org/bbockelm/cms:rhel7"
0024 +SingularityBindCVMFS = True
0025 run_as_owner = True
0026
0027 use_x509userproxy = True
0028 x509userproxy = $ENV(X509_USER_PROXY)
0029
0030 #transfer section
0031 transfer_output_files = NuGunPU/step3.log,NuGunPU/step3_inMINIAODSIM.root
0032 transfer_output_remaps = "step3.log=/eos/cms/store/group/phys_pf/PFVal/NuGunPU/step3.$(Cluster).$(Process).log;step3_inMINIAODSIM.root=/eos/cms/store/group/phys_pf/PFVal/NuGunPU/step3_inMINIAODSIM.$(Cluster).$(Process).root"
0033 should_transfer_files = YES
0034 when_to_transfer_output = ON_EXIT
0035
0036 Queue 18