We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac78de commit 2ab336aCopy full SHA for 2ab336a
developer-scripts/travis/test-script.cmake.sh
@@ -59,7 +59,8 @@ for version in ${GCC}; do
59
-DCMAKE_BUILD_TYPE:STRING="${BUILD_TYPE}" \
60
-DMPI_CXX_SKIP_MPICXX:BOOL=ON \
61
-DMPI_ASSUME_NO_BUILTIN_MPI:BOOL=ON \
62
- -DMPI_SKIP_GUESSING ..
+ -DMPI_SKIP_GUESSING:BOOL=ON\
63
+ ..
64
make -j 4
65
CTEST_FLAGS=(--output-on-failure --schedule-random --repeat-until-fail "${NREPEAT:-5}" --timeout "${TEST_TIMEOUT:-200}")
66
if [[ "${BUILD_TYPE}" =~ Deb ]]; then
0 commit comments