Skip to content
Snippets Groups Projects
Commit ae1de4b2 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Only register MPI types when compiling with MPI...

parent 1818f03d
Branches
Tags
No related merge requests found
......@@ -42,8 +42,10 @@
#include "error.h"
#include "space.h"
#ifdef WITH_MPI
/* MPI data type for the communications */
MPI_Datatype pcell_mpi_type;
#endif
/**
* @brief Exchange tags between nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment