| Commit message (Expand) | Author | Age | Files | Lines |
* | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -15/+3 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -4/+4 |
|
|
* | FindMPI: Recognize `.lib` file names for specification of link libraries | Dominic Meiser | 2016-04-15 | 1 | -0/+11 |
|
|
* | FindMPI: Recognize /LIBPATH for specification of linker paths. | Dominic Meiser | 2016-04-15 | 1 | -2/+2 |
|
|
* | FindMPI: Improve documentation formatting | Christoph GrĂ¼ninger | 2016-04-11 | 1 | -12/+15 |
|
|
* | FindMPI: Drop unnecessary and incorrect use of GetPrerequisites | Brad King | 2015-07-31 | 1 | -5/+3 |
|
|
* | FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs | Sean Brennan | 2015-07-10 | 1 | -1/+1 |
|
|
* | FindMPI: handle trailing slash from $MSMPI_BIN | Ben Boeckel | 2015-01-14 | 1 | -1/+3 |
|
|
* | FindMPI: MSMPI changed the subdirectories it uses | Ben Boeckel | 2015-01-06 | 1 | -3/+5 |
|
|
* | FindMPI: add more search paths for MSMPI | Ben Boeckel | 2015-01-06 | 1 | -0/+4 |
|
|
* | Merge topic 'FindMPI-parse-Xlinker-flags' | Brad King | 2014-12-15 | 1 | -1/+1 |
|\ |
|
| * | FindMPI: Extract -Xlinker options | Alin Marin Elena | 2014-12-12 | 1 | -1/+1 |
|
|
* | | FindMPI: search for msmpi's mpiexec as well | Ben Boeckel | 2014-12-11 | 1 | -0/+1 |
|/ |
|
* | FindMPI: Workaround Intel MPI 5.0.1 exit code problem (#15182) | Alin Marin Elena | 2014-12-04 | 1 | -0/+6 |
|
|
* | FindMPI: Factor out compiler wrapper execution into helper | Alin Marin Elena | 2014-12-04 | 1 | -21/+13 |
|
|
* | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
|
|
* | FindMPI: Honor MPI_HOME for MPIEXEC (#14347) | Marcel Loose | 2014-08-11 | 1 | -1/+4 |
|
|
* | Merge topic 'matches-cleanup' | Brad King | 2014-04-15 | 1 | -2/+2 |
|\ |
|
| * | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 |
|
|
* | | FindMPI: Use compiler implicit link dirs for matching language (#14870) | Melven Roehrig-Zoellner | 2014-04-11 | 1 | -9/+4 |
|/ |
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -47/+71 |
|
|
* | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -1/+1 |
|
|
* | FindMPI: Set correct variables for calls to FPHSA | David Cole | 2012-09-27 | 1 | -0/+5 |
|
|
* | Fix FindMPI for the intel compiler on linux by looking in implict directories. | Bill Hoffman | 2012-03-20 | 1 | -0/+14 |
|
|
* | FindMPI: Append MPI C++ library correctly in non-compiler case (#12874) | Brad King | 2012-01-16 | 1 | -1/+1 |
|
|
* | Fix issues with removing try_compile input file. | Todd Gamblin | 2011-06-21 | 1 | -8/+12 |
|
|
* | Try regular compiler when no MPI compiler. | Todd Gamblin | 2011-06-21 | 1 | -4/+58 |
|
|
* | Added backward compatibility for input as well as output vars. | Todd Gamblin | 2011-04-24 | 1 | -4/+30 |
|
|
* | FindMPI: Fix documentation formatting | Brad King | 2011-03-16 | 1 | -24/+16 |
|
|
* | FindMPI: Handle multiple languages | Todd Gamblin | 2011-03-15 | 1 | -295/+477 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Merge topic 'AddCMAKE_CURRENT_LIST_DIR' | David Cole | 2010-10-19 | 1 | -1/+1 |
|\ |
|
| * | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|
|
* | | Update module to locate newely released MS MPI HPC Pack R2. | David Partyka | 2010-10-11 | 1 | -1/+2 |
|/ |
|
* | FindMPI: Recoginze -f flags from mpicc (#10771) | Brad King | 2010-09-20 | 1 | -1/+1 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Merge branch 'FindMPI-flag-parsing' | Brad King | 2010-07-06 | 1 | -11/+11 |
|\ |
|
| * | FindMPI: Fix parsing of mpicc -Wl,-L link flags (#9093) | Brad King | 2010-06-29 | 1 | -2/+2 |
|
|
| * | FindMPI: Failure is not an error if not REQUIRED | Brad King | 2010-06-28 | 1 | -3/+3 |
|
|
| * | FindMPI: Parse mpicc flags more carefully (#9093) | Brad King | 2010-06-25 | 1 | -6/+6 |
|
|
| * | FindMPI: Do not parse -l in middle of library name | Brad King | 2010-06-24 | 1 | -2/+2 |
|
|
* | | FindMPI: Trust mpicc -showme on BlueGene/L | Brad King | 2010-06-28 | 1 | -6/+0 |
|/ |
|
* | Add a new registry key to check for the location of MPICH2. | David Partyka | 2010-03-11 | 1 | -0/+1 |
|
|
* | BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ to... | Dave Partyka | 2009-11-13 | 1 | -12/+12 |
|
|
* | BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts wit... | Dave Partyka | 2009-11-13 | 1 | -9/+9 |
|
|
* | COMP: need to add quotes when using get_filename_component otherwise it will ... | Dave Partyka | 2009-10-27 | 1 | -2/+2 |
|
|
* | COMP: fix syntax error. | Dave Partyka | 2009-10-27 | 1 | -1/+1 |
|
|