install of VORONOI

Hello Everyone:

I tried to install the VORONOI pachage, but I met the error 
"**../compute_voronoi_atom.cpp:365: error: 'MPI_IN_PLACE' was not declared in this scope**" 

Any help on this will be much appreciated.

Best regards,
Chenchen HU

We cannot reproduce the error. Please explain what make commands
you used and what version of MPI you are using, e.g. post your Makefile.machine

Steve

Make commands “make yes-VORONOI;
make openmpi
The version of MPI is “openmpi 1.3.3
The operating system is “Rocks 5.3

Try adding this line (the mpi one) at the top of compute_voronoi_atom.cpp

#include “mpi.h”
#include “math.h”

If that doesn’t work, find the mpi.h file in your OpenMPI installation
and verify that it contains a definition for MPI_IN_PLACE.

Steve