summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindMPI: Treat 'command not found' as an errorChristian Pfeiffer2017-11-151-1/+1
* FindMPI: Use physical cores for MPIEXEC_MAX_NUMPROCSChristian Pfeiffer2017-10-241-7/+2
* FindMPI: Add support for FreeBSD and SLESChristian Pfeiffer2017-09-151-2/+29
* FindMPI: Support components for various languagesChristian Pfeiffer2017-09-151-19/+71
* FindMPI: Modernization from ground upChristian Pfeiffer2017-09-151-480/+1154
* separgs: Use NATIVE_COMMAND where appropriateChristian Pfeiffer2017-04-261-2/+1
* FindMPI: Modernize documentationChristian Pfeiffer2017-04-211-44/+45
* FindMPI: MPIEXEC handling improvementsChristian Pfeiffer2017-04-211-2/+13
* Merge topic 'findmpi-add-imported-targets'Brad King2017-04-191-0/+29
|\
| * FindMPI: Add IMPORTED targetsChristian Pfeiffer2017-04-151-0/+29
* | FindMPI: Mark old MPI library entries as advancedChristian Pfeiffer2017-04-151-0/+1
|/
* Merge topic 'findmpi-flags-fix'Brad King2017-02-061-0/+4
|\
| * FindMPI: Remove leading spaces from flagsChristian Pfeiffer2017-02-021-0/+2
| * FindMPI: Reset MPI_INCLUDE_PATH_WORK before useChristian Pfeiffer2017-02-011-0/+2
* | FindMPI: Strip quotes from include path and convert to CMake path formatChristian Pfeiffer2017-01-231-0/+2
* | FindMPI: Add Intel MPI wrapper names on WindowsChristian Pfeiffer2017-01-231-5/+6
|/
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-4/+4
* FindMPI: Recognize `.lib` file names for specification of link librariesDominic Meiser2016-04-151-0/+11
* FindMPI: Recognize /LIBPATH for specification of linker paths.Dominic Meiser2016-04-151-2/+2
* FindMPI: Improve documentation formattingChristoph GrĂ¼ninger2016-04-111-12/+15
* FindMPI: Drop unnecessary and incorrect use of GetPrerequisitesBrad King2015-07-311-5/+3
* FindMPI: Extend Intel-MPI 5+ workaround for recent GCCsSean Brennan2015-07-101-1/+1
* FindMPI: handle trailing slash from $MSMPI_BINBen Boeckel2015-01-141-1/+3
* FindMPI: MSMPI changed the subdirectories it usesBen Boeckel2015-01-061-3/+5
* FindMPI: add more search paths for MSMPIBen Boeckel2015-01-061-0/+4
* Merge topic 'FindMPI-parse-Xlinker-flags'Brad King2014-12-151-1/+1
|\
| * FindMPI: Extract -Xlinker optionsAlin Marin Elena2014-12-121-1/+1
* | FindMPI: search for msmpi's mpiexec as wellBen Boeckel2014-12-111-0/+1
|/
* FindMPI: Workaround Intel MPI 5.0.1 exit code problem (#15182)Alin Marin Elena2014-12-041-0/+6
* FindMPI: Factor out compiler wrapper execution into helperAlin Marin Elena2014-12-041-21/+13
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
* FindMPI: Honor MPI_HOME for MPIEXEC (#14347)Marcel Loose2014-08-111-1/+4
* Merge topic 'matches-cleanup'Brad King2014-04-151-2/+2
|\
| * Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* | FindMPI: Use compiler implicit link dirs for matching language (#14870)Melven Roehrig-Zoellner2014-04-111-9/+4
|/
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-47/+71
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* FindMPI: Set correct variables for calls to FPHSADavid Cole2012-09-271-0/+5
* Fix FindMPI for the intel compiler on linux by looking in implict directories.Bill Hoffman2012-03-201-0/+14
* FindMPI: Append MPI C++ library correctly in non-compiler case (#12874)Brad King2012-01-161-1/+1
* Fix issues with removing try_compile input file.Todd Gamblin2011-06-211-8/+12
* Try regular compiler when no MPI compiler.Todd Gamblin2011-06-211-4/+58
* Added backward compatibility for input as well as output vars.Todd Gamblin2011-04-241-4/+30
* FindMPI: Fix documentation formattingBrad King2011-03-161-24/+16
* FindMPI: Handle multiple languagesTodd Gamblin2011-03-151-295/+477
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1