Skip to content

Conversation

@l1ll1
Copy link
Contributor

@l1ll1 l1ll1 commented May 10, 2017

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?

vsoch and others added 19 commits April 9, 2017 21:09
* 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
@vsoch
Copy link
Member

vsoch commented May 11, 2017

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!

@l1ll1
Copy link
Contributor Author

l1ll1 commented May 12, 2017

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants