From a95ae58e8dd0ddfd297dc194fe85336333931689 Mon Sep 17 00:00:00 2001 From: yushan wang Date: Thu, 15 May 2025 10:46:25 +0200 Subject: [PATCH] remove device attribute for halo_test --- examples/halo_test/halo_test.f90 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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