Skip to content

Commit

Permalink
update scaling and wlcg test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrHorizontal committed Jan 22, 2024
1 parent 65f0451 commit 1695680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/htcondor/wlcg_disklessTier2/run_simulations.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements = TARGET.ProvidesIO && (CloudSite =!= topas)
+RemoteJob = True

universe = docker
docker_image = mschnepf/cs8-base
docker_image = mhorzela/dcsim

+RequestWalltime = (3600 + (2*3600*NumJobStarts))
request_cpus = 1
Expand Down
2 changes: 1 addition & 1 deletion tools/htcondor/wlcg_disklessTier2/scaling.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements = TARGET.ProvidesIO && (TARGET.Machine=?="mdm1.etp.kit.edu")
+RemoteJob = True

universe = docker
docker_image = mschnepf/slc7-condocker
docker_image = mhorzela/dcsim

+RequestWalltime = (15*$(NJOBS)) + 3600 + (24*3600*NumJobStarts)
request_cpus = 1
Expand Down

0 comments on commit 1695680

Please sign in to comment.