Skip to content
Snippets Groups Projects
ADIOSMPICommOnly.h 515 B
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_
#include "adios2/ADIOSConfig.h"
namespace adios2
using MPI_Comm = int;
} // end namespace adios2
using adios2::mpi::MPI_Comm;
#else
typedef int MPI_Comm;
#endif
#endif /* ADIOS2_ADIOSMPICOMMONLY_H_ */