mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Update mpcdf.config
Added polling frequencies to the config as requested by MPCDF admin. Also updated the number of (real) cores on Raven.
This commit is contained in:
parent
9792226f5c
commit
cc380ce9a1
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,8 @@ profiles {
|
|||
|
||||
executor {
|
||||
queueSize = 8
|
||||
pollInterval = '1 min'
|
||||
queueStatInterval = '5 min'
|
||||
}
|
||||
|
||||
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
||||
|
@ -46,6 +48,8 @@ profiles {
|
|||
|
||||
executor {
|
||||
queueSize = 8
|
||||
pollInterval = '1 min'
|
||||
queueStatInterval = '5 min'
|
||||
}
|
||||
|
||||
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
||||
|
@ -58,7 +62,7 @@ profiles {
|
|||
params {
|
||||
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
||||
max_memory = 368.GB
|
||||
max_cpus = 192
|
||||
max_cpus = 72
|
||||
max_time = 24.h
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue