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

Support for singularity #786

Closed
BoPeng opened this issue Aug 25, 2017 · 1 comment
Closed

Support for singularity #786

BoPeng opened this issue Aug 25, 2017 · 1 comment

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Aug 25, 2017

SoS makes it easy to submit tasks to HPC but it still requires the HPC to have the software installed. The idea (actually current implementation) of sos running docker container is practical for workstations but not for HPC because of security concerns. Singularity is a container solution for HPC as demonstrated by its paper and had been adopted by universities.

Without checking the actual capacity of singularity, on the surface it looks like we could wrap our tasks as singularity apps and execute them on HPC and free users the need to install software there. This should definitely be something we should try, which can make sos an even better platform for cross-platform computation.

@gaow
Copy link
Member

gaow commented Apr 30, 2018

Going over old posts -- just to add that converting from docker to singularity, or running docker images from singularity, is established, but I guess it takes time and work to figure out the command options that works best. Will see if there is a need from one of us.

@BoPeng BoPeng closed this as completed Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants