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

Adopt the same Singularity interface as OSG/HTCondor #108

Open
gonzalomerino opened this issue Sep 12, 2017 · 2 comments
Open

Adopt the same Singularity interface as OSG/HTCondor #108

gonzalomerino opened this issue Sep 12, 2017 · 2 comments

Comments

@gonzalomerino
Copy link
Contributor

Once we have singularity in NPX, it would be nice that users with CentOS7 jobs can run on the grid by requesting singularity in just one way. Can we plan on adopting the same switches than OSG for our pyglideins?

see: https://support.opensciencegrid.org/support/solutions/articles/12000024676-docker-and-singularity-containers

universe = vanilla
executable = job.sh
Requirements = HAS_SINGULARITY == TRUE

+SingularityImage = "/cvmfs/singularity.opensciencegrid.org/opensciencegrid/osgvo-el7"
+SingularityBindCVMFS = True

should_transfer_files = IF_NEEDED
when_to_transfer_output = ON_EXIT

output = out
error = err
log = log

queue

@gonzalomerino
Copy link
Contributor Author

First we need to check what is the current status of Singularity support within HTCondor

@dsschult
Copy link
Collaborator

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