mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
cleaned up, added wrf checm file test
This commit is contained in:
parent
029aa5f626
commit
563f9088f2
@ -170,7 +170,7 @@ readfile_hdf5(char *file_name, long long *delta, int do_inq, int num_vars)
|
||||
}
|
||||
|
||||
#define NUM_RUNS 1
|
||||
#define NUM_STEPS 20
|
||||
#define NUM_STEPS 10
|
||||
#define FACTOR 100
|
||||
#define VAR_FACTOR 500
|
||||
#define NUM_INQ_TESTS 2
|
||||
@ -204,7 +204,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (buildfile(num_vars, num_atts, ATT_LEN, file_name)) ERR;
|
||||
if (readfile(file_name, &nc4_open_time, do_inq, num_vars)) ERR;
|
||||
/* if (readfile_hdf5(file_name, &hdf5_open_time, do_inq, num_vars)) ERR; */
|
||||
if (readfile_hdf5(file_name, &hdf5_open_time, do_inq, num_vars)) ERR;
|
||||
tot_nc4 += nc4_open_time;
|
||||
tot_hdf5 += hdf5_open_time;
|
||||
}
|
||||
|
17234
nc_test4/tst_wrf_reads.c
17234
nc_test4/tst_wrf_reads.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user