mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
fixed warning in tst_parallel5.c
This commit is contained in:
parent
90777d6465
commit
1d79a47c6d
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user