Skip to content

Commit

Permalink
fix: Finalize the MPI communicator in cuda tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-h committed Oct 11, 2023
1 parent 3378baa commit e6d41a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cuda/test_cuda_tridiag.f90
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,7 @@ program test_cuda_tridiag
error stop 'SOME TESTS FAILED.'
end if

call MPI_Finalize(ierr)

end program test_cuda_tridiag

0 comments on commit e6d41a4

Please sign in to comment.