Skip to content
Snippets Groups Projects
Commit 94b9ac07 authored by Xavier Grand's avatar Xavier Grand
Browse files

Add pollux_singularity profile

parent 66115fb3
No related branches found
No related tags found
No related merge requests found
......@@ -235,4 +235,34 @@ profiles {
}
}
}
pollux_singularity {
singularity.enabled = true
singularity.cacheDir = "/opt/singularity/"
singularity.runOptions = "-B /home -B /data"
process {
memory = '16GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
withLabel: big_mem_multi_cpus {
cpus = 8
}
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 = 4
memory = '8GB'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment