Skip to content

Commit 63c87c5

Browse files
Adding OpenMP/OpenACC tags for vecturs used in paralel loop for GPU support
1 parent 7cf947e commit 63c87c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_ibm.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ contains
194194
$:GPU_PARALLEL_LOOP(private='[physical_loc,dyn_pres,alpha_rho_IP, &
195195
& alpha_IP,pres_IP,vel_IP,vel_g,vel_norm_IP,r_IP, &
196196
& v_IP,pb_IP,mv_IP,nmom_IP,presb_IP,massv_IP,rho, &
197-
& gamma,pi_inf,Re_K,G_K,Gs,gp,innerp,norm,buf, &
198-
& j,k,l,q]')
197+
& gamma,pi_inf,Re_K,G_K,Gs,gp,innerp,norm,buf, radial_vector, &
198+
& rotation_velocity, j,k,l,q]')
199199
do i = 1, num_gps
200200

201201
gp = ghost_points(i)

0 commit comments

Comments
 (0)