1
1
openmpi/ompi/mpiext/pcollreq
Jeff Squyres 85ce373730 fortran: remove useless CPPFLAGS assignment
These -D's are for C compilation, not Fortran compilation.  Remove
this useless statement.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
(cherry picked from commit f4a47a5a8e)
2020-02-04 04:26:11 -08:00
..
c mpi: retain operation and datatype in non blocking collectives 2019-07-12 10:27:04 +09:00
mpif-h pcollreq/mpif-h: fix MPIX_Alltoallw_init() binding 2019-07-24 17:12:10 +09:00
use-mpi mpiext/pcollreq: Add Fortran use-mpi bindings 2018-07-17 16:29:41 +09:00
use-mpi-f08 fortran: remove useless CPPFLAGS assignment 2020-02-04 04:26:11 -08: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 README & man: Update pcollreq documentation 2018-11-26 18:28:08 +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 planned to be included in the next MPI Standard after MPI-3.1 as
of Nov. 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.