mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
fixed bug with setting deflate in F90 API
This commit is contained in:
parent
03f79aa8f5
commit
9f60d8f11d
@ -81,7 +81,8 @@ ftst_types3.nc ftst_groups.nc
|
||||
# Add these netCDF-4 f90 test programs.
|
||||
if BUILD_F90
|
||||
check_PROGRAMS += f90tst_vars tst_types tst_types2 f90tst_vars_vlen \
|
||||
tst_f90_nc4 f90tst_grps f90tst_fill f90tst_fill2 f90tst_vars3
|
||||
tst_f90_nc4 f90tst_grps f90tst_fill f90tst_fill2 f90tst_vars3 \
|
||||
f90tst_vars4
|
||||
tst_f90_nc4_SOURCES = tst_f90_nc4.f90
|
||||
f90tst_vars_SOURCES = f90tst_vars.f90
|
||||
tst_types_SOURCES = tst_types.f90
|
||||
@ -91,8 +92,9 @@ f90tst_grps_SOURCES = f90tst_grps.f90
|
||||
f90tst_fill_SOURCES = f90tst_fill.f90
|
||||
f90tst_fill2_SOURCES = f90tst_fill2.f90
|
||||
f90tst_vars3_SOURCES = f90tst_vars3.f90
|
||||
f90tst_vars4_SOURCES = f90tst_vars4.f90
|
||||
TESTS += f90tst_vars tst_types tst_types2 f90tst_vars_vlen tst_f90_nc4 \
|
||||
f90tst_grps f90tst_fill f90tst_fill2 f90tst_vars3
|
||||
f90tst_grps f90tst_fill f90tst_fill2 f90tst_vars3 f90tst_vars4
|
||||
CLEANFILES += f90tst_*.nc tst_types.nc tst_types2.nc tst_f90_nc4.nc
|
||||
|
||||
if USE_SZIP
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This shell runs some parallel I/O tests.
|
||||
# This shell runs some parallel I/O tests for the F90 API.
|
||||
|
||||
set -e
|
||||
echo "Testing netCDF parallel I/O through the F90 API..."
|
||||
|
Loading…
Reference in New Issue
Block a user