Skip to content

Commit 18f90f1

Browse files
committed
Set new box extent on device for non-PBC PME (OpenACC only)
1 parent 32ab2a5 commit 18f90f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/box.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ void boxExtent(double newExtent)
192192
recipa.x = w1x;
193193
recipb.y = w1x;
194194
recipc.z = w1x;
195+
196+
boxCopyin();
195197
}
196198

197199
void boxSetCurrent(const Box& p)

0 commit comments

Comments
 (0)