Skip to content

Commit

Permalink
Update oce_mesh.F90
Browse files Browse the repository at this point in the history
removed an abort commented out line.
  • Loading branch information
suvarchal authored Jan 14, 2025
1 parent a4d3b09 commit 44273e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oce_mesh.F90
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ SUBROUTINE read_mesh(partit, mesh)
write (unit=error_unit, fmt='(3A)') &
'### error: can not open file ', file_name, &
', error: ' // trim(errmsg)
!call MPI_Abort(MPI_COMM_FESOM, 1, ierror) # dont call abort here yet called bellow
end if
allocate(partit%part(npes+1))
part=>partit%part
Expand Down

0 comments on commit 44273e2

Please sign in to comment.