Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions content/shmem_addr_accessible.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@
}

\apinotes{
This routine may be particularly useful for hybrid programming with other
communication libraries (such as \ac{MPI}) or parallel languages. For
example, when an \ac{MPI} job uses \ac{MPMD} mode, multiple executable
\ac{MPI} programs may use \openshmem routines. In such cases, static
memory, such as a \Cstd global variable, is
symmetric between processes running from the same executable file, but is
not symmetric between processes running from different executable files.
Data allocated from the symmetric heap (e.g., using \FUNC{shmem\_malloc})
is symmetric across the same or different executable files.
None.
}

\end{apidefinition}
9 changes: 1 addition & 8 deletions content/shmem_pe_accessible.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@
}

\apinotes{
This routine may be particularly useful for hybrid programming with other
communication libraries (such as \ac{MPI}) or parallel languages. For
example, when an \ac{MPI} job uses \ac{MPMD} mode, multiple executable
\ac{MPI} programs are executed as part of the same MPI job. In such cases,
\openshmem support may only be available between processes running from the
same executable file. In addition, some environments may allow a hybrid
job to span multiple network partitions. In such scenarios, \openshmem
support may only be available between \acp{PE} within the same partition.
None.
}

\end{apidefinition}