-
Notifications
You must be signed in to change notification settings - Fork 25
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
add new docs for 1.3.0 new features #236
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on the current main to pick up the fix for the CI failure.
d42025b
to
32a8145
Compare
mpi.rst
Outdated
Note that ``--sharens`` flag requires all spawned processes having the same parent process. This is because these | ||
child processes will join the same namespace identified using the parent process id. To meet the requirement, {Project} | ||
containers should be launched by the same process, e.g. mpirun, and all these containers should be running on the same host. | ||
``--sharens`` does not support sharing the same namespace accross different hosts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this last sentence is redundant, not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! reflected in the latest commit.
Signed-off-by: jason yang <[email protected]>
32a8145
to
db58a6f
Compare
Description of the Pull Request (PR):
This PR contains new docs for the following new features:
--sharens
Add sharens mode for apptainer exec/run/shell apptainer#1760This fixes or addresses the following GitHub issues: