You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Singularity/docker: change argument order in run stage
- Related: #4
- Closes: #4
- Put the image image argument first in the kernel argv, so that there
is less chance of mixing up the options and arguments. During the
docker/singularity exec phase, the image should still be at the very
end (where I *think* it is normally expected).
- This is not yet tested for real functionality, but the tests pass.
I will delay merging until I do more testing.
0 commit comments