1
1
openmpi/ompi/mca/pml/base
2007-10-27 00:17:53 +00:00
..
base.h Seperate finalize and close for the PML, this gives the PML a chance to complete any outstanding operations prior to close. Before this change we just called pml_finalize in pml_close which causes problems if there are outstanding events that a BTL/MTL needs to progress during finalize. The problem is that MPI_COMM_WORLD and others were destroyed prior to closing the PML, pml_close would call pml_finalize, events would progress in the BTL, and these events expected MPI_COMM_WORLD to still be around.. 2007-10-09 15:28:56 +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 propogate fix for out of buffered send memory space to dr and ob1 - thanks 2007-10-27 00:17:53 +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 Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
pml_base_open.c Remove warning about an unused variable. 2007-10-18 13:48:56 +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 - For MPI_Probe/MPI_Iprobe, we should not have a 2007-08-23 05:52:33 +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 MCA_PML_BASE_REQUEST_MPI_COMPLETE() macro does nothing except call to 2007-10-18 14:20:24 +00:00
pml_base_select.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_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 - For MPI_Probe/MPI_Iprobe, we should not have a 2007-08-23 05:52:33 +00:00