HP-MPI Version 2.3.1 for Linux Release Note

Table Of Contents
2 New or Changed Features in V2.3.1
HP-MPI V2.3.1 for Linux includes the following new or changed features.
2.1 LD_PRELOAD Message
Using -cpu_bind on HP-MPI V2.3 produced the following message before running
the application normally:
ERROR: ld.so: object 'libmpi_cpu.so' from LD_PRELOAD cannot be preloaded: ignored.
This message does not appear with this release.
2.2 -prot Option
In HP-MPI V2.3, the output of the -prot diagnostic option might be incorrect. Using
-prot on HP-MPI V2.3 might cause applications to fail. Both of these issues are fixed
in this release.
2.3 New -prot Environment Variables
The -prot option is enhanced for systems with more than 16 mpids. The table of host
communication protocols does not print when all hosts communicate with the same
protocol. Use MPI_PROT_BRIEF and MPI_PROT_MAX to change this behavior. For
more information, see the mpienv(1) manpage.
2.4 Potential Namespace Conflicts Resolved
HP-MPI V2.3 and earlier exported a small number of data and function symbols that
potentially conflicted with names of data and functions in the user's application. HP-MPI
symbols are now private or renamed to avoid such conflicts.
2.5 OFED 1.4 Support
OFED 1.4 is supported.
2.1 LD_PRELOAD Message 11