-
Notifications
You must be signed in to change notification settings - Fork 0
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
Edits to drafts/osh-1.4-rc5 to facillitate manpage generation #3
Edits to drafts/osh-1.4-rc5 to facillitate manpage generation #3
Conversation
main_spec.tex
Outdated
@@ -112,7 +112,7 @@ \subsubsection{\textbf{SHPALLOC}}\label{subsec:shpalloc} | |||
\subsubsection{\textbf{SHPCLMOVE}}\label{subsec:shpclmove} | |||
\input{content/shpclmove.tex} | |||
|
|||
\subsubsection{\textbf{SHPDEALLC}}\label{subsec:shpdealloc} | |||
\subsubsection{\textbf{SHPDEALLOC}}\label{subsec:shpdealloc} |
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.
The routine in question is actually called SHPDEALLC
, so the right fix here is to rename the input file rather than renaming the section. Could you push a patch to fix this?
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.
Update SHPDEALLC bit.
Changed filename from shpdealloc.tex to shpdeallc.tex in contents folder. Updated main_spec.tex, table of contents, to also be con- sistent.
Merged into #4 |
section/collectives changes for OpenSHMEM 1.4
Remove cross-references in test any/all/some API
section/rma: replace default team with world team
Deprecate short-typed wait/test & update tables to std AMO
[Annex C] Remove trapped and replace with detect
Updated example 14 to remove `shmem_long_sum_to_all`
Changed main_spec.tex to maintain consistency between the names of the tex files and the names of the functions.
Got rid of extra braces in shmem_reductions.tex that were showing in the manpages.