summaryrefslogtreecommitdiff
path: root/Modules/FindMPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-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
* Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-191-1/+1
|\
| * Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* | Update module to locate newely released MS MPI HPC Pack R2.David Partyka2010-10-111-1/+2
|/
* FindMPI: Recoginze -f flags from mpicc (#10771)Brad King2010-09-201-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Merge branch 'FindMPI-flag-parsing'Brad King2010-07-061-11/+11
|\
| * FindMPI: Fix parsing of mpicc -Wl,-L link flags (#9093)Brad King2010-06-291-2/+2
| * FindMPI: Failure is not an error if not REQUIREDBrad King2010-06-281-3/+3
| * FindMPI: Parse mpicc flags more carefully (#9093)Brad King2010-06-251-6/+6
| * FindMPI: Do not parse -l in middle of library nameBrad King2010-06-241-2/+2
* | FindMPI: Trust mpicc -showme on BlueGene/LBrad King2010-06-281-6/+0
|/
* Add a new registry key to check for the location of MPICH2.David Partyka2010-03-111-0/+1
* BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ to...Dave Partyka2009-11-131-12/+12
* BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts wit...Dave Partyka2009-11-131-9/+9
* COMP: need to add quotes when using get_filename_component otherwise it will ...Dave Partyka2009-10-271-2/+2
* COMP: fix syntax error.Dave Partyka2009-10-271-1/+1
* ENH: Improvements in finding MPI on windows. ENH: reorganized searching mpi f...Dave Partyka2009-10-271-55/+89