Skip to content

Commit 7f21870

Browse files
author
Daniel J Vickers
committed
No present option in omp directives
1 parent c0c9ea3 commit 7f21870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_compute_levelset.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contains
3838
! 3D Patch Geometries
3939
if (p > 0) then
4040

41-
$:GPU_PARALLEL_LOOP(private='[i,patch_id,patch_geometry]', present='[gps]', copyin='[patch_ib,Np]')
41+
$:GPU_PARALLEL_LOOP(private='[i,patch_id,patch_geometry]', copy='[gps]', copyin='[patch_ib,Np]')
4242
do i = 1, num_gps
4343

4444
patch_id = gps(i)%ib_patch_id

0 commit comments

Comments
 (0)