Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
pmix
/
native
История
Ralph Castain
8d0b4f222a
The pmix.get functions should not be returning "success" if the requested info isn't found. Fix the macros and the component functions so they correctly return "not found" in that situation, and set the data regions and size to NULL and 0, respectively.
...
This commit was SVN r32818.
2014-09-30 18:03:12 +00:00
..
configure.m4
Per the PMIx RFC:
2014-08-21 18:56:47 +00:00
Makefile.am
Per the PMIx RFC:
2014-08-21 18:56:47 +00:00
pmix_native_component.c
pmix: fix process name parsing on 32 bits systems
2014-08-25 03:08:02 +00:00
pmix_native.c
The pmix.get functions should not be returning "success" if the requested info isn't found. Fix the macros and the component functions so they correctly return "not found" in that situation, and set the data regions and size to NULL and 0, respectively.
2014-09-30 18:03:12 +00:00
pmix_native.h
Per the PMIx RFC:
2014-08-21 18:56:47 +00:00
usock_sendrecv.c
Re-enable the usock oob component. Ensure the TCP component promotes messages for other procs to the OOB base so that other components have a chance to send the relay. Seems to be passing MTT, so let's see how it works for others.
2014-08-30 19:33:46 +00:00
usock.c
Bring over some updates from the PMIx branch - mostly just minor cleanups. Make the direct grpcomm component no longer be the default. For now, we seem to be having problems with non-blocking fence operations, so make them not be the default under any scenario (e.g., when sm is the only btl in operation).
2014-09-06 19:19:44 +00:00