1
1

Mark a notable place where we need to return an error up to the BTL or

PML.

This commit was SVN r18701.
Этот коммит содержится в:
Jeff Squyres 2008-06-20 22:11:49 +00:00
родитель 5ded50df0e
Коммит 807e2cc742

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

@ -2243,6 +2243,7 @@ static void *ibcm_event_dispatch(int fd, int flags, void *context)
if (OMPI_SUCCESS != rc) {
OPAL_OUTPUT((-1, "An error occurred handling an IBCM event. Bad things are likely to happen."));
/* JMS need to propagate an error up to BTL or PML somehow */
}
}