1
1
openmpi/ompi
George Bosilca 10b4664e9c Fix the problem with the unexpected MX handler. The Solution so far is to
mostly don't use this mechanism, as we have to be thread safe in order to
really take full advantage of it. The unexpected handler is called by one
of th MX threads, and we do not have control on the moment. In a non threaded
case, this will completely destroy our recv requests queues, so the safest
approach is to don't the unexpected handler.

This commit was SVN r19496.
2008-09-04 15:46:29 +00:00
..
attribute Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
class Small fix for including unistd.h header file. 2008-06-27 16:25:31 +00:00
communicator Minor cleanup. 2008-08-31 21:03:39 +00:00
contrib/vt Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
datatype Deal with the ticket #1239 and #712. This will upgrade the Open MPI support 2008-08-31 18:36:32 +00:00
debuggers Some fixes for the disabled ORTE case 2008-08-31 18:06:55 +00:00
errhandler Fix CID 387: be safer about string handling when using fixed-length 2008-08-06 12:15:49 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
file Finish work related to ticket #1392 where the versions 2008-08-06 12:16:54 +00:00
group Fix 2 derefenced NULL variables (Coverty fix 474 & 476). 2008-08-06 15:50:54 +00:00
include Fixes trac:1236, #1237. 2008-08-31 19:31:10 +00:00
info 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
mca Fix the problem with the unexpected MX handler. The Solution so far is to 2008-09-04 15:46:29 +00:00
mpi An optimization/improvement from our old way of providing 2008-09-04 15:02:52 +00:00
op - double declaration of extern "C" make MS compiler complain. Change them to *_C_DECLS. 2008-08-27 15:49:40 +00:00
peruse Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
proc Fix CID 839: minor memory leak on error 2008-08-11 20:46:27 +00:00
request - As shown in ticket #1349, the status is not copied 2008-09-02 15:36:10 +00:00
runtime - ompi_mpi_abort() is referenced in osc_rdma_* and osc_pt2pt_*, should be exported. 2008-09-01 17:37:32 +00:00
tools Some more work on the man pages: 2008-08-07 19:20:40 +00:00
win Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
Makefile.am Some more work on the man pages: 2008-08-07 19:20:40 +00:00