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

Use mpiifx, mpicx, mpicpx instead of mpiifort, mpiicc, mpiicpc #4743

Open
Micket opened this issue Jan 14, 2025 · 0 comments
Open

Use mpiifx, mpicx, mpicpx instead of mpiifort, mpiicc, mpiicpc #4743

Micket opened this issue Jan 14, 2025 · 0 comments

Comments

@Micket
Copy link
Contributor

Micket commented Jan 14, 2025

self.MPI_COMPILER_MPICC = 'mpiicc'
self.MPI_COMPILER_MPICXX = 'mpiicpc'
self.MPI_COMPILER_MPIF77 = 'mpiifort'
self.MPI_COMPILER_MPIF90 = 'mpiifort'
self.MPI_COMPILER_MPIFC = 'mpiifort'

Since ifort, icc, icpc are going away, I think we should probably use the new binaries for these as well.
I'm not sure how we deal with change here. I guess we should check the intel compiler version and just make it conditional?

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

No branches or pull requests

1 participant