1
1
This commit was SVN r2941.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-10-05 23:25:59 +00:00
родитель ffbe23e01b
Коммит a8764a7155

Просмотреть файл

@ -61,7 +61,7 @@ int mca_topo_base_graph_create (mca_topo_base_comm_t *topo_data,
}
/* check if this rank makes the cut. if it does not return -1 */
if (*new_rank > nnodes) {
if (*new_rank > (nnodes-1)) {
/* sorry but in our scheme, you are out */
*new_rank = MPI_UNDEFINED;
return MPI_SUCCESS;