Skip to content

Commit

Permalink
Merge pull request #1 from bcmIntc/bcmIntc-section-profiler_1
Browse files Browse the repository at this point in the history
[SHMEM 1.6 Sec 10] Minor grammatical edits
  • Loading branch information
BKP authored Sep 2, 2024
2 parents ac51892 + d534723 commit 23038e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/profiling_interface.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The objective of the \openshmem profiling interface is to ensure an
easy and flexible usage model for profiling (and other similar)
tool developers to interface their codes into \openshmem
tool developers to interface their code into \openshmem
implementations on different platforms. Since \openshmem is a
machine-independent standard with different implementations, it is
unreasonable to expect that the authors and developers of profiling
Expand Down Expand Up @@ -133,7 +133,7 @@ \subsection{Limitations}

\subsubsection{Multiple Counting}
\label{sec:pshmem_multiple_count}
Since some functions in \openshmem library may be implemented
Since some functions in the \openshmem library may be implemented
using more basic \openshmem functions, it is possible for these basic
profiling functions to be called from within an \openshmem function
that was originally called from a profiling routine. For example,
Expand Down
2 changes: 1 addition & 1 deletion content/shmem_pcontrol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
it is impossible to precisely specify the semantics that will be provided by
calls to \FUNC{shmem\_pcontrol}. This vagueness extends to the number of
arguments to the function and their datatypes. However, to provide some
level of portability of user codes to different profiling libraries, the
level of portability of user code to different profiling libraries, the
following \VAR{level} values are recommended.

\begin{itemize}
Expand Down

0 comments on commit 23038e4

Please sign in to comment.