mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
parallel szip test
This commit is contained in:
parent
c8135722ac
commit
58abb5adee
@ -345,7 +345,7 @@ main(int argc, char **argv)
|
||||
/* Reopen the file and check. */
|
||||
if (nc_open_par(FILE, 0, comm, info, &ncid)) ERR;
|
||||
if (!(data_in = malloc(elements_per_pe * sizeof(float)))) ERR;
|
||||
if (nc_get_var_float(ncid, varid, start, count, data_in));
|
||||
if (nc_get_vara_float(ncid, varid, start, count, data_in));
|
||||
if (nc_close(ncid)) ERR;
|
||||
|
||||
/* Release resources. */
|
||||
|
Loading…
Reference in New Issue
Block a user