vtkmdiy: Use the new mangled VTKM_DIY_ defines

This commit is contained in:
Robert Maynard 2019-02-08 14:31:34 -05:00
parent 7d307b96ce
commit 451bff6f14
2 changed files with 3 additions and 3 deletions

@ -37,7 +37,7 @@ void EnvironmentTracker::SetCommunicator(const vtkmdiy::mpi::communicator& comm)
const vtkmdiy::mpi::communicator& EnvironmentTracker::GetCommunicator()
{
#ifndef DIY_NO_MPI
#ifndef VTKM_DIY_NO_MPI
int flag;
MPI_Initialized(&flag);
if (!flag)

@ -34,13 +34,13 @@
/* Whether to use MPI support in DIY */
#if !defined(VTKM_ENABLE_MPI)
# define DIY_NO_MPI
# define VTKM_DIY_NO_MPI
#endif
/* initially, we disable DIY threads.
* once we've sorted out how DIY threads and vtkm work together
* we will make this configurable.*/
#define DIY_NO_THREADS
#define VTKM_DIY_NO_THREADS
/* Need to provide a way to for Serialziation
* specializations to be injected into the correct