diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-10-19 21:40:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 21:40:08 (GMT) |
commit | 5672fd817732e6a7fda3886010452bc7c8598cf8 (patch) | |
tree | b03635041dd808e3b1565b5c53ec373e377cbcba /fortran/testpar | |
parent | 8c69566da66e9239bbcd84b10e60068ade6c1784 (diff) | |
download | hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.zip hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.gz hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.bz2 |
Attempt to quiet some warnings with cray compilers. (#3724)
Diffstat (limited to 'fortran/testpar')
-rw-r--r-- | fortran/testpar/async.F90 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fortran/testpar/async.F90 b/fortran/testpar/async.F90 index 88ecc3e..02045cb 100644 --- a/fortran/testpar/async.F90 +++ b/fortran/testpar/async.F90 @@ -1240,10 +1240,6 @@ END MODULE test_async_APIs ! PROGRAM async_test USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_INT64_T - USE HDF5 - USE MPI - USE TH5_MISC - USE TH5_MISC_GEN USE test_async_APIs IMPLICIT NONE |