Skip to content

Commit

Permalink
This mpi_win_free() seems to cause crash near end of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Jan 21, 2025
1 parent f2fe19a commit 0a71d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/schism_finalize.F90
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ subroutine schism_finalize
!-------------------------------------------------------------------------------

#ifdef SH_MEM_COMM
call mpi_win_free(h_win,ierr) ! free ath3 shared memory window
! call mpi_win_free(h_win,ierr) ! free ath3 shared memory window
#endif

if(ihydraulics/=0) call finalize_hydraulic_structures
Expand Down

0 comments on commit 0a71d90

Please sign in to comment.