Skip to content

Commit

Permalink
HTCondor sub file for Centos7
Browse files Browse the repository at this point in the history
Add a .sub file for HTCondor job submission on machines with Centos7.
  • Loading branch information
lopezzot committed Jan 24, 2024
1 parent be25f59 commit 689f9f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script/HGCALTB_HTCondor_centos7.sub
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
executable = HGCALTB_HTCondor_10.4.sh
universe = vanilla
output = output/job.$(ClusterId).$(ProcId).output
error = error/job.$(ClusterId).$(ProcId).error
log = log/job.$(ClusterId).$(ProcId).log
RequestCpus = 4
stream_output = True
stream_error = True
+requirements=(OpSysAndVer=?="CentOS7")
+JobFlavour = "testmatch"
queue

0 comments on commit 689f9f5

Please sign in to comment.