summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindMPI: Discard IMPI boilerplate textChristian Pfeiffer2018-01-311-0/+4
* FindMPI: Support for IMPI's compiler checkChristian Pfeiffer2018-01-311-0/+27
* FindMPI: Set up environment variables for wrapperChristian Pfeiffer2018-01-311-5/+80
* FindMPI: Retain unused link pathsChristian Pfeiffer2018-01-301-6/+18
* FindMPI: Use more CMake variablesChristian Pfeiffer2018-01-301-59/+118
* FindMPI: Improve link information parsingChristian Pfeiffer2018-01-251-53/+65
* FindMPI: Move MSMPI/MPICH2 mpiexec searchChristian Pfeiffer2018-01-101-15/+45
* Merge topic 'findmpi-builtin-fix'Brad King2017-12-131-121/+168
|\
| * FindMPI: Fix various legacy problemsChristian Pfeiffer2017-12-121-121/+168
| * Merge branch 'findmpi-notfound-spam' into release-3.10Brad King2017-12-051-10/+16
| |\
* | \ Merge topic 'findmpi-notfound-spam'Brad King2017-12-061-10/+16
|\ \ \ | | |/ | |/|
| * | FindMPI: Correct legacy variable handlingChristian Pfeiffer2017-12-051-10/+16
* | | Merge topic 'findmpi-found-cond'Brad King2017-12-061-1/+1
|\ \ \ | | |/ | |/|
| * | FindMPI: Fix multiple configure runsChristian Pfeiffer2017-12-051-1/+1
| |/
* | 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