1
1
openmpi/ompi/mpiext/pcollreq
Gilles Gouaillardet a79ce7d17f mpiext: updates for header file locations
Per discussion on https://github.com/open-mpi/ompi/pull/6030
and https://github.com/open-mpi/ompi/pull/6145, move
around where MPI extension header files are installed (specifically:
the installation tree path does not need to match the source tree
path).

For reference, header files were installed like this :

 - <prefix>/include/openmpi/ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_mpifh.h
 - <prefix>/include/openmpi/ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h

and they are now installed like this :

 - <prefix>/include/openmpi/mpiext/mpiext_pcollreq_mpifh.h
 - <prefix>/include/openmpi/mpiext/mpiext_pcollreq_c.h

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>

(cherry picked from commit open-mpi/ompi@975e3cd0c9)
2018-12-12 09:24:45 +09:00
..
c mpiext: updates for header file locations 2018-12-12 09:24:45 +09:00
mpif-h mpiext: updates for header file locations 2018-12-12 09:24:45 +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-05 09:33:17 +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 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.