Newer
Older
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*/
#ifndef ADIOS2_ADIOSMPICOMMONLY_H_
#define ADIOS2_ADIOSMPICOMMONLY_H_
#ifdef ADIOS2_HAVE_MPI
#ifdef __cplusplus
namespace mpi
{
} // end namespace mpi
using adios2::mpi::MPI_Comm;
#else
typedef int MPI_Comm;
#endif
#endif /* ADIOS2_ADIOSMPICOMMONLY_H_ */