Skip to content

Commit

Permalink
Add new Intel compiler names
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitBarik committed Oct 8, 2024
1 parent ef1c2e3 commit 545d50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ set(_MPI_Fortran_COMPILER_NAMES "mpif90|mpf90|mpif90_r|mpf90_r")
set(_MPI_GNU_C_COMPILER_NAMES "mpigcc|mpgcc|mpigcc_r|mpgcc_r")
set(_MPI_GNU_Fortran_COMPILER_NAMES "mpigfortran|mpgfortran|mpigfortran_r|mpgfortran_r")
# Intel MPI compiler names
set(_MPI_Intel_C_COMPILER_NAMES "mpiicc")
set(_MPI_Intel_Fortran_COMPILER_NAMES "mpiifort")
set(_MPI_Intel_C_COMPILER_NAMES "mpiicc|mpiicx")
set(_MPI_Intel_Fortran_COMPILER_NAMES "mpiifort|mpiifx")
# PGI compiler names
set(_MPI_PGI_C_COMPILER_NAMES "mpipgcc|mppgcc")
set(_MPI_PGI_Fortran_COMPILER_NAMES "mpipgf|mppgf")
Expand Down

0 comments on commit 545d50a

Please sign in to comment.