Skip to content

Commit

Permalink
Accidentally set OVERALL_NUM_MPI_PROCS to 10 instead of 1 (trilinos#3133
Browse files Browse the repository at this point in the history
)

This did not impact how the test was run, it just told CTest that these tests
were using 10 MPI processes so it would not have run other tests at the same
time.  So this just wasted a little bit of wall-clock time running the tests
(but not much since these tests run pretty fast).
  • Loading branch information
bartlettroscoe authored and tjfulle committed Dec 6, 2018
1 parent 06a7ea5 commit 19f3dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonTools/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MOCK_PROGRAM_OUTPUT: ${FILES_CHANGED}

TRIBITS_ADD_ADVANCED_TEST( get_changed_trilinos_packages_test_${TEST_POSTFIX}
OVERALL_WORKING_DIRECTORY TEST_NAME
OVERALL_NUM_MPI_PROCS 10
OVERALL_NUM_MPI_PROCS 1
ENVIRONMENT # We can't use real git so we use mockprogram.py instead!
GCTP_GIT_OVERRIDE=${${PROJECT_NAME}_TRIBITS_DIR}/python_utils/mockprogram.py
MOCKPROGRAM_INOUT_FILE_OVERRIDE=${ABS_TEST_DIR}/mockprogram_inout.txt
Expand Down

0 comments on commit 19f3dc0

Please sign in to comment.