Skip to content

Commit

Permalink
Merge pull request #677 from rpetit3/rp3-arcc-add-time
Browse files Browse the repository at this point in the history
add a default time for arcc config
  • Loading branch information
jfy133 authored May 2, 2024
2 parents db71f3c + 064b036 commit daead49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/arcc.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ params {
// Default Resources
max_memory = 64.GB
max_cpus = 16
max_time = 1.h
}

process {
Expand All @@ -17,6 +18,7 @@ process {

// Default partitions
queue = 'beartooth,moran,teton'
time = params.max_time
}

singularity {
Expand Down

0 comments on commit daead49

Please sign in to comment.