Skip to content
Snippets Groups Projects
Commit 80d01d7d authored by Nils-Arne Dreier's avatar Nils-Arne Dreier Committed by Moritz Hanke
Browse files

remove unnecessary grep

parent 662226da
Branches release-3.0.3
Tags v3.0.3
No related merge requests found
......@@ -3,5 +3,5 @@
@TEST_MPI_FALSE@exit 77
@MPI_LAUNCH@ -n 2 ./test_abort.x 2> /dev/null && exit 1
@MPI_LAUNCH@ -n 2 @SHELL@ -c "./test_abort_c.x | @GREP@ 'custom_error_handler called'"
@MPI_LAUNCH@ -n 2 ./test_abort_c.x
......@@ -105,8 +105,6 @@ static void custom_error_handler(
if (line != ref_line) PUT_ERR("error in yac_abort_message (line)");
printf("custom_error_handler called\n");
// MPI_Abort may yield non-zero error codes of mpirun hence we
// terminate the programm gracefully
MPI_Finalize();
......
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