mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
create mana config
This commit is contained in:
parent
57f63add02
commit
c479780d8f
1 changed files with 20 additions and 0 deletions
20
conf/mana.config
Normal file
20
conf/mana.config
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
params {
|
||||||
|
config_profile_description = 'University of Hawaii at Manoa'
|
||||||
|
config_profile_url = 'http://www.hawaii.edu/its/ci/'
|
||||||
|
config_profile_contact = 'Cedric Arisdakessian'
|
||||||
|
|
||||||
|
max_memory = 400.GB
|
||||||
|
max_cpus = 96
|
||||||
|
max_time = 72.h
|
||||||
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
executor = 'slurm'
|
||||||
|
queue = 'shared,exclusive,kill-shared,kill-exclusive'
|
||||||
|
module = 'tools/Singularity'
|
||||||
|
}
|
||||||
|
|
||||||
|
singularity {
|
||||||
|
enabled = true
|
||||||
|
cacheDir = "$HOME/.singularity_images_cache"
|
||||||
|
}
|
Loading…
Reference in a new issue