2017-01-19 10:28:28 +09:00
|
|
|
Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
|
|
|
|
|
|
|
|
$COPYRIGHT$
|
|
|
|
|
|
|
|
This extension provides the feature of persistent collective communication
|
|
|
|
operations and persistent neighborhood collective communication operations,
|
2018-11-26 17:07:45 +09:00
|
|
|
which is planned to be included in the next MPI Standard after MPI-3.1 as
|
|
|
|
of Nov. 2018.
|
2017-01-19 10:28:28 +09:00
|
|
|
|
|
|
|
See MPIX_Barrier_init(3) for more details.
|
|
|
|
|
|
|
|
The code will be moved to the ompi/mpi directory and the MPIX_ prefix will
|
|
|
|
be switch to the MPI_ prefix once the MPI Standard which includes this
|
|
|
|
feature is published.
|