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
The source TODO comment describes this issue succinctly.
/* 8.3: Accessibility Query Routines */
int shmem_pe_accessible(int pe)
{
/* TODO: detect MPMD launching, i.e. if PE is running same binary as me.
* MPI_APPNUM attribute of MPI_COMM_WORLD (MPI-3 10.5.3) is the way.
* Create a window containing these values so that any PE can Get it
* and compare against the local value. */
return ( 0<=pe && pe<=shmem_world_size );
}
The text was updated successfully, but these errors were encountered:
The source TODO comment describes this issue succinctly.
The text was updated successfully, but these errors were encountered: