1
1

Fix a few typos, clarify a few bullets.

This commit was SVN r16160.
Этот коммит содержится в:
Jeff Squyres 2007-09-19 13:41:56 +00:00
родитель bbac6e650a
Коммит 1d7910f398

29
NEWS
Просмотреть файл

@ -80,15 +80,19 @@ Trunk (not on release branches yet)
1.2.4 1.2.4
----- -----
- Fixed a build issue with GNU/kFreeBSD. Thanks to Petr Salinger for the patch. - Fixed a build issue with GNU/kFreeBSD. Thanks to Petr Salinger for
the patch.
- Added missing MPI_FILE_NULL constant in Fortran. Thanks to - Added missing MPI_FILE_NULL constant in Fortran. Thanks to
Bernd Schubert for bringing this to our attention. Bernd Schubert for bringing this to our attention.
- The UDPL BTL is only built in Linux when explicitly specified via - Change such that the UDAPL BTL is now only built in Linux when
the --with-udapl configure command line switch. explicitly specified via the --with-udapl configure command line
- Fixed an issue with umask not being propagated when using the TM launcher. switch.
- Fixed an issue with umask not being propagated when using the TM
launcher.
- Fixed behavior if number of slots is not the same on all bproc nodes. - Fixed behavior if number of slots is not the same on all bproc nodes.
- Fixed a hang on systems without GPR support (ex. Cray XT3/4). - Fixed a hang on systems without GPR support (ex. Cray XT3/4).
- Prevent users of 32-bit MPI apps from requesting >= 2GB of shared memory. - Prevent users of 32-bit MPI apps from requesting >= 2GB of shared
memory.
- Added a Portals MTL. - Added a Portals MTL.
- Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcin for - Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcin for
pointing out the problem. pointing out the problem.
@ -98,24 +102,27 @@ Trunk (not on release branches yet)
to MPI_COMM_FREE. Thanks to Lisandro Dalcini for the bug report. to MPI_COMM_FREE. Thanks to Lisandro Dalcini for the bug report.
- Fixed compilation on platforms that don't have hton/ntoh. - Fixed compilation on platforms that don't have hton/ntoh.
- Fixed a logic problem in the fortran binding for MPI_TYPE_MATCH_SIZE. - Fixed a logic problem in the fortran binding for MPI_TYPE_MATCH_SIZE.
Thanks to Jeff Dusenberry for pointing out the problem and supplying the fix. Thanks to Jeff Dusenberry for pointing out the problem and supplying
the fix.
- Fixed a problem with MPI_BOTTOM in various places of the f77-interface. - Fixed a problem with MPI_BOTTOM in various places of the f77-interface.
Thanks to Daniel Spangberg for bringing this up. Thanks to Daniel Spangberg for bringing this up.
- Fixed problem with optional Fortran types to be correctly initialized. - Fixed problem where MPI-optional Fortran datatypes were not
- Fixed some problems with the IO forwarding (IOF) code. correctly initialized.
- Fixed several problems with stdin/stdout forwarding.
- Fixed overflow problems with the sm mpool MCA parameters on large SMPs. - Fixed overflow problems with the sm mpool MCA parameters on large SMPs.
- Added support for the DDT parallel debugger via orterun's --debug - Added support for the DDT parallel debugger via orterun's --debug
command line option. command line option.
- Added some checks to the openib parameter parsing code. - Added some sanity/error checks to the openib MCA parameter parsing
code.
- Updated the udapl BTL to use RDMA capabilities. - Updated the udapl BTL to use RDMA capabilities.
- Allow use of the Bproc head node if it was allocated to the user. - Allow use of the BProc head node if it was allocated to the user.
Thanks to Sean Kelly for reporting the problem and helping debug it. Thanks to Sean Kelly for reporting the problem and helping debug it.
- Fixed a ROMIO problem where non-blocking I/O errors were not properly - Fixed a ROMIO problem where non-blocking I/O errors were not properly
reported to the user. reported to the user.
- Made remote process launch check the $SHELL environment variable if - Made remote process launch check the $SHELL environment variable if
a valid shell was not otherwise found for the user. a valid shell was not otherwise found for the user.
Thanks to Alf Wachsmann for the bugreport and suggested fix. Thanks to Alf Wachsmann for the bugreport and suggested fix.
- Added/Updated some vendor IDs for a few openib HCAs - Added/updated some vendor IDs for a few openib HCAs.
- Fixed a couple of failures that could occur when specifying devices - Fixed a couple of failures that could occur when specifying devices
for use by the OOB. for use by the OOB.
- Removed dependency on sysfsutils from the openib BTL for - Removed dependency on sysfsutils from the openib BTL for