Skip to content

Commit f06fefc

Browse files
Forgot the radius in the private statement of 2D multi-ib parallelism
1 parent 04a5bf0 commit f06fefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_ib_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ contains
141141
! skip patches whose bounding box does not overlap this rank's domain
142142
if (ir < il .or. jr < jl) cycle
143143
144-
$:GPU_PARALLEL_LOOP(private='[i, j, xyz_local, airfoil_id, eta, length]', copyin='[patch_id, &
144+
$:GPU_PARALLEL_LOOP(private='[i, j, xyz_local, airfoil_id, eta, length, radius]', copyin='[patch_id, &
145145
& encoded_patch_id, center]', collapse=2)
146146
do j = jl, jr
147147
do i = il, ir

0 commit comments

Comments
 (0)