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 { ...@@ -35,10 +35,9 @@ profiles {
} }
} }
} }
charliecloud { podman {
charliecloud.enabled = true podman.enabled = true
charliecloud.cacheDir = "./bin/" podman.cacheDir = "./bin/"
charliecloud.runOptions = "--bind /Xnfs:/Xnfs --bind /scratch:/scratch"
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16GB' memory = '16GB'
...@@ -81,9 +80,8 @@ profiles { ...@@ -81,9 +80,8 @@ profiles {
} }
} }
psmn { psmn {
charliecloud.enabled = true podman.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud/" podman.cacheDir = "/Xnfs/abc/podman/"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment