summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authordomke <673751-domke@users.noreply.gitlab.com>2024-05-30 03:03:16 (GMT)
committerBrad King <brad.king@kitware.com>2024-05-30 14:21:45 (GMT)
commit7332f28f683fe40ac6442343c4b63a317497da72 (patch)
tree81e6611c13816052799b8f2493c9c049c6cff002 /Modules
parent54c9185b336788e1384100c4e8108fafe9abaac8 (diff)
downloadCMake-7332f28f683fe40ac6442343c4b63a317497da72.zip
CMake-7332f28f683fe40ac6442343c4b63a317497da72.tar.gz
CMake-7332f28f683fe40ac6442343c4b63a317497da72.tar.bz2
FindMPI: Add support for FujitsuClang wrappers
Prefer these when the project is built with FujitsuClang.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindMPI.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index e35697e..aa322ac 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -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)