summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-13 14:56:56 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-04-13 14:57:23 (GMT)
commitadc58e9612de31ca2fd9d0dabd909e48f9b5b8a2 (patch)
tree99e59cc663ae9af336d3bbb9b2d91829a6f8e1e2 /Modules/FindMPI.cmake
parent32aba2e7eece14c24a7981f7628130308557be10 (diff)
parentcd449c6175c83e8757b8ca3295460ce12919b621 (diff)
downloadCMake-adc58e9612de31ca2fd9d0dabd909e48f9b5b8a2.zip
CMake-adc58e9612de31ca2fd9d0dabd909e48f9b5b8a2.tar.gz
CMake-adc58e9612de31ca2fd9d0dabd909e48f9b5b8a2.tar.bz2
Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers'
cd449c6175 FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4598
Diffstat (limited to 'Modules/FindMPI.cmake')
-rw-r--r--Modules/FindMPI.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index 41e1d08..cdbb927 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -298,9 +298,9 @@ else()
endif()
# PGI compiler names
-set(_MPI_PGI_C_COMPILER_NAMES mpipgcc mppgcc)
-set(_MPI_PGI_CXX_COMPILER_NAMES mpipgCC mppgCC)
-set(_MPI_PGI_Fortran_COMPILER_NAMES mpipgf95 mpipgf90 mppgf95 mppgf90 mpipgf77 mppgf77)
+set(_MPI_PGI_C_COMPILER_NAMES mpipgicc mpipgcc mppgcc)
+set(_MPI_PGI_CXX_COMPILER_NAMES mpipgic++ mpipgCC mppgCC)
+set(_MPI_PGI_Fortran_COMPILER_NAMES mpipgifort mpipgf95 mpipgf90 mppgf95 mppgf90 mpipgf77 mppgf77)
# XLC MPI Compiler names
set(_MPI_XL_C_COMPILER_NAMES mpxlc mpxlc_r mpixlc mpixlc_r)