remove an extra semi-colon
This commit was SVN r23953.
Этот коммит содержится в:
родитель
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();
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user