1
0
Fork 0
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:
Michael Borg 2022-02-02 13:33:03 +01:00 committed by GitHub
parent 9792226f5c
commit cc380ce9a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}