Skip to content

Commit

Permalink
Merge pull request #3 from kwaters4/remove_trapped
Browse files Browse the repository at this point in the history
[Annex C] Remove trapped and replace with detect
  • Loading branch information
kwaters4 authored Aug 30, 2024
2 parents 6452bbf + d1e22fb commit a3484f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ \chapter{Undefined Behavior in OpenSHMEM}\label{sec:undefined}
\tabularnewline
\hline
Use of non-symmetric variables & Some routines require remotely accessible
variables to perform their function. For example, a \PUT{} to a non-symmetric variable may
be trapped where possible and the library may abort the program. Another
implementation may choose to continue execution with or without a warning.
variables to perform their function. For example, an \openshmem libray may detect a \PUT{} to a non-symmetric variable
and choose to abort the program.
However, another implementation may choose to continue execution with or without a warning.
\tabularnewline
\hline
Non-symmetric allocation of symmetric memory & The symmetric memory management routines are
Expand Down

0 comments on commit a3484f1

Please sign in to comment.