Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLAPACK does not build under windows with msmpi #98

Open
chrispbradley opened this issue Nov 20, 2017 · 2 comments
Open

PLAPACK does not build under windows with msmpi #98

chrispbradley opened this issue Nov 20, 2017 · 2 comments

Comments

@chrispbradley
Copy link
Member

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.

@chrispbradley
Copy link
Member Author

I'm also having problems building PLAPACK with Intel MPI. Unresolved symbols.

OC_PLAPACK-build-out.log
OC_PLAPACK-build-err.log
OC_PLAPACK-configure-out.log

@hsorby
Copy link
Contributor

hsorby commented Dec 5, 2017

Recent changes should resolve PLAPACK not building on WIndows. PLAPACK builds in our test environments.

At this time we are unable to test against Intel MPI on Windows. The suggested MPI for Windows is msmpi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants