1
1

Update the NEWS to include PERUSE.

This commit was SVN r9502.
Этот коммит содержится в:
George Bosilca 2006-03-31 17:20:11 +00:00
родитель 58cd591d3b
Коммит 65058d65e8

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

@ -23,6 +23,13 @@ version 1.0.
1.1
---
- The PERUSE support is now available directly on the trunk. In order to
activate it add --enable-peruse to the configure options. All events
described in the PERUSE 2.0 draft are supported, plus one Open MPI
extension. PERUSE_COMM_REQ_XFER_CONTINUE allow to see how the data
is segmented internally, using multiple interfaces or the pipeline
engine. However, this version only support one event of each type
simultaneously attached to a communicator.
- Add support for running jobs in heterogeneous environments.
Currently supports environments with different endianness and
different representations of C++ bool and Fortran LOGICAL.