Skip to content

Commit

Permalink
more work on performance program
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Apr 1, 2019
1 parent 3598cb5 commit 2402895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cunit/test_perf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ int test_darray(int iosysid, int ioid, int num_flavors, int *flavor, int my_rank
long long delta;

/* Create the filename. */
/* sprintf(filename, "data_%s_iotype_%d.nc", TEST_NAME, flavor[fmt]); */
sprintf(filename, "data__iotype_.nc");
sprintf(filename, "data_%s_iotype_%d_rearr_%d.nc", TEST_NAME, flavor[fmt],
rearranger);

/* Create the netCDF output file. */
if ((ret = PIOc_createfile(iosysid, &ncid, &flavor[fmt], filename, PIO_CLOBBER)))
Expand Down

0 comments on commit 2402895

Please sign in to comment.