Skip to content

Commit

Permalink
change back for local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata committed Jan 26, 2019
1 parent e65ffa0 commit 94722fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Validation/RecoParticleFlow/test/condor_sub.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Validation/RecoParticleFlow/test/run_relval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94722fd

Please sign in to comment.