Skip to content

Commit

Permalink
fix: tune requirements + include output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Aug 8, 2023
1 parent 27ee176 commit 36b240a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/submit.template
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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

0 comments on commit 36b240a

Please sign in to comment.