-
Notifications
You must be signed in to change notification settings - Fork 49
Gpus #72
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
Closed
Closed
Gpus #72
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ns of changes for 2.3!
99-environment.sh deleted on line 198
….github.io into docs/2.3
* moved create before bootstrap to follow logical order * Lots of edits to the quick start subsection of the user guide * added a bunch of asciicasts
Following issue singularityware#64 Changes In line 50 ```bash sudo singularity exec -w /tmp/Centos-7.img make install ``` replaced for ```bash sudo singularity exec -w -B /home /tmp/Centos-7.img make install ```
* lots of changes to the create page * few more tweaks and clarification on why to mount * fixed in on
* adding announcement post * oups! Nope, nothing to see here, folks * fix grammar in user guide
….github.io into docs/2.3
Member
|
hey I'm ready to review! Would you mind doing this PR to docs/2.3? It looks like you are starting from that base, but the PR is to master branch. Thanks! |
Contributor
Author
|
Closing, as this PR should have gone against docs/2.3 instead of master (new PR created) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Guys,
I discussed with with @vsoch in slack yesterday,
I don't want you to accept this PR (yet), but I wanted to show you the direction I was taking with this documentation before I put too much time into it.
Things to note:
@vsoch suggestion, I'm using jekyll-gist to add code fragments, but hosting this on my own gist (I'd much rather move this to a singularityware gist, or somewhere in the repo itself, but I don't think jekyll-gist support actual repos only gists!)
I'm bind mounting a bunch of stuff from the host into the container, specifically slurm, nvidia drivers and OpenMPI. I think it works, but I don't know if it would be considered "best practice" (certainly I believe there is a better way of doing nvidia drivers in the works). Comments appreciated.
I tried this with binaries compiled with both OpenMPI 1.10.3 and 2.1.0. It seems to work with both, and I don't understand why (I thought the support for singularity only landed in OpenMPI 2.1 not earlier) Any ideas?