> Shouldn't there be PV_ variables defined in the CMakeCache.txt file in the paraview directory? They wont. If you look at mpi.use.system.cmake in PAraViewSuperbuild, it pass the PV variables as MPI_* variables. I'd say the bug is that the file uses PV_MPI_* variables at all. They should all just be MPI_*. Utkarsh