diff --git a/Makefile b/Makefile index 45f1939..3eb4456 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ OSG_OUTPUT_DIR := results OSG_SUBMIT_TEMPLATE := scripts/submit.template OSG_SUBMIT_FILENAME := scripts/${MODEL_NAME}.sub OSG_JOB_SCRIPT := job-wrapper.sh +OUTPUT_FILES := results SINGULARITY_DEF = Singularity.def CURRENT_VERSION = v2 diff --git a/scripts/submit.template b/scripts/submit.template index 434dc99..207f264 100644 --- a/scripts/submit.template +++ b/scripts/submit.template @@ -5,8 +5,8 @@ universe = vanilla # Job requirements - make sure we're running on a Singularity enabled node with enough resources to execute our code Requirements = HAS_SINGULARITY == True && OSG_HOST_KERNEL_VERSION >= 31000 request_cpus = 4 -request_memory = 16 GB -request_disk = 16 GB +request_memory = 1 GB +request_disk = 4 GB # Specify the singularity container environment that the executable declared below should be run on in OSG. By default # Looks for a singularity image in /public/${OSG_USERNAME} @@ -42,4 +42,4 @@ Log = $(Cluster).log # queue is the "start button" - it launches any jobs that have been # specified thus far. -queue 1 +queue 3