-
Notifications
You must be signed in to change notification settings - Fork 52
MPI Tutorial #2014
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
MPI Tutorial #2014
Conversation
d689f60 to
33f5bc4
Compare
yadudoc
left a comment
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.
Looks good to me. I've added some minor notes.
Moves MPI reference documentation to the appropriate places - the endpoint page for configuration, and the SDK user guide for MPIFunctions - and adds a new tutorial that covers both topics.
33f5bc4 to
a9eec0f
Compare
khk-globus
left a comment
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.
Looks good to me.
| .. code-block:: console | ||
| $ globus-compute-endpoint start my-ep | ||
| Take note of the endpoint ID emitted to the console; we will use it later in the | ||
| tutorial. |
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.
In addition to your "Take note of ...", you might consider also adding <NOTE THIS ID HERE> text:
$ globus-compute-endpoint start my-ep
>>> Endpoint ID: <NOTE THIS ID HERE> <<<Not mandatory, just a thought. Your call.
Description
Refactors MPI documentation, with a focus on adding a tutorial for configuring and submitting MPI tasks. Existing MPI documentation is moved around but is otherwise mostly unchanged, save some formatting/syntax fixes.
[SC-41206]
Type of change