diff --git a/examples/halo_test/halo_test.f90 b/examples/halo_test/halo_test.f90 index 949785eb..48439a72 100644 --- a/examples/halo_test/halo_test.f90 +++ b/examples/halo_test/halo_test.f90 @@ -567,9 +567,7 @@ end function mag subroutine test_halo_size(arrh, nx_expected, ny_expected, nz_expected, tag) real(mytype), dimension(:, :, :), intent(in) :: arrh -#if defined(_GPU) - attributes(device) :: arrh -#endif + integer, intent(in) :: nx_expected, ny_expected, nz_expected character(len=*), intent(in) :: tag