Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singularity job type and Singularity run command #5

Open
victorsndvg opened this issue Jan 12, 2018 · 1 comment
Open

Singularity job type and Singularity run command #5

victorsndvg opened this issue Jan 12, 2018 · 1 comment

Comments

@victorsndvg
Copy link
Member

Currently the singularity job type relies in singularity exec command.

I think this is the most general solution, but as singularity allows to hide some complexity using singularity run command, I think we should think in a way to add this feature to the orchestrator.

Most interesting option of this command is --app. You can use this option to package several applications or executables in a containers and used them easily.

E.g.

 $ singularity run --app salome hifimagnet.simg micadfile.cad mimeshfile.mesh
 $ singularity run --app solver hifimagnet.simg mimeshfile.mesh miresult.res
 $ singularity run --app paraview hifimagnet.simg miresult.res
...
@Trophime
Copy link

Trophime commented Jan 17, 2018

👍

we would also like to:

--workdir
--pwd
--nv

see for here for details.

PS: these options are optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants