From 45a64caa7fcd9c146e6b9b0a18cd579d3cf51af9 Mon Sep 17 00:00:00 2001 From: Bryan Morgan <108841484+bcmIntc@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:27:12 -0400 Subject: [PATCH 1/3] Update profiling_interface.tex 1/3: "code" instead of "codes" (mass noun). --- content/profiling_interface.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/profiling_interface.tex b/content/profiling_interface.tex index 51a50909..81ed2d83 100644 --- a/content/profiling_interface.tex +++ b/content/profiling_interface.tex @@ -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 From 1539658268c1b57034bf74a14a5d105bb9a81266 Mon Sep 17 00:00:00 2001 From: Bryan Morgan <108841484+bcmIntc@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:31:07 -0400 Subject: [PATCH 2/3] Update shmem_pcontrol.tex 2/3: "code" instead of "codes" (mass noun). --- content/shmem_pcontrol.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shmem_pcontrol.tex b/content/shmem_pcontrol.tex index 79abbbd7..d4aac2b3 100644 --- a/content/shmem_pcontrol.tex +++ b/content/shmem_pcontrol.tex @@ -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} From d534723e887cdd764dd43e18515d28c41ab3b17f Mon Sep 17 00:00:00 2001 From: Bryan Morgan <108841484+bcmIntc@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:33:08 -0400 Subject: [PATCH 3/3] Update profiling_interface.tex Added "the" before \openshmem. --- content/profiling_interface.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/profiling_interface.tex b/content/profiling_interface.tex index 81ed2d83..401cc83e 100644 --- a/content/profiling_interface.tex +++ b/content/profiling_interface.tex @@ -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,