-
Notifications
You must be signed in to change notification settings - Fork 49
Docs/2.3 #81
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
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 #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
….github.io into docs/2.3
* initial recipe for binding in some hostlibs * integrating contribution for gpus, and adding gist template to docs/2.3
…74) thread "mpi and portability" on 2017-05-11/12
* start from bento/ubuntu-16.04 Replacing the initial vagrant box from "ubuntu/trusty64" with "ubuntu/xenial64" was a great move : - xenial is the latest ubuntu long term support release, - also this avoids an issue which is specific to older versions of ubuntu : when running multiprocessing python inside the image the OS needs to create temporary files in /run/shm and /run/lock and this does not work unless the /etc/singularity/singularity.conf is modified with an additional line: "bind path = /run" ) However when testing more, I found that box the ubuntu/xenial64 does not have a system python2 installed, just a python3, Because of that , several steps fail unless python2 is installed: some python scripts have a she-bang line like this: #!/usr/bin/env python and in absence of python2 , the python command is not found. So this is another hassle which would need to be documented in the instructions The solution I found is to use an alternative ubuntu1604 box from the bento project : http://chef.github.io/bento/ Bento is an impressive project and their vagrant boxes are well made and well regarded. https://atlas.hashicorp.com/bento * Update install-mac.md
Member
|
WAHOOOOO!!!! Ready... Set... GO! |
Member
Author
|
🎢 !! |
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.
No description provided.