1
1

accidentally made a change in the wrong place.

This commit was SVN r18262.
Этот коммит содержится в:
Rich Graham 2008-04-23 17:32:05 +00:00
родитель 293dd6ad4e
Коммит 4d1ae7b05f

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

@ -81,7 +81,7 @@ int mca_coll_hierarch_reduce_intra(void *sbuf, void *rbuf, int count,
else {
ret = lcomm->c_coll.coll_reduce (rbuf, tmpbuf, count, dtype,
op, lroot, lcomm,
llcomm->c_coll.coll_reduce_module);
lcomm->c_coll.coll_reduce_module);
}
if ( OMPI_SUCCESS != ret ) {
goto exit;