1
1
This commit was SVN r23953.
Этот коммит содержится в:
Samuel Gutierrez 2010-10-26 17:23:30 +00:00
родитель fae7076d64
Коммит e1589a2a28

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

@ -264,7 +264,7 @@ mca_common_sm_mmap_init(ompi_proc_t **sorted_procs,
if (1 == sm_info.id) if (1 == sm_info.id)
{ {
/* wait until all other local procs have reported in */ /* wait until all other local procs have reported in */
while (num_local_procs > map->super.module_seg->seg_att); while (num_local_procs > map->super.module_seg->seg_att)
{ {
opal_atomic_rmb(); opal_atomic_rmb();
} }