summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ ↵Dave Partyka2009-11-131-12/+12
| | | | to prevent conflicts with known variable names in other projects.
* BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts ↵Dave Partyka2009-11-131-9/+9
| | | | with known variable names in other projects.
* COMP: need to add quotes when using get_filename_component otherwise it will ↵Dave Partyka2009-10-271-2/+2
| | | | try to process NOT FOUND rather than an empty string when MPIEXEC is not found.
* COMP: fix syntax error.Dave Partyka2009-10-271-1/+1
|
* ENH: Improvements in finding MPI on windows. ENH: reorganized searching mpi ↵Dave Partyka2009-10-271-55/+89
| | | | for mpi components (include,lib,bin) using a single set of search paths instead of seperately mainted lists of paths for each.
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* Oops. Close strings with double quotes. Where they're supposed to be.David Cole2009-09-041-2/+2
|
* Add MPICH2 and Microsoft HPC paths, add paths to find mpiexec. Now it works ↵David Cole2009-09-041-8/+16
| | | | better automatically on Windows. Thanks to Dave Partyka for developing the patch.
* ENH: Use the HINTS feature of find_library to find the right libraries forDouglas Gregor2008-07-181-6/+7
| | | | MPI, and act a bit more intelligently when MPI cannot be found.
* BUG: As a last resort, FindMPI will look for mpi.h in the pathDouglas Gregor2008-04-221-0/+7
|
* BUG: Use -showme:incdirs and -showme:libdirs when we need themDouglas Gregor2008-04-221-0/+28
|
* ENH: Deal with 32-bit and 64-bit variants of Microsoft's MPI properlyDouglas Gregor2008-04-101-3/+9
|
* ENH: Enhance FindMPI module by properly handling backward compatibility with ↵Douglas Gregor2008-03-311-96/+132
| | | | the older module, adding documentation, and coping with multiple include and linker paths
* ENH: remove use of undefined cdrBill Hoffman2008-03-241-1/+2
|
* ENH: add new version of FindMPI, fix it to work with MPICH2 on windowsBill Hoffman2008-03-081-39/+225
|
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmakeAlexander Neundorf2007-08-061-0/+6
| | | | | | -remove unnecessary ELSE() in FindThreads.cmake Alex
* ENH: add support for BlueGene/LAlexander Neundorf2007-06-221-1/+6
| | | | Alex
* STYLE: use the newer FIND_XXX syntax, which should find MPI in even moreAlexander Neundorf2007-04-301-7/+7
| | | | | | | directories and doesn't require to list standard directories like /usr/lib, etc. Alex
* ENH: add support for finding mpich2 on windowsBill Hoffman2006-11-031-1/+3
|
* ENH: use program files env for searchingBill Hoffman2006-02-281-1/+4
|
* ENH: cleanupsKen Martin2005-12-151-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+5
|
* BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵Bill Hoffman2003-08-071-2/+7
| | | | for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi
* Add mpi search paths for DebianAndy Cedilnik2002-04-181-1/+5
|
* Added doc.Berk Geveci2001-12-121-1/+2
|
* Added support for a 2nd mpi library (usually mpi++)Berk Geveci2001-12-121-0/+5
|
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-15/+3
|
* minor fixesKen Martin2001-05-021-3/+4
|
* new moduleKen Martin2001-05-021-0/+25