From c479780d8f2e0e802b56c12ff836d11aa223397f Mon Sep 17 00:00:00 2001 From: Cedric Arisdakessian Date: Mon, 3 Oct 2022 03:38:20 +0000 Subject: [PATCH] create mana config --- conf/mana.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/mana.config diff --git a/conf/mana.config b/conf/mana.config new file mode 100644 index 0000000..47f1992 --- /dev/null +++ b/conf/mana.config @@ -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" +}