summaryrefslogtreecommitdiff
path: root/Modules/FindMPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-9/+9
* Modules: Use new SOURCES_FROM_* try_compile (2/2)Matthew Woehlke2022-09-271-7/+9
* Merge topic 'modules-use-new-try_compile-signature'Brad King2022-09-141-2/+2
|\
| * Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+2
* | FindMPI: remove unnecessary variable expansions in conditionalsBen Boeckel2022-09-121-53/+53
* | FindMPI: match full language names when "simplifying"Ben Boeckel2022-09-121-2/+2
* | FindMPI: quote literal valuesBen Boeckel2022-09-121-19/+19
|/
* FindMPI: Parse '-l:' flags in pkg-config outputMarkus Mützel2022-06-211-8/+13
* FindMPI: Don't check for variables named the same as the languagesRobert Maynard2022-04-261-4/+4
* FindMPI: Fix finding PkgConfg for fallbackBrad King2021-11-011-2/+2
* MPI: Add fallback detection code for MPI when cross compilingHelmut Grohne2021-09-171-1/+35
* Merge topic 'FindMPI-framework-not-a-compile-flag'Brad King2021-08-241-1/+2
|\
| * FindMPI: do not detect `-framework` as a compile flagBen Boeckel2021-08-191-1/+2
* | FindMPI: Interrogate Cray compilerAxel Huebl2021-07-131-1/+49
* | Merge topic 'FindMPI-adjust-compile-definitions-early'Brad King2021-07-081-1/+1
|\ \
| * | FindMPI: Choose definitions for MPI_CXX_SKIP_MPICXX before first useYe Luo2021-07-071-1/+1
| |/
* | FindMPI: Honor MPI_CXX_SKIP_MPICXX when set as a normal variableBrad King2021-07-061-1/+1
|/
* Merge topic 'FindMPI-host_link'Brad King2021-04-021-3/+4
|\
| * FindMPI: avoid host link options to be propagated to device link stepMarc Chevrier2021-04-011-3/+4
* | FindMPI: Add support for the Fujitsu compiler wrappersChuck Atkins2021-03-311-1/+6
|/
* FindMPI: Fix reason for a non-enabled non-requested languageAxel Huebl2021-02-111-1/+3
* FindMPI: Add support for IntelLLVMWilliam R. Dieter2021-01-281-1/+11
* Merge topic 'FindMPI-oneapi-single-quotes'Brad King2021-01-051-0/+1
|\
| * FindMPI: remove single quotes from include pathEduard Valeyev2021-01-041-0/+1
* | Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+9
|/
* Merge topic 'FindMPI-cuda-pthread'Brad King2020-08-201-1/+1
|\
| * FindMPI: Fix regression in pthread guardAxel Huebl2020-08-201-1/+1
* | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
|/
* FindMPI: Pass -pthread to NVCC through -Xlinker for device linkingRobert Maynard2020-07-071-0/+2
* FindMPI: Deny -fexceptions from NVCCAxel Huebl2020-07-061-1/+3
* Find{Threads,MPI}: Add support for CUDA with ClangTobias Ribizel2020-05-251-1/+1
* FindMPI: Normalize paths from MSMPI environment variablesBrad King2020-04-201-4/+4
* Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers'Brad King2020-04-131-3/+3
|\
| * FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPIChuck Atkins2020-04-101-3/+3
* | Merge topic 'FindMPI-fix-rerun'Brad King2020-02-111-12/+48
|\ \
| * | FindMPI: Preserve order of include directories on re-runs of CMakeBrad King2020-02-101-12/+27
| * | FindMPI: Restore re-construction of include directoriesBrad King2020-02-101-0/+21
* | | Merge topic 'findmpi-documentation'Brad King2020-01-231-5/+17
|\ \ \ | |/ / |/| / | |/
| * Help: Add more variable documentation to FindMPIKyle Edwards2020-01-221-5/+17
* | Merge topic 'FindMPI-fix-return'Brad King2020-01-221-4/+3
|\ \
| * | FindMPI: Fix regression when compiling with MPI wrappersBrad King2020-01-211-4/+3
* | | FPHSA: acknowledge the name mismatches in CMake-owned modulesBen Boeckel2020-01-141-1/+2
|/ /
* | FindMPI: Preserve include order when extracting component directoriesChuck Atkins2020-01-101-28/+8
* | FindMPI: Improve error when a component's language is not enabledKeith Ballard2019-11-201-0/+2
|/
* Merge topic 'FindMPI-restore-flag-vars'Brad King2019-08-211-1/+1
|\
| * FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS and MPI_<LANG>_COMPILE_OPTIONSRobert Maynard2019-08-211-1/+1
* | Merge topic 'FindMPI-link-flags'Brad King2019-07-261-3/+1
|\ \ | |/
| * FindMPI: make sure computed link flags are not de-duplicatedRobert Maynard2019-07-251-3/+1
* | FindMPI: Add MPI_EXECUTABLE_SUFFIX to every item in listsBrian Carlson2019-06-291-2/+6
|/
* FindMPI: Updated to use INTERFACE_LINK_OPTIONSRobert Maynard2019-06-241-3/+2