Skip to content

Commit

Permalink
relocate clusterOptions and scratch
Browse files Browse the repository at this point in the history
move clusterOptions and scratch out of executor, and move them into
process.
  • Loading branch information
Qi Yu committed Sep 23, 2024
1 parent c77c117 commit 67ed00c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/biowulf.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ executor {
queueStatInterval = '5 min'
submitRateLimit = '6/1min'
retry.maxAttempts = 1
clusterOptions = ' --gres=lscratch:200 '
scratch = '/lscratch/$SLURM_JOB_ID'
}

}

process {
executor = 'slurm'
maxRetries = 1
clusterOptions = ' --gres=lscratch:200 '
scratch = '/lscratch/$SLURM_JOB_ID'
stageInMode = 'symlink'
stageOutMode = 'rsync'
resourceLimits = [ cpus: 128, memory: 499.GB, time: 240.h ]
Expand Down

0 comments on commit 67ed00c

Please sign in to comment.