summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-10-12 11:11:47 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2010-10-12 11:11:47 -0400
commit0ecc8a409c104b9669a8bfed3366098662c0dece (patch)
treea40c09b7b094588d52bdbc5d6dc5cc9dc9cd1585 /Modules
parentfbecc534d13402e1247be8cc2d826305e0db9e5a (diff)
parent35d2770df93662844a9866634c4fa4b90b49cae8 (diff)
downloadcmake-0ecc8a409c104b9669a8bfed3366098662c0dece.tar.gz
Merge topic 'findmpi-msmpi-update'
35d2770 Update module to locate newely released MS MPI HPC Pack R2.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindMPI.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index 9fef8f90cd..4d1da5b6d2 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -81,6 +81,7 @@ set(_MPI_PACKAGE_DIR
lib/openmpi
"MPICH/SDK"
"Microsoft Compute Cluster Pack"
+ "Microsoft HPC Pack 2008 R2"
)
set(_MPI_PREFIX_PATH)
@@ -306,7 +307,7 @@ else (MPI_COMPILE_CMDLINE)
# No MPI compiler to interogate so attempt to find everything with find functions.
find_path(MPI_INCLUDE_PATH mpi.h
HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH}
- PATH_SUFFIXES include
+ PATH_SUFFIXES include Inc
)
# Decide between 32-bit and 64-bit libraries for Microsoft's MPI