We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks progress toward making the reference OpenSHMEM implementation compliant with the OpenSHMEM 1.4 Specification.
shmem_sync_all
shmem_sync
SHMEM_SYNC_SIZE
SHMEM_WAIT
volatile
shmem_wait
SMA_
SHMEM_
_Noreturn
shmem_global_exit
shmem_test
shmem_calloc
shmem_init_thread
shmem_query_thread
complex
_Complex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue tracks progress toward making the reference OpenSHMEM implementation compliant with the OpenSHMEM 1.4 Specification.
shmem_sync_all
andshmem_sync
routines. See Sections 8.8.3 and 8.8.4.SHMEM_SYNC_SIZE
constant. See Section 6.SHMEM_WAIT
.volatile
qualifiers from certain arguments toshmem_wait
and lock API functions. See sections 8.9.1 and 8.11.1.SMA_
prefixed environment variables and addSHMEM_
prefixed equivalents. See section 7._Noreturn
toshmem_global_exit
. See section 8.1.5shmem_wait
functions and addshmem_test
functions. See section 8.9shmem_calloc
. See section 8.3.2shmem_init_thread
andshmem_query_thread
. See sections 8.2.1 and 8.2.2.complex
macro with C99_Complex
definition. See section 8.8.7.The text was updated successfully, but these errors were encountered: