-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmitSim.job
More file actions
44 lines (31 loc) · 1.72 KB
/
submitSim.job
File metadata and controls
44 lines (31 loc) · 1.72 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
# submitSim.job -- submit sim
Universe = vanilla
GetEnv = False
#InteractiveJob = False
# Use singularity image
+SingularityImage="/cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:nightly"
#+SingularityImage="/cvmfs/singularity.opensciencegrid.org/eicweb/jug_xl:23.11-stable"
# The requirement line specifies which machines we want to run this job on. Any arbitrary classad expression can be used.
Requirements = (CPU_Speed >= 1)
# Rank is an expression that states how to rank machines which have already met the requirements expression. Essentially,
# rank expresses preference. A higher numeric value equals better rank. Condor will give the job the machine with the highest rank.
Rank = CPU_Speed
# Jobs by default get 1.4Gb of RAM allocated, ask for more if needed but if a job needs
#more than 2Gb it will not be able to run on the older nodes
#request_memory = 1800M
# If you need multiple cores you can ask for them, but the scheduling may take longer the "larger" a job you ask for
#request_cpus = 1
# Used to give jobs a directory with respect to file input and output.
Initialdir = /gpfs02/eic/lkosarzew/Calorimetry/testScripts
executable = runSimBatch.sh
arguments = condorSim/output/hcal_pion_$(Cluster)_$(Process)_sim.edm4hep.root $(Process) $(Cluster)
transfer_input_files = runSimBatch.sh
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_output_files = condorSim
Error = condorSim/stderr/$(Cluster)_$(Process).err
Output = condorSim/stdout/$(Cluster)_$(Process).out
Log = condorSim/log/$(Cluster)_$(Process).log
#+Experiment = "experiment"
#+Job_Type = "cas"
Queue 10