You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to MPI profiling interface (PMPI), OpenSHMEM 1.5 defines pshmem_ wrapper and a query function shmem_pcontrol.
Starting point
Section 10 OpenSHMEM Profiling Interface in OpenSHMEM spec v1.5
Many type/size specific functions are generated at autogen.sh. Also see the template files (.tpl) under src/shmem. We may also autogenerate the pshmem_ wrapper.
configure.ac already detects USE_WEAK_SYMBOLS
Can reuse PMPI_ implementation.
TODO
Implementation of pshmem_ weak symbol for all functions
Implementation of shmem_pcontrol (NO-OP is fine)
The text was updated successfully, but these errors were encountered:
Similar to MPI profiling interface (PMPI), OpenSHMEM 1.5 defines
pshmem_
wrapper and a query functionshmem_pcontrol
.Starting point
autogen.sh
. Also see the template files (.tpl
) undersrc/shmem
. We may also autogenerate thepshmem_
wrapper.configure.ac
already detectsUSE_WEAK_SYMBOLS
PMPI_
implementation.TODO
pshmem_
weak symbol for all functionsshmem_pcontrol
(NO-OP is fine)The text was updated successfully, but these errors were encountered: