From 4de4417030ad17c0f711bbb1050370886a561a9f Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Sun, 9 Dec 2018 16:33:34 +0000 Subject: [PATCH] Removed submission file temporarily --- submit.sub | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 submit.sub diff --git a/submit.sub b/submit.sub deleted file mode 100644 index 2377c2b..0000000 --- a/submit.sub +++ /dev/null @@ -1,40 +0,0 @@ -#################### -# -# Example Job for HTCondor -# -#################### - -# -------------------------------------------- -# Executable and its arguments -executable = myexe -arguments = -a1 one -a2 two - -# --------------------------------------------------- -# Docker: Executable might be stated in docker image so can be omitted -# If specified, overrides the one stated in docker image -# Need to specify the docker image to use -universe = docker -docker_image = nvidia/cuda - -# ------------------------------------------------- -# Input, Output and Log files -log = $(cluster).$(process).myexe.log -input = $(cluster).$(process).myexe.in -output = $(cluster).$(process).myexe.out -error = $(cluster).$(process).myexe.error - -should_transfer_files = YES - -# ------------------------------------- -# Requirements for the Job -requirements = ( HasStornext == true ) && ( CUDACapability >= 5 ) - -# -------------------------------------- -# Resource requirements -request_GPUs = 1 -request_CPUs = 2 -request_memory = 4096 - -# ----------------------------------- -# Queue commands -queue 1 -- GitLab