USE cudafor for attributes when compiling with CUDA support

This commit is contained in:
Pietro Bonfa 2018-02-26 18:26:44 +01:00
parent b1c56ad869
commit b22fab6f98
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
!
MODULE data_buffer
USE util_param, ONLY : DP
#ifdef __CUDA
USE cudafor
#endif
!
IMPLICIT NONE
!