fixed warning in tst_parallel5.c

This commit is contained in:
Edward Hartnett 2020-07-08 12:24:48 -06:00
parent 90777d6465
commit 1d79a47c6d
2 changed files with 7 additions and 2 deletions

View File

@ -17,4 +17,10 @@ echo "Testing parallel I/O with HDF5..."
@MPIEXEC@ -n 4 ./tst_h_par
echo "SUCCESS!!!"
echo "Testing parallel I/O with HDF5 and compression..."
@MPIEXEC@ -n 1 ./tst_h_par_compress
@MPIEXEC@ -n 2 ./tst_h_par_compress
@MPIEXEC@ -n 4 ./tst_h_par_compress
echo "SUCCESS!!!"
exit 0

View File

@ -322,8 +322,7 @@ main(int argc, char **argv)
{
/* This test is related to
* https://github.com/Unidata/netcdf-c/issues/1715. */
int ncid, varid;
int test_data_in, test_data = 42;
int ncid;
size_t size, nelems;
float preemption;