/* Copyright (c) 2001-2022, The Ohio State University. All rights * reserved. * * This file is part of the MVAPICH2 software package developed by the * team members of The Ohio State University's Network-Based Computing * Laboratory (NBCL), headed by Professor Dhabaleswar K. (DK) Panda. * * For detailed copyright and licensing information, please refer to the * copyright file COPYRIGHT in the top level MVAPICH2 directory. */ #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #ifndef MPIEXT_H_INCLUDED #define MPIEXT_H_INCLUDED /* Extension for CUDA support */ #include "mpiext_cuda.h" #endif #if defined(__cplusplus) || defined(c_plusplus) } #endif