From ab6b619743f4ec746eb422dc5cfd575e6507ae91 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 21 Apr 2023 15:41:54 -0400 Subject: [PATCH] Fixed bug that was causing coarry-enabled runs to hang waiting for the parameter structures to sync up --- src/swiftest/swiftest_io.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swiftest/swiftest_io.f90 b/src/swiftest/swiftest_io.f90 index 1fef0b3d3..8b4e5ad26 100644 --- a/src/swiftest/swiftest_io.f90 +++ b/src/swiftest/swiftest_io.f90 @@ -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