HP-MPI Version 2.3.1 for Linux Release Note

Table Of Contents
######################################################## api
## ## api
## Detailed MPI_Reduce routine information ## api
## ## api
######################################################## api
api
---------------------------------------------------------------------------------------------- api
Rank MPI_Op MPI_Datatype Num Calls Contig Non-Contig Message Sizes Total Bytes api
---------------------------------------------------------------------------------------------- api
R: 0 sum fortran double-precision 1 1 0 (8 - 8) 8 api
api
Num Calls Message Sizes Total Bytes Time(ms) Bytes / Time(s) api
----------- ------------------ ------------ --------------- ---------------- api
1 [0..64] 8 1 0.008 api
api
api
---------------------------------------------------------------------------------------------- api
Rank MPI_Op MPI_Datatype Num Calls Contig Non-Contig Message Sizes Total Bytes api
---------------------------------------------------------------------------------------------- api
R: 1 sum fortran double-precision 1 1 0 (8 - 8) 8 api
api
Num Calls Message Sizes Total Bytes Time(ms) Bytes / Time(s) api
----------- ------------------ ------------ --------------- ---------------- api
1 [0..64] 8 0 0.308 api
api
The use of the api option to MPI_INSTR is available only on HP hardware. Usage on
third-party hardware results in an error message.
3.15 New mpirun option -xrc
HP-MPI V2.3 has added support for the -xrc option to mpirun.
Extended Reliable Connection (XRC) is a new feature on ConnectX InfiniBand adapters.
Depending on the number of application ranks that are allocated to each host, XRC
can significantly reduce the amount of pinned memory that is used by the InfiniBand
driver. Without XRC, the memory amount is proportional to the number of ranks in
the job. With XRC, the memory amount is proportional to the number of hosts on which
the job is being run.
The -xrc option is equivalent to -srq -e MPI_IBV_XRC=1.
OFED version 1.3 or later is required to use XRC.
24 New or Changed Features in V2.3