Skip to content

Commit

Permalink
OpenMP k-caching variant, rename kernel module in order to avoid name…
Browse files Browse the repository at this point in the history
… clash with OpenACC variant ...
  • Loading branch information
MichaelSt98 committed Dec 6, 2024
1 parent 74baf3f commit 9971578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MODULE CLOUDSC_DRIVER_GPU_OMP_SCC_K_CACHING_MOD
USE CLOUDSC_MPI_MOD, ONLY: NUMPROC, IRANK
USE TIMER_MOD, ONLY : PERFORMANCE_TIMER, GET_THREAD_NUM

USE CLOUDSC_GPU_SCC_K_CACHING_MOD, ONLY: CLOUDSC_SCC_K_CACHING
USE CLOUDSC_GPU_OMP_SCC_K_CACHING_MOD, ONLY: CLOUDSC_SCC_K_CACHING

IMPLICIT NONE

Expand Down
4 changes: 2 additions & 2 deletions src/cloudsc_gpu/cloudsc_gpu_omp_scc_k_caching_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

MODULE CLOUDSC_GPU_SCC_K_CACHING_MOD
MODULE CLOUDSC_GPU_OMP_SCC_K_CACHING_MOD

!$omp declare target(cloudsc_scc_k_caching)

Expand Down Expand Up @@ -2639,4 +2639,4 @@ SUBROUTINE CLOUDSC_SCC_K_CACHING (KIDIA, KFDIA, KLON, KLEV, PTSPHY, PT, PQ, TEND
!===============================================================================
!IF (LHOOK) CALL DR_HOOK('CLOUDSC',1,ZHOOK_HANDLE)
END SUBROUTINE CLOUDSC_SCC_K_CACHING
END MODULE CLOUDSC_GPU_SCC_K_CACHING_MOD
END MODULE CLOUDSC_GPU_OMP_SCC_K_CACHING_MOD

0 comments on commit 9971578

Please sign in to comment.