HP-MPI Version 2.3.1 for Linux Release Note

Table Of Contents
4.28 Using -tv
To use the -tv option to mpirun, the TotalView binary must be in the users PATH, or
the TOTALVIEW environment variable must be set to the full path of the TotalView
binary.
% export TOTALVIEW=/usr/toolworks/totalview/bin/totalview
4.29 Extended Collectives with Lightweight Instrumentation
Extended collectives with intercommunicators are not profiled by the HP-MPI
lightweight instrumentation mode.
4.30 Using -ha with Diagnostic Library
You cannot use high availability (-ha) mode and the diagnostic library simultaneously.
4.31 Using MPICH with Diagnostic Library
You cannot use MPICH mode and the diagnostic library simultaneously.
4.32 Using -ha with MPICH
High availability (-ha) mode has not been tested with MPICH mode.
4.33 Using MPI-2 with Diagnostic Library
The diagnostic library strict mode is not compatible with some MPI-2 features.
4.34 Quadrics Memory Leak
Some versions of Quadrics have a memory leak. The error received will look like:
0 MAP_SDRAM(140008800): can't map SDRAM 2824000(2404000) -
4020000(3c00000) (25149440 bytes) : -1
ELAN_EXCEPTION @ 0: 5 (Memory exhausted)
newRxDesc: Elan memory exhausted: port 2b200
This error can occur in following cases:
If the application calls MPI_Cancel repeatedly.
If the application receives on MPI_ANY_SOURCE.
Set the environment variable LIBELAN_TPORT_BIGMSG to an appropriate message
size to resolve the resource issue. If this setting does not eliminate the error, contact
Quadrics for the fix.
4.28 Using -tv 33