FindMPI: Add support for FujitsuClang wrappers

Prefer these when the project is built with FujitsuClang.
This commit is contained in:
domke 2024-05-30 12:03:16 +09:00 committed by Brad King
parent 54c9185b33
commit 7332f28f68

View File

@ -283,6 +283,9 @@ set(_MPI_Fortran_GENERIC_COMPILER_NAMES mpif95 mpif95_r mpf95 mpf95_r
set(_MPI_Fujitsu_C_COMPILER_NAMES mpifccpx mpifcc)
set(_MPI_Fujitsu_CXX_COMPILER_NAMES mpiFCCpx mpiFCC)
set(_MPI_Fujitsu_Fortran_COMPILER_NAMES mpifrtpx mpifrt)
set(_MPI_FujitsuClang_C_COMPILER_NAMES mpifccpx mpifcc)
set(_MPI_FujitsuClang_CXX_COMPILER_NAMES mpiFCCpx mpiFCC)
set(_MPI_FujitsuClang_Fortran_COMPILER_NAMES mpifrtpx mpifrt)
# GNU compiler names
set(_MPI_GNU_C_COMPILER_NAMES mpigcc mpgcc mpigcc_r mpgcc_r)