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

switch from charliecloud to podman

parent 59e74d63
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,9 @@ profiles {
}
}
}
charliecloud {
charliecloud.enabled = true
charliecloud.cacheDir = "./bin/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
podman {
podman.enabled = true
podman.cacheDir = "./bin/"
process {
errorStrategy = 'finish'
memory = '16GB'
......@@ -81,9 +80,8 @@ profiles {
}
}
psmn {
charliecloud.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
podman.enabled = true
podman.cacheDir = "/Xnfs/abc/podman/"
process{
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
maxRetries = 3
......
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