1
1
openmpi/ompi
Jeff Squyres 1788518bca Only set ompi_mpi_leave_pinned (a bool) to true if the MCA param value
is >= 1.  The default value of the MCA param is now -1, which means
"let someone else turn it on if they want to."  So we should default
to ''off'' (false), and let the openib BTL (etc.) turn it on if it
can/wants to.

Failure to do this will default _pipeline to true because
-1(int)==true(bool).  This causes a problem if the user tries to set
mpi_leave_pinned_pipeline to 1: they'll get a warning that you can't
set both _pinned and _pinned_pipeline to 1.  This happens because
_pinned will get the bool-ified value of of the MCA parameter (-1),
and then the user sets the value of _pinned_pipeline to 1/true.
Hence, both of them are set to true.  Bzzt!

This commit was SVN r19942.
2008-11-06 21:22:07 +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 The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
contrib/vt Use an easier format string for the new snprintf wrapper 2008-11-03 19:21:52 +00:00
datatype All convertors with a zero length are considered as contiguous. 2008-11-04 16:52:06 +00:00
debuggers Update the comment to be simpler to understand. Change the name of the variables 2008-11-06 00:00:15 +00:00
errhandler Based on a review by Ralph, no need to call getpid() or gethostname(); 2008-09-23 20:04:34 +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 - Destruct the file->f_io_requests_lock as well. 2008-10-14 15:23:45 +00:00
group Fix 2 derefenced NULL variables (Coverty fix 474 & 476). 2008-08-06 15:50:54 +00:00
include Increase the size of MPI_MAX_PORT_NAME from 256 to 1024. 2008-09-25 16:47:17 +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 tcp btl so it makes use of the btl_tcp_if_include and btl_tcp_if_exclude 2008-11-05 18:45:42 +00:00
mpi The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
op Gahh! Today is the day for accidental commits. Back out the op 2008-10-28 18:56:06 +00:00
peruse - Move the OMPI_DECLSPEC from .c to .h 2008-09-11 12:26:33 +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 Only set ompi_mpi_leave_pinned (a bool) to true if the MCA param value 2008-11-06 21:22:07 +00:00
tools Fix the wrapper compiler flags to get the right C++ exceptions flags 2008-10-28 14:26:47 +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