mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI
This commit is contained in:
@@ -298,9 +298,9 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# PGI compiler names
|
# PGI compiler names
|
||||||
set(_MPI_PGI_C_COMPILER_NAMES mpipgcc mppgcc)
|
set(_MPI_PGI_C_COMPILER_NAMES mpipgicc mpipgcc mppgcc)
|
||||||
set(_MPI_PGI_CXX_COMPILER_NAMES mpipgCC mppgCC)
|
set(_MPI_PGI_CXX_COMPILER_NAMES mpipgic++ mpipgCC mppgCC)
|
||||||
set(_MPI_PGI_Fortran_COMPILER_NAMES mpipgf95 mpipgf90 mppgf95 mppgf90 mpipgf77 mppgf77)
|
set(_MPI_PGI_Fortran_COMPILER_NAMES mpipgifort mpipgf95 mpipgf90 mppgf95 mppgf90 mpipgf77 mppgf77)
|
||||||
|
|
||||||
# XLC MPI Compiler names
|
# XLC MPI Compiler names
|
||||||
set(_MPI_XL_C_COMPILER_NAMES mpxlc mpxlc_r mpixlc mpixlc_r)
|
set(_MPI_XL_C_COMPILER_NAMES mpxlc mpxlc_r mpixlc mpixlc_r)
|
||||||
|
Reference in New Issue
Block a user