-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit4.m2k
More file actions
34 lines (27 loc) · 836 Bytes
/
submit4.m2k
File metadata and controls
34 lines (27 loc) · 836 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
29
30
31
32
33
34
universe = parallel
executable = run.sh
# Arguments are:
# 1. Sending host
# 2. File to send (on the sending host)
# 3. Receiving host
# 4. Location to write file (on the receiving host)
arguments = murpa.rocksclusters.org /export/rocks/install/rolls/htcondor/8.2.1/x86_64/RedHat/RPMS/htcondor-8.2.1-4.x86_64.rpm komatsu.chtc.wisc.edu htcondor.rpm
requirements = (Machine == "komatsu.chtc.wisc.edu")
should_transfer_files = yes
when_to_transfer_output = on_exit
getenv = true
output = m2k.out.$(cluster).$(Node)
error = m2k.err.$(cluster).$(Node)
log = m2k.log
machine_count = 1
#+WantRemoteIO = true
+WantIOProxy = true
queue
requirements = (Machine == "murpa.rocksclusters.org")
should_transfer_files = yes
when_to_transfer_output = on_exit
getenv = true
machine_count = 1
#+WantRemoteIO = true
+WantIOProxy = true
queue