1
1
openmpi/ompi/mpiext/pcollreq
KAWASHIMA Takahiro 5f1c940c8b
Merge pull request #5840 from kawashima-fj/pr/pcollreq-f08-signatures
mpiext/pcollreq: Correct f08 routine signatures
2018-10-05 08:59:03 +09:00
..
c mpiext/pcollreq: Add Fortran bindings in man 2018-10-04 21:05:38 +09:00
mpif-h mpiext/pcollreq: fix more typos 2018-09-18 14:45:33 +09:00
use-mpi mpiext/pcollreq: Add Fortran use-mpi bindings 2018-07-17 16:29:41 +09:00
use-mpi-f08 mpiext/pcollreq: Add missing f08 asynchronous 2018-10-04 20:36:30 +09:00
configure.m4 mpiext/pcollreq: Add Fortran use-mpi-f08 bindings 2018-07-17 16:29:41 +09:00
Makefile.am mpiext/pcollreq: Add Fortran use-mpi-f08 bindings 2018-07-17 16:29:41 +09:00
README.txt mpiext/pcollreq: Add MPIX_Bcast_init etc. 2018-06-11 17:22:16 +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,
which is proposed in the MPI Forum as of June 2018.

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.