-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
The scalability of MPI_Graph_create() is limited due to the global nature of its arguments. We should deprecate it.
Proposal
Deprecate the following:
int MPI_Graph_create (MPI_Comm comm_old, int nnodes, const int index[],
const int edges[], int reorder, MPI_Comm *comm_graph);
int MPI_Graphdims_get(MPI_Comm comm, int *nnodes, int *nedges);
int MPI_Graph_get(MPI_Comm comm, int maxindex, int maxedges, int index[],
int edges[]);
MPI_GRAPHChanges to the Text
Add MPI_Graph_create() and associated functions to the deprecated interfaces.
Impact on Implementations
None.
Impact on Users
Update code to the MPI_Dist_graph_create() routine instead.
References
Insert any internal (other issues) or external (websites, papers, etc.) references here.
Metadata
Metadata
Assignees
Labels
No labels