You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLAPACK does not build on VS2015 with msmpi. The build fails with an error that it can't open the include file 'mpifptr.h' which is included from (the Fortran! file) mpi.h file line 390 which is include from the Fortran file pla_type_conversion_init_f.f file. This file is part of the test_diag project. The CMakeCache has C:/Program Files (x86)/Microsoft SDKs/MPI/include;C:/Program Files (x86)/Microsoft SDKs/MPI/include/x64 for the MPI_Fortran_INCLUDE_PATH. The mpifptr.h file is in the C:/Program Files (x86)/Microsoft SDKs/MPI/include/x64 directory. The trouble is that the test_diag project doesn't seem to include Fortran and the MPI_C_INCLUDE_PATH is only set to C:/Program Files (x86)/Microsoft SDKs/MPI/include.
The text was updated successfully, but these errors were encountered:
PLAPACK does not build on VS2015 with msmpi. The build fails with an error that it can't open the include file 'mpifptr.h' which is included from (the Fortran! file) mpi.h file line 390 which is include from the Fortran file pla_type_conversion_init_f.f file. This file is part of the test_diag project. The CMakeCache has C:/Program Files (x86)/Microsoft SDKs/MPI/include;C:/Program Files (x86)/Microsoft SDKs/MPI/include/x64 for the MPI_Fortran_INCLUDE_PATH. The mpifptr.h file is in the C:/Program Files (x86)/Microsoft SDKs/MPI/include/x64 directory. The trouble is that the test_diag project doesn't seem to include Fortran and the MPI_C_INCLUDE_PATH is only set to C:/Program Files (x86)/Microsoft SDKs/MPI/include.
The text was updated successfully, but these errors were encountered: