1
1
openmpi/ompi
Jeff Squyres bf8defc475 Shaun Jackson noted that MPI_STATUS_IGNORE is actually (effectively)
NULL, so testing for NULL as a bad status parameter here is a bad
idea.

This commit was SVN r20891.
2009-03-28 01:24:41 +00:00
..
attribute - Explicit mark dependency 2009-03-12 22:48:41 +00:00
class - So much fun along the way: 2009-03-12 19:21:11 +00:00
communicator Preparation work for another commit (after RFC): 2009-03-17 21:34:30 +00:00
contrib/vt Replaced usage of PATH_MAX by VT_PATH_MAX to avoid compile errors on some platforms (i.e. by using Intel compiler version 10.1.021) 2009-03-25 14:40:49 +00:00
datatype Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
debuggers Preparation work for another commit (after RFC): 2009-03-17 21:34:30 +00:00
errhandler - Finally add the missing opal/util/output.h 2009-03-17 22:37:15 +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 - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
group - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
include - As long as a header declares _DECLSPEC functionality 2009-03-17 01:45:19 +00:00
info - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
mca fix #1828; rework the private data connection establishment process; reviewed by terry d. 2009-03-26 17:54:44 +00:00
mpi Shaun Jackson noted that MPI_STATUS_IGNORE is actually (effectively) 2009-03-28 01:24:41 +00:00
op Added padding to predefined handle structures to maintain library version to 2009-02-24 17:17:33 +00:00
peruse The "missing" header ompi_config.h should not be added here. This file will 2009-03-25 21:09:13 +00:00
proc - Get pgcc on XT to complain less: 2009-03-13 02:10:32 +00:00
request - If we collect a return value, let the caller at least know about it... 2009-03-17 13:52:59 +00:00
runtime - We're using opal_list_t, so better include it here... 2009-03-21 01:28:31 +00:00
tools Make the compiler wrapper find the correct version of libraries, i.e. debug or release version based on build type. 2009-03-24 10:42:37 +00:00
win Added padding to predefined handle structures to maintain library version to 2009-02-24 17:17:33 +00:00
CMakeLists.txt Add a new feature for checking mca subdirectories, i.e. detecting if there is an exclude file list which indicates the files that shouldn't be added to the source list. By default, the CMake build system will simply add all source files in the required sub folders, without knowing which files have to be excluded. The first use of it is in plm/base/.windows. 2009-02-10 17:20:13 +00:00
Makefile.am Some more work on the man pages: 2008-08-07 19:20:40 +00:00