forked from Waxpardo/Hadronization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmitCondor_hf_CLOSEPACKING_100M.sub
More file actions
44 lines (34 loc) · 1.23 KB
/
Copy pathsubmitCondor_hf_CLOSEPACKING_100M.sub
File metadata and controls
44 lines (34 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
universe = vanilla
# Wrapper that sets up env and runs Pythia
executable = /data/alice/ipardoza/Hadronization-main/runCondorJob.sh
initialdir = /data/alice/ipardoza/Hadronization-main
# Inherit basic env (HOME, etc.). setupEnv.sh is still sourced inside.
getenv = True
request_cpus = 1
request_memory = 4GB
request_disk = 10GB
# Required by Stoomboot
+JobCategory = "long"
+UseOS = "el9"
TUNE = CLOSEPACKING
NEVT_PER_JOB = 1000000
# Logging
log = logs/HF/$(TUNE)/job_$(Cluster)_$(Process).log
output = logs/HF/$(TUNE)/job_$(Cluster)_$(Process).out
error = logs/HF/$(TUNE)/job_$(Cluster)_$(Process).err
# Shared filesystem (/data/alice), no Condor file transfer
should_transfer_files = NO
# Retry non-zero exits, including walltime/draining evictions that leave a
# partial ROOT file in the work directory. The wrapper removes stale workdir
# outputs and uses the retry count in the seed modifiers.
max_retries = 5
retry_until = (ExitCode == 0)
# 1,000,000 events/job x 100 jobs = 100,000,000 Close Packing events.
#
# Arguments to runCondorJob.sh:
# CLUSTERID = $(Cluster)
# JOBID = $(Process)
# TUNE = CLOSEPACKING
# NEVT = $(NEVT_PER_JOB)
arguments = $(Cluster) $(Process) $(TUNE) $(NEVT_PER_JOB)
queue 100