| <html>
|
| <head>
|
| <title>shmem_ptr</title>
|
| </head>
|
| <h2 id="top">shmem_ptr</h2>
|
| <h4>Purpose</h4>
|
|
|
|
|
| <p>Returns a pointer to a data object of a remote processing element(PE).
|
| </p>
|
|
|
| <h4>C syntax</h4>
|
|
|
| <pre>
|
| #include <shmem.h>
|
|
|
| void shmem_ptr(void *target, int pe);
|
|
|
| </pre>
|
|
|
| <h4>Parameters</h4>
|
|
|
|
|
| <dl>
|
| <dt class="bold">INPUT</dt>
|
| <dd>
|
|
|
| </dd>
|
| <dt class="bold ">target</dt>
|
| <dd>Data object to be referenced on the remote PE.
|
| </dd>
|
| <dt class="bold">pe</dt>
|
| <dd>Processing element number of the remote PE.
|
| </dd>
|
| </dl>
|
| <h4>Description</h4>
|
|
|
| <div class="ledi">
|
| <p>Returns a pointer to a data object of a remote PE.</p>
|
|
|
|
|
| <hr><a href="apiIndex.html">OpenSHMEM API Index</a> |
| </html> |