Skip to content
Snippets Groups Projects
Commit 5b9cbfd0 authored by Brad King's avatar Brad King
Browse files

Fix mpi test executable path for Makefile generators

Commit 892cc8e5 (when mpi based tests are run on windows, the mpiexe
path-to-exe does not include the debug/release part of the path and
hence these tests do not run - this fix should resolve it, 2010-03-19)
hard-coded the configuration name into the path to executables
referenced in MPI test command lines.  Do this only for generators that
have multiple configuration types (VS IDE, Xcode).  For Makefile
generators the executable path does not include the configuration type.

This fixes tests that pass the executable location to mpirun when CTest
is invoked with an explicit configuration, as in "ctest -C Debug".
parent d876f81e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment