We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b186ba1 commit 6e4e726Copy full SHA for 6e4e726
test/test_forestwrapper.jl
@@ -3,7 +3,10 @@
3
# Clean up t8code before MPI shuts down.
4
MPI.add_finalize_hook!() do
5
T8code.clean_up()
6
- T8code.Libt8.sc_finalize()
+ status = T8code.Libt8.sc_finalize_noabort()
7
+ # If the following test fails the allocated objects were not cleaned up
8
+ # properly before shutting down.
9
+ @test status == 0
10
end
11
12
# Create a forest and wrap by `ForestWrapper`
0 commit comments