1
1

Fix for multiple calls to add_procs

This commit was SVN r7111.
Этот коммит содержится в:
Galen Shipman 2005-08-31 19:44:28 +00:00
родитель 09873f299f
Коммит 4556f5bb7c

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

@ -190,6 +190,9 @@ int mca_bml_r2_add_procs(
}
}
procs = new_procs;
nprocs = n_new_procs;
/* attempt to add all procs to each r2 */
btl_endpoints = (struct mca_btl_base_endpoint_t **)
malloc(nprocs * sizeof(struct mca_btl_base_endpoint_t*));