-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrun.submit_file
More file actions
29 lines (22 loc) · 759 Bytes
/
run.submit_file
File metadata and controls
29 lines (22 loc) · 759 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
executable = run.sh
universe = docker
docker_image = nvidia/cuda:11.1-runtime-ubuntu18.04
log = condor_log/c$(cluster).p$(process).log
output = condor_log/c$(cluster).p$(process).out
error = condor_log/c$(cluster).p$(process).error
environment = "mount=/vol/research/xmodal_dl/"
+CanCheckpoint = True
+GPUMem = 11000
+JobRunTime = 12
should_transfer_files = True
stream_output = True
request_GPUs = 1
request_CPUs = 1
request_memory = 11G
requirements = (CUDAGlobalMemoryMb > 4500) && \
(HasDocker) && \
(CUDACapability > 2.0) && \
(CUDADeviceName == "GeForce RTX 3090")
queue arguments from (
--config-file $ENV(PWD)/configs/cuhkpedes/moco_gru_cliprn50_ls_bs128_2048.yaml
)