Skip to content

Commit

Permalink
Update binac.config
Browse files Browse the repository at this point in the history
Upgrade to 3.4.2
  • Loading branch information
apeltzer authored Nov 11, 2019
1 parent e66ca6f commit bc9ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/binac.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ singularity {
}

process {
beforeScript = 'module load devel/singularity/3.0.3'
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'pbs'
queue = 'short'
process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}
Expand Down

0 comments on commit bc9ecf5

Please sign in to comment.