Skip to content

Commit

Permalink
took out log statement that was causing too much output
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 29, 2016
1 parent 3671790 commit 30e7878
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clib/pio_put_nc_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ int PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Off
"count_present = %d stride_present = %d xtype = %d num_elem = %d", ncid, varid,
ndims, start_present, count_present, stride_present, xtype, num_elem));

for (int e = 0; e < num_elem; e++)
LOG((2, "PIOc_put_vars_tc element %d = %d", e, ((int *)buf)[e]));

/* Send the data. */
if (!mpierr)
mpierr = MPI_Bcast((void *)buf, num_elem * typelen, MPI_BYTE, ios->compmaster,
Expand Down

0 comments on commit 30e7878

Please sign in to comment.