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

add charlicloud conf

parent ec37e0ad
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,10 @@ profiles {
}
}
}
podman {
podman.enabled = true
charliecloud {
charliecloud.enabled = true
charliecloud.cacheDir = "./bin/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
process {
errorStrategy = 'finish'
memory = '16GB'
......@@ -79,14 +81,14 @@ profiles {
}
}
psmn {
singularity.enabled = true
singularity.cacheDir = "/Xnfs/abc/singularity/"
singularity.runOptions = "--bind /Xnfs,/scratch"
charliecloud.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
process{
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
maxRetries = 3
withLabel: big_mem_mono_cpus {
executor = "sge"
executor = "slurm"
clusterOptions = "-cwd -V"
cpus = 1
memory = "128GB"
......
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