diff --git a/Validation/RecoParticleFlow/test/condor_sub.jdl b/Validation/RecoParticleFlow/test/condor_sub.jdl index bb6c10b9b174c..4c69abe98745f 100644 --- a/Validation/RecoParticleFlow/test/condor_sub.jdl +++ b/Validation/RecoParticleFlow/test/condor_sub.jdl @@ -10,9 +10,9 @@ Error = log/test.err.$(Cluster).$(Process) Environment = "CMSSW_BASE=$ENV(CMSSW_BASE) PERJOB=100" #Requirements=(TARGET.OpSysAndVer=="CentOS7") -RequestMemory = 2000 +RequestMemory = 3000 RequestCpus = 1 -+MaxRuntime = 7200 ++MaxRuntime = 10000 #choose job environment using singularity +RunAsOwner = True @@ -28,4 +28,4 @@ transfer_output_remaps = "step3.log=step3.$(Cluster).$(Process).log;step3.root=s should_transfer_files = YES when_to_transfer_output = ON_EXIT -Queue 100 +Queue 500 diff --git a/Validation/RecoParticleFlow/test/run_relval.sh b/Validation/RecoParticleFlow/test/run_relval.sh index 47d477a7b0db2..f6067522e6b12 100755 --- a/Validation/RecoParticleFlow/test/run_relval.sh +++ b/Validation/RecoParticleFlow/test/run_relval.sh @@ -109,7 +109,7 @@ elif [ $STEP == "DQM" ]; then cd $NAME #get all the filenames and make them into a python-compatible list of strings - STEP3FNS=`ls -1 step3.*.*.root | sed 's/^/"file:/;s/$/",/' | tr '\n' ' '` + STEP3FNS=`ls -1 step3*.root | sed 's/^/"file:/;s/$/",/' | tr '\n' ' '` echo "step3 filenames for DQM: "$STEP3FNS #Run the DQM sequences (PF DQM only)