Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed bug that was causing coarry-enabled runs to hang waiting for th…
Browse files Browse the repository at this point in the history
…e parameter structures to sync up
  • Loading branch information
daminton committed Apr 21, 2023
1 parent bc84508 commit ab6b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swiftest/swiftest_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ module subroutine swiftest_io_param_reader(self, unit, iotype, v_list, iostat, i

#ifdef COARRAY
end if ! this_image() == 1
if (self%lcoarray) call coparam%coclone()
call coparam%coclone()
select type(self)
type is (swiftest_parameters)
self = coparam
Expand Down

0 comments on commit ab6b619

Please sign in to comment.