index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindMPI.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindMPI: Fix regression in pthread guard
Axel Huebl
2020-08-20
1
-1/+1
*
FindMPI: Pass -pthread to NVCC through -Xlinker for device linking
Robert Maynard
2020-07-07
1
-0/+2
*
FindMPI: Deny -fexceptions from NVCC
Axel Huebl
2020-07-06
1
-1/+3
*
Find{Threads,MPI}: Add support for CUDA with Clang
Tobias Ribizel
2020-05-25
1
-1/+1
*
FindMPI: Normalize paths from MSMPI environment variables
Brad King
2020-04-20
1
-4/+4
*
Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers'
Brad King
2020-04-13
1
-3/+3
|
\
|
*
FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI
Chuck Atkins
2020-04-10
1
-3/+3
*
|
Merge topic 'FindMPI-fix-rerun'
Brad King
2020-02-11
1
-12/+48
|
\
\
|
*
|
FindMPI: Preserve order of include directories on re-runs of CMake
Brad King
2020-02-10
1
-12/+27
|
*
|
FindMPI: Restore re-construction of include directories
Brad King
2020-02-10
1
-0/+21
*
|
|
Merge topic 'findmpi-documentation'
Brad King
2020-01-23
1
-5/+17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Help: Add more variable documentation to FindMPI
Kyle Edwards
2020-01-22
1
-5/+17
*
|
Merge topic 'FindMPI-fix-return'
Brad King
2020-01-22
1
-4/+3
|
\
\
|
*
|
FindMPI: Fix regression when compiling with MPI wrappers
Brad King
2020-01-21
1
-4/+3
*
|
|
FPHSA: acknowledge the name mismatches in CMake-owned modules
Ben Boeckel
2020-01-14
1
-1/+2
|
/
/
*
|
FindMPI: Preserve include order when extracting component directories
Chuck Atkins
2020-01-10
1
-28/+8
*
|
FindMPI: Improve error when a component's language is not enabled
Keith Ballard
2019-11-20
1
-0/+2
|
/
*
Merge topic 'FindMPI-restore-flag-vars'
Brad King
2019-08-21
1
-1/+1
|
\
|
*
FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS and MPI_<LANG>_COMPILE_OPTIONS
Robert Maynard
2019-08-21
1
-1/+1
*
|
Merge topic 'FindMPI-link-flags'
Brad King
2019-07-26
1
-3/+1
|
\
\
|
|
/
|
*
FindMPI: make sure computed link flags are not de-duplicated
Robert Maynard
2019-07-25
1
-3/+1
*
|
FindMPI: Add MPI_EXECUTABLE_SUFFIX to every item in lists
Brian Carlson
2019-06-29
1
-2/+6
|
/
*
FindMPI: Updated to use INTERFACE_LINK_OPTIONS
Robert Maynard
2019-06-24
1
-3/+2
*
FindMPI: Store imported target link flags as a list instead of a string
Robert Maynard
2019-06-19
1
-1/+3
*
FindMPI: Correct documentaiton for library version
Christian Pfeiffer
2019-05-06
1
-1/+1
*
FindMPI: Add error logging
Christian Pfeiffer
2019-05-06
1
-16/+27
*
FindMPI: Don't retain libdirs for Win32
Christian Pfeiffer
2019-04-20
1
-12/+14
*
Merge topic 'FindMPI-pthread-cuda'
Brad King
2018-10-26
1
-1/+6
|
\
|
*
FindMPI: Pass -pthread to CUDA compiler through -Xcompiler
Brad King
2018-10-25
1
-1/+6
*
|
Help: Convert remaining modules to block-style comments
Kitware Robot
2018-10-22
1
-241/+242
|
/
*
FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS as a command-line string
Brad King
2018-09-10
1
-1/+1
*
FindMPI: Fix libname regex to not match the compiler executable
Chuck Atkins
2018-04-12
1
-6/+9
*
FindMPI: Discard IMPI boilerplate text
Christian Pfeiffer
2018-01-31
1
-0/+4
*
FindMPI: Support for IMPI's compiler check
Christian Pfeiffer
2018-01-31
1
-0/+27
*
FindMPI: Set up environment variables for wrapper
Christian Pfeiffer
2018-01-31
1
-5/+80
*
FindMPI: Retain unused link paths
Christian Pfeiffer
2018-01-30
1
-6/+18
*
FindMPI: Use more CMake variables
Christian Pfeiffer
2018-01-30
1
-59/+118
*
FindMPI: Improve link information parsing
Christian Pfeiffer
2018-01-25
1
-53/+65
*
FindMPI: Move MSMPI/MPICH2 mpiexec search
Christian Pfeiffer
2018-01-10
1
-15/+45
*
Merge topic 'findmpi-builtin-fix'
Brad King
2017-12-13
1
-121/+168
|
\
|
*
FindMPI: Fix various legacy problems
Christian Pfeiffer
2017-12-12
1
-121/+168
|
*
Merge branch 'findmpi-notfound-spam' into release-3.10
Brad King
2017-12-05
1
-10/+16
|
|
\
*
|
\
Merge topic 'findmpi-notfound-spam'
Brad King
2017-12-06
1
-10/+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindMPI: Correct legacy variable handling
Christian Pfeiffer
2017-12-05
1
-10/+16
*
|
|
Merge topic 'findmpi-found-cond'
Brad King
2017-12-06
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindMPI: Fix multiple configure runs
Christian Pfeiffer
2017-12-05
1
-1/+1
|
|
/
*
|
FindMPI: Treat 'command not found' as an error
Christian Pfeiffer
2017-11-15
1
-1/+1
|
/
*
FindMPI: Use physical cores for MPIEXEC_MAX_NUMPROCS
Christian Pfeiffer
2017-10-24
1
-7/+2
*
FindMPI: Add support for FreeBSD and SLES
Christian Pfeiffer
2017-09-15
1
-2/+29
*
FindMPI: Support components for various languages
Christian Pfeiffer
2017-09-15
1
-19/+71
[next]