Skip to content

Commit dc8019f

Browse files
author
Malmahrouqi3
committed
removed raw directive in s_compute_wave_speed
1 parent 3ad2ddb commit dc8019f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/common/m_variables_conversion.fpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,11 +1735,8 @@ contains
17351735
s_L, s_R, s_S, s_M, s_P, idx, idx_tau)
17361736

17371737
! Computes the wave speeds for the Riemann solver
1738-
#ifdef _CRAYFTN
1739-
!DIR$ INLINEALWAYS s_compute_wave_speed
1740-
#else
1741-
!$acc routine seq
1742-
#endif
1738+
$:GPU_ROUTINE(function_name='s_compute_speed_of_sound', &
1739+
& parallelism='[seq]', cray_inline=True)
17431740

17441741
! Input parameters
17451742
integer, intent(in) :: wave_speeds

0 commit comments

Comments
 (0)