Skip to content
Snippets Groups Projects
Commit 5f0f92d2 authored by aliarifki's avatar aliarifki
Browse files

Profile pollux

parent 8f1a7417
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ profiles { ...@@ -18,7 +18,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16GB' memory = '12GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
} }
...@@ -47,7 +47,7 @@ profiles { ...@@ -47,7 +47,7 @@ profiles {
podman.enabled = true podman.enabled = true
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16GB' memory = '12GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
} }
...@@ -72,13 +72,45 @@ profiles { ...@@ -72,13 +72,45 @@ profiles {
} }
} }
} }
pollux {
singularity.enabled = true
singularity.cacheDir = "./bin/"
singularity.bind = "/home"
process {
errorStrategy = 'finish'
memory = '32GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
withLabel: big_mem_multi_cpus {
cpus = 16
}
withLabel: small_mem_mono_cpus {
cpus = 1
memory = '2GB'
}
withLabel: small_mem_multi_cpus {
cpus = 8
memory = '2GB'
}
withLabel: mid_mem_mono_cpus {
cpus = 1
memory = '8GB'
}
withLabel: mid_mem_multi_cpus {
cpus = 8
memory = '8GB'
}
}
}
singularity { singularity {
singularity.enabled = true singularity.enabled = true
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
singularity.bind = "/home" singularity.bind = "/home"
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16GB' memory = '12GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment