jsquyres [Sat, 03 Nov 2012 20:40:06 +0000] rev 20956
r27471 wasn't entirely correct: the libmpi_f90_so_version should have
been updated to 4:0:3 (not 4:0:1). The commit message stated that we
''changed'' and interface in 1.6.1, but that wasn't quite correct.
The change was a compile-time issue, not a link-time issue. It
changed a parameter from being INOUT to IN, but that doesn't change
the link-time semantics.
miked [Fri, 02 Nov 2012 17:30:00 +0000] rev 20955
Switched FCA collectives component from dlopen to compile-time linking to libfca
jsquyres [Fri, 02 Nov 2012 14:16:55 +0000] rev 20954
Remove redundant common_verbs.h include.
jsquyres [Fri, 02 Nov 2012 14:00:54 +0000] rev 20953
There's no point in having a separate opal_hotel_finalize() function
-- just move that functionality into the hotel destructor.
jsquyres [Thu, 01 Nov 2012 13:58:40 +0000] rev 20952
* MPI_Reduce_scatter_block is now implemented, so remove it from the
"not yet implemented" list (it was already in the mpi_api_files
macro, actually)
* Add mistakenly missed palltoall file. Thanks to Brian for
noticing its absence.
jsquyres [Thu, 01 Nov 2012 12:28:28 +0000] rev 20951
Ensure that ROMIO's autogen.sh is included in the 1.6 tarball. This
was already on the trunk; I'm guessing this was a forgotten CMR
somewhere along the way.
Original discovery of autogen.sh not included in the tarball by David
Shrader and Nathan Hjelm. Reviewed by Jeff; RM approved. No CMR
filed for this change (RM perrogative).
miked [Thu, 01 Nov 2012 08:13:56 +0000] rev 20950
SRQ now supported in ConnectIB
rhc [Thu, 01 Nov 2012 03:36:51 +0000] rev 20949
Remove stale file - we removed the size functions awhile back
rhc [Thu, 01 Nov 2012 03:34:51 +0000] rev 20948
Silence warnings when threads are enabled
brbarret [Thu, 01 Nov 2012 02:27:03 +0000] rev 20947
Add files found in svn but not tarball