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
* Some C and Fortran compilers use different preprocessors. If one preprocessor
accepts `-iquote` and the other does not then a compiler error will occur
when Open MPI tries to use it.
- Nvidia/PGI v22.1-0 is one such. The C compiler supports `-iquote`
while the Fortran compiler does not.
* Similar to PR open-mpi#7265 we need to clear the `CPPFLAGS` and `AM_CPPFLAGS`
Signed-off-by: Joshua Hursey <[email protected]>
0 commit comments