Go to the first, previous, next, last section, table of contents.


A Complete SHMEM example

The following code puts a few words of data from its srcBuf[] array into another process' targetBuf[] array. It then gets those words from the other process' targetBuf[] into its own targetBuf[], compares the results, and outputs whether they're the same as the srcBuf[] array.


Go to the first, previous, next, last section, table of contents.