From b71332914fc26678fe7f1b46685b109e2a182fee Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 4 Sep 2009 18:19:06 -0400 Subject: Oops. Close strings with double quotes. Where they're supposed to be. --- Modules/FindMPI.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake index f0e1cfd..d846854 100644 --- a/Modules/FindMPI.cmake +++ b/Modules/FindMPI.cmake @@ -63,7 +63,7 @@ find_program(MPIEXEC NAMES mpiexec mpirun lamexec PATHS /usr/bin /usr/local/bin /usr/local/mpi/bin "$ENV{SystemDrive}/Program Files/MPICH/SDK/Bin" - "${ProgramFiles}/MPICH2/Bin + "${ProgramFiles}/MPICH2/Bin" "$ENV{SystemDrive}/Program Files/Microsoft Compute Cluster Pack/Bin" "$ENV{SystemDrive}/Program Files/Microsoft HPC Pack 2008 SDK/Bin" DOC "Executable for running MPI programs.") @@ -270,7 +270,7 @@ else (MPI_COMPILE_CMDLINE) NAMES mpi mpich msmpi PATHS /usr/lib /usr/local/lib /usr/local/mpi/lib "$ENV{SystemDrive}/Program Files/MPICH/SDK/Lib" - "${ProgramFiles}/MPICH2/Lib + "${ProgramFiles}/MPICH2/Lib" "$ENV{SystemDrive}/Program Files/Microsoft Compute Cluster Pack/Lib/${MS_MPI_ARCH_DIR}" "$ENV{SystemDrive}/Program Files/Microsoft HPC Pack 2008 SDK/Lib/${MS_MPI_ARCH_DIR}" ) -- cgit v0.12