-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsubmit_to_condor.sub
More file actions
29 lines (29 loc) · 1.19 KB
/
submit_to_condor.sub
File metadata and controls
29 lines (29 loc) · 1.19 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
Universe = vanilla
executable = run_on_condor.sh
model = mlp_pf
#model = deepak8_pf
#model = particlenet_pf
data = VBF_features
#data = VBF_points_features
# samples = full
#samples = half
samples = short
arguments = $(model) $(data) $(samples)
outpath = /afs/cern.ch/work/a/anmalara/WorkingArea/DNN/DNNPostProcessing/trainings/CondorOutputs/$(model)
output = $(outpath)/job.$(ClusterId).$(ProcId).out
error = $(outpath)/job.$(ClusterId).$(ProcId).err
log = $(outpath)/job.$(ClusterId).log
stream_output = True
stream_error = True
should_transfer_files = YES
notify_user = andrea.malara@cern.ch
notification = Always
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_output_files = DNNPostProcessing/output.tar
transfer_output_remaps = "output.tar = $(outpath)/output.$(ClusterId).$(ProcId).tar"
request_GPUs = 1
request_CPUs = 4
# +JobFlavour = "espresso"
+JobFlavour = "tomorrow"
queue