Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omp k caching fix #102

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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