Hi, we have compile petsc-2.3.3-p15 with openMPI 1.3.4. To have it working with our C++ code, I did a "#define OMPI_SKIP_MPICXX".
In petsc.h, this is already done but for MPICH, on line #137: #define MPICH_SKIP_MPICXX 1 It would be nice to also have a: #define OMPI_SKIP_MPICXX" 1 But I don't know if it would be necessery also in petsc release 3. Thank you! Eric
