Skip to content

Commit

Permalink
Update CI REF files accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
kweide committed Dec 6, 2024
1 parent d2143f4 commit 629a56f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subroutine gpu_tf_hydro_Fortran( &
)
use DataPacket_gpu_tf_hydro_c2f_mod, ONLY : release_gpu_tf_hydro_extra_queue_c
use iso_c_binding, ONLY : C_PTR
use openacc
use openacc, ONLY : acc_handle_kind

use milhoja_types_mod, ONLY : MILHOJA_INT

Expand All @@ -53,11 +53,21 @@ subroutine gpu_tf_hydro_Fortran( &
use dr_cg_hydroAdvance_mod, ONLY : Hydro_computeFluxesHll_Z_gpu_oacc
use dr_cg_hydroAdvance_mod, ONLY : Hydro_updateSolutionHll_gpu_oacc

#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeSoundSpeedHll_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_X_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Y_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Z_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_updateSolutionHll_gpu_oacc) vector
#endif

implicit none

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subroutine gpu_tf_hydro( &
)
use DataPacket_gpu_tf_hydro_c2f_mod, ONLY : release_gpu_tf_hydro_extra_queue_c
use iso_c_binding, ONLY : C_PTR
use openacc
use openacc, ONLY : acc_handle_kind

use milhoja_types_mod, ONLY : MILHOJA_INT

Expand All @@ -48,11 +48,21 @@ subroutine gpu_tf_hydro( &
use dr_cg_hydroAdvance_mod, ONLY : Hydro_computeFluxesHll_Z_gpu_oacc
use dr_cg_hydroAdvance_mod, ONLY : Hydro_updateSolutionHll_gpu_oacc

#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeSoundSpeedHll_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_X_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Y_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Z_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_updateSolutionHll_gpu_oacc) vector
#endif

implicit none

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subroutine gpu_tf_test2_Fortran( &
)
use DataPacket_gpu_tf_test2_c2f_mod, ONLY : release_gpu_tf_test2_extra_queue_c
use iso_c_binding, ONLY : C_PTR
use openacc
use openacc, ONLY : acc_handle_kind

use milhoja_types_mod, ONLY : MILHOJA_INT

Expand All @@ -47,10 +47,18 @@ subroutine gpu_tf_test2_Fortran( &
use dr_cg_hydroAdvance_mod, ONLY : Hydro_computeFluxesHll_Y_gpu_oacc
use dr_cg_hydroAdvance_mod, ONLY : Hydro_computeFluxesHll_Z_gpu_oacc

#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeSoundSpeedHll_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_X_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Y_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Z_gpu_oacc) vector
#endif

implicit none

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subroutine gpu_tf_test_Fortran( &
)
use DataPacket_gpu_tf_test_c2f_mod, ONLY : release_gpu_tf_test_extra_queue_c
use iso_c_binding, ONLY : C_PTR
use openacc
use openacc, ONLY : acc_handle_kind

use milhoja_types_mod, ONLY : MILHOJA_INT

Expand All @@ -47,10 +47,18 @@ subroutine gpu_tf_test_Fortran( &
use dr_cg_hydroAdvance_mod, ONLY : Hydro_computeFluxesHll_Z_gpu_oacc
use dr_cg_hydroAdvance_mod, ONLY : Hydro_updateSolutionHll_gpu_oacc

#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_X_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Y_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_computeFluxesHll_Z_gpu_oacc) vector
#endif
#ifndef SUPPRESS_ACC_ROUTINE_FOR_METH_IN_APP
!$acc routine (Hydro_updateSolutionHll_gpu_oacc) vector
#endif

implicit none

Expand Down

0 comments on commit 629a56f

Please sign in to comment.