Skip to content
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
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ list(APPEND TEST_FILES
gpu_to_cpu_delayed_init_value.F90
gpu_to_cpu_init_value.F90
import_field_array_and_jpim.F90
import_field_array_util_and_jpim.F90
init_owner.F90
init_owner2.F90
init_owner_0_size.F90
Expand Down
14 changes: 14 additions & 0 deletions tests/import_field_array_util_and_jpim.F90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM IMPORT_FIELD_ARRAY_UTIL_AND_JPIM
USE FIELD_ARRAY_UTIL_MODULE
USE PARKIND1, ONLY: JPIM
END PROGRAM IMPORT_FIELD_ARRAY_UTIL_AND_JPIM

Loading