We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0883bc3 commit 2928974Copy full SHA for 2928974
pkg/slurm/aux.go
@@ -466,7 +466,7 @@ func produceSLURMScript(
466
stringToBeWritten += "\n" + strings.Join(singularityCommand.singularityCommand[:], " ") + " " +
467
"/bin/sh" + " /tmp/" + "command_" + singularityCommand.containerName + ".sh" +
468
" &> " + path + "/" + singularityCommand.containerName + ".out; " +
469
- "echo $? > " + path + "/" + singularityCommand.containerName + ".status &"
+ "echo $? > " + path + "/" + singularityCommand.containerName + ".status; sleep 30 &"
470
}
471
472
0 commit comments