Fixed CPU compilation of cuf kernel accelerated version

This commit is contained in:
Pietro Bonfa 2019-02-14 09:55:17 +01:00
parent ec5828b09e
commit a175a3fd53
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ subroutine ylmr2_gpu(lmax2, ng, g_d, gg_d, ylm_d)
attributes(device):: g_d,gg_d,ylm_d
#endif
!
#if defined(__USE_CUDA_KERNELS)
#if defined(__USE_CUDA_KERNELS) && defined(__CUDA)
!
! CUDA Fortran Kernel implementation. Optimizes the use of Q_d (see below)
!