Skip to content

Commit

Permalink
clean up of test_perf2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 21, 2019
1 parent 63abea0 commit 27a8638
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/cunit/test_perf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ int test_darray(int iosysid, int ioid, int num_flavors, int *flavor, int my_rank
int varid; /* The ID of the netCDF varable. */
int ret; /* Return code. */
PIO_Offset arraylen = EXPECTED_MAPLEN;
struct timeval starttime, endtime;
long long startt, endt;
long long delta;
int int_fillvalue = NC_FILL_INT;
void *fillvalue = NULL;
int *test_data;
Expand Down Expand Up @@ -163,6 +160,10 @@ int test_darray(int iosysid, int ioid, int num_flavors, int *flavor, int my_rank
* available ways. */
for (int fmt = 0; fmt < num_flavors; fmt++)
{
struct timeval starttime, endtime;
long long startt, endt;
long long delta;

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

0 comments on commit 27a8638

Please sign in to comment.