mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update computerome.config
This commit is contained in:
parent
cf899a2a4e
commit
0327ef40ea
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,9 @@ params {
|
|||
config_profile_url = 'https://www.computerome.dk/'
|
||||
project = null
|
||||
|
||||
max_memory = 1500.GB
|
||||
max_memory = 1500.GB #Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this
|
||||
max_cpus = 40
|
||||
max_time = 168.h
|
||||
max_time = 168.h #There is no max walltime on the cluster, but a week seems sensible if not directly specified
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
@ -19,5 +19,6 @@ singularity {
|
|||
process {
|
||||
beforeScript = { "module load tools singularity/3.8.0; export _JAVA_OPTIONS=-Djava.io.tmpdir=/home/projects/$params.project/scratch" }
|
||||
executor = 'pbs'
|
||||
queueSize = 2000
|
||||
clusterOptions = { "-A $params.project -W group_list=$params.project" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue