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

charliecloud change psmn img path

parent 6bc458b5
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ profiles { ...@@ -81,7 +81,7 @@ profiles {
} }
psmn { psmn {
charliecloud.enabled = true charliecloud.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud_img" charliecloud.cacheDir = "/Xnfs/abc/charliecloud"
charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs" charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs"
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' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment