Skip to content

Commit

Permalink
more log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 8, 2016
1 parent abde5d2 commit 09d5b65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/clib/pio_get_nc_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Off
/* How many elements in buf? */
for (int vd = 0; vd < ndims; vd++)
num_elem *= (rcount[vd] - rstart[vd])/rstride[vd];
LOG((2, "PIOc_put_vars_tc num_elem = %d", num_elem));
LOG((2, "PIOc_get_vars_tc num_elem = %d", num_elem));
}

/* If async is in use, and this is not an IO task, bcast the parameters. */
Expand Down
1 change: 0 additions & 1 deletion src/clib/pio_put_nc_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ int PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Off

if(ios->io_rank == 0)
{
LOG((2, "PIOc_put_vars_tc io_rank 0 doing pnetcdf call xtype = %d", xtype));
LOG((2, "PIOc_put_vars_tc io_rank 0 doing pnetcdf call xtype = %d this time I mean it!", xtype));
switch(xtype)
{
Expand Down

0 comments on commit 09d5b65

Please sign in to comment.