mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update computerome.config
This commit is contained in:
parent
0327ef40ea
commit
e5cba18c9b
1 changed files with 6 additions and 3 deletions
|
@ -5,9 +5,12 @@ params {
|
|||
config_profile_url = 'https://www.computerome.dk/'
|
||||
project = null
|
||||
|
||||
max_memory = 1500.GB #Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this
|
||||
//Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this
|
||||
max_memory = 1500.GB
|
||||
max_cpus = 40
|
||||
max_time = 168.h #There is no max walltime on the cluster, but a week seems sensible if not directly specified
|
||||
|
||||
//There is no max walltime on the cluster, but a week seems sensible if not directly specified
|
||||
max_time = 168.h
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
|
Loading…
Reference in a new issue