FindMPI: Add support for FujitsuClang wrappers
Prefer these when the project is built with FujitsuClang.
This commit is contained in:
parent
54c9185b33
commit
7332f28f68
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user