Skip to content

Commit

Permalink
Feature wrap-checksum: adapt tests to collective checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Mar 8, 2024
1 parent a388ac5 commit aecfa7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_io2.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,7 @@ main (int argc, char **argv)
current_user_string);

/* check the checksum */
SC_CHECK_ABORT (p4est_checksum (p4est) ==
((p4est->mpirank == 0) ? checksum : 0),
SC_CHECK_ABORT (p4est_checksum (p4est) == checksum,
"Forest checksum equality");

empty.elem_count = 1;
Expand Down

0 comments on commit aecfa7b

Please sign in to comment.