Skip to content
Snippets Groups Projects
Verified Commit 59e74d63 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add charlicloud conf

parent ec37e0ad
Branches
No related tags found
No related merge requests found
...@@ -35,8 +35,10 @@ profiles { ...@@ -35,8 +35,10 @@ profiles {
} }
} }
} }
podman { charliecloud {
podman.enabled = true charliecloud.enabled = true
charliecloud.cacheDir = "./bin/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16GB' memory = '16GB'
...@@ -79,14 +81,14 @@ profiles { ...@@ -79,14 +81,14 @@ profiles {
} }
} }
psmn { psmn {
singularity.enabled = true charliecloud.enabled = true
singularity.cacheDir = "/Xnfs/abc/singularity/" charliecloud.cacheDir = "/Xnfs/abc/charliecloud/"
singularity.runOptions = "--bind /Xnfs,/scratch" charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
process{ process{
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' } errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
maxRetries = 3 maxRetries = 3
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
executor = "sge" executor = "slurm"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
memory = "128GB" memory = "128GB"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment