emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

MPI fails with newer compiler. #26

Closed emfomy closed 7 years ago

emfomy commented 7 years ago

mpicxx.h requires compiler and MPI library in the same version.

emfomy commented 7 years ago

Add OMPI_SKIP_MPICXX and MPICH_SKIP_MPICXX to compile definition to disable MPI C++ API.