mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
remove some debug statements
This commit is contained in:
parent
e4cb5c89a3
commit
6723a38d90
@ -113,7 +113,6 @@ int main(int argc, char **argv)
|
||||
if (mpi_rank == 0)
|
||||
SUMMARIZE_ERR;
|
||||
|
||||
#if 0
|
||||
if (mpi_rank == 0)
|
||||
printf("*** Testing parallel IO for raw-data with MPIPOSIX-IO (driver)...");
|
||||
facc_type = NC_NETCDF4;
|
||||
@ -122,7 +121,6 @@ int main(int argc, char **argv)
|
||||
if(test_pio(NC_COLLECTIVE)!=0) ERR;
|
||||
if (mpi_rank == 0)
|
||||
SUMMARIZE_ERR;
|
||||
#endif
|
||||
|
||||
if (mpi_rank == 0)
|
||||
printf("*** Testing parallel IO for meta-data with MPIPOSIX-IO (driver)...");
|
||||
|
Loading…
Reference in New Issue
Block a user