Skip to content
New issue

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

shmem_pe_accessible needs to check for MPMD #2

Open
jeffhammond opened this issue Feb 23, 2014 · 0 comments
Open

shmem_pe_accessible needs to check for MPMD #2

jeffhammond opened this issue Feb 23, 2014 · 0 comments
Assignees

Comments

@jeffhammond
Copy link
Owner

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 ); 
} 
@jeffhammond jeffhammond self-assigned this Feb 23, 2014
@jeffhammond jeffhammond added this to the 1.0 release candidate milestone Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant