Skip to content

Commit

Permalink
turned pnetcdf back on in test_intercomm
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 8, 2016
1 parent 4a391ca commit 07bf495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_intercomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ main(int argc, char **argv)
* and when the do, they should go straight to finalize. */
if (comp_task)
{
for (int fmt = 1; fmt < NUM_NETCDF_FLAVORS; fmt++)
for (int fmt = 0; fmt < NUM_NETCDF_FLAVORS; fmt++)
{
int ncid, varid, dimid;
PIO_Offset start[NDIM], count[NDIM] = {0};
Expand Down

0 comments on commit 07bf495

Please sign in to comment.