diff --git a/src/PlumedCommunicator.cpp b/src/PlumedCommunicator.cpp index 857bf054ee3626209467858d450ef7e1df0d44c9..10bb5f211ac4ba3968f36fcb8cd5563598d38359 100644 --- a/src/PlumedCommunicator.cpp +++ b/src/PlumedCommunicator.cpp @@ -155,6 +155,7 @@ template<> MPI_Datatype PlumedCommunicator::getMPIType<double>(){ return MPI_DOU template<> MPI_Datatype PlumedCommunicator::getMPIType<int>() { return MPI_INT;} template<> MPI_Datatype PlumedCommunicator::getMPIType<char>() { return MPI_CHAR;} template<> MPI_Datatype PlumedCommunicator::getMPIType<unsigned>() { return MPI_UNSIGNED;} +template<> MPI_Datatype PlumedCommunicator::getMPIType<long unsigned>() { return MPI_UNSIGNED_LONG;} #endif }