Skip to content

Handle Cray compilers when detecting MPI include paths and libs

Junchao Zhang requested to merge jczhang/fix-cray-mpicxx-includes/main into main
  • Cray cc does not support -show, so I have to deal with it specially.
  • MPICXX does not necessarily exist and is not needed for a PETSc + Kokkos build, so we should detect MPI paths with MPICC

Merge request reports