-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathR.submit
More file actions
28 lines (22 loc) · 799 Bytes
/
R.submit
File metadata and controls
28 lines (22 loc) · 799 Bytes
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
# File Name: R.submit
universe = container
container_image = /cvmfs/singularity.opensciencegrid.org/opensciencegrid/osgvo-r:3.5.0
# Specify your executable and arguments
executable = spill_calculation.r
arguments = spills_1950_1959.csv
# Tell HTCondor what to name log, standard error, and standard output("screen output") files
log = log/spills.log
output = output/spills.out
error = error/spills.error
#Specify the job duration
+JobDurationCategory = "Medium"
# Specify that HTCondor should transfer files to and from the
# computer where each job runs.
transfer_input_files = data/spills_1950_1959.csv
should_transfer_files = YES
# Amount of resources available to your jobs
request_cpus = 1
request_memory = 1GB
request_disk = 1GB
# Tell HTCondor to queue a job for each data file
queue