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

Profile pollux

parent 8f1a7417
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ profiles {
docker.enabled = true
process {
errorStrategy = 'finish'
memory = '16GB'
memory = '12GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......@@ -47,7 +47,7 @@ profiles {
podman.enabled = true
process {
errorStrategy = 'finish'
memory = '16GB'
memory = '12GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......@@ -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.enabled = true
singularity.cacheDir = "./bin/"
singularity.bind = "/home"
process {
errorStrategy = 'finish'
memory = '16GB'
memory = '12GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment