Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
mca
/
pml
/
base
История
George Bosilca
902a2892b6
Fix typo.
...
This commit was SVN r18933.
2008-07-17 04:55:23 +00:00
..
base.h
Replace the ompi_pointer_array with opal_pointer_array. The next step
2007-12-21 06:02:00 +00:00
Makefile.am
Move modex from pml base to general ompi runtime, sicne it's used by more
2007-07-09 17:16:34 +00:00
pml_base_bsend.c
Unexpected ... Removing unistd.h from datatype.h break the compilation
2008-02-10 21:49:19 +00:00
pml_base_bsend.h
- UNexport symbols that shouldn't be needed outside the libraries
2007-05-16 15:46:52 +00:00
pml_base_close.c
Don't require a progress function from the PML. If there is one then the
2007-10-09 23:28:53 +00:00
pml_base_ft.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
pml_base_open.c
Honor ^ for the PML selection.
2008-06-19 16:50:46 +00:00
pml_base_recvreq.c
This patch bring full support for message queues in Open MPI. Now the send and
2007-07-10 22:16:38 +00:00
pml_base_recvreq.h
Fix typo.
2008-07-17 04:55:23 +00:00
pml_base_request.c
This patch bring full support for message queues in Open MPI. Now the send and
2007-07-10 22:16:38 +00:00
pml_base_request.h
Remove the memchecker macro in pml base request, used in req_wait.c, which actually is in the wrong place. Instead, one simple call from send_request_free and recv_request_free(already done) will do all the work, fast and clean.
2008-04-07 17:46:50 +00:00
pml_base_select.c
Modify the checking logic to look for NULL return
2008-06-26 14:08:36 +00:00
pml_base_sendreq.c
This patch bring full support for message queues in Open MPI. Now the send and
2007-07-10 22:16:38 +00:00
pml_base_sendreq.h
Use BEGIN_C_DECLS and END_C_DECLS instead of the ugly #if/#endif.
2007-12-21 06:19:46 +00:00