1
1
openmpi/ompi/mpiext/cuda
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
configure.m4 Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
README.txt Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00

# Copyright (c) 2015      NVIDIA, Inc.  All rights reserved.

$COPYRIGHT$

Rolf vandeVaart


This extension provides a macro for compile time check of CUDA aware support.
It also provides a function for runtime check of CUDA aware support.

See MPIX_Query_cuda_support(3) for more details.