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
ab8a9ad0b8
commit
8b29b5584e
1 changed files with 1 additions and 2 deletions
|
@ -4,6 +4,7 @@ params {
|
||||||
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
|
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
|
||||||
config_profile_url = 'https://www.computerome.dk/'
|
config_profile_url = 'https://www.computerome.dk/'
|
||||||
project = null
|
project = null
|
||||||
|
cache_dir = "/home/projects/$params.project/scratch"
|
||||||
schema_ignore_params = "project,cache_dir"
|
schema_ignore_params = "project,cache_dir"
|
||||||
|
|
||||||
//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
|
||||||
|
@ -12,8 +13,6 @@ params {
|
||||||
|
|
||||||
//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
|
max_time = 168.h
|
||||||
|
|
||||||
cache_dir = "/home/projects/$params.project/scratch"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
|
|
Loading…
Reference in a new issue