Skip to content

Commit

Permalink
removed 2d decomp
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Feb 19, 2019
1 parent 4ce3704 commit 9427840
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/cunit/test_perf1.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,6 @@ int run_benchmark(int iosysid, int num_flavors, int *flavor, int my_rank,
gettimeofday(&starttime, NULL);

/* Decompose the data over the tasks. */
if ((ret = create_decomposition_2d(TARGET_NTASKS, my_rank, iosysid, dim_len_2d,
&ioid, pio_type[t])))
return ret;
if ((ret = create_decomposition_3d(TARGET_NTASKS, my_rank, iosysid, dim_len_3d,
&ioid3, pio_type[t])))
return ret;
Expand All @@ -355,8 +352,6 @@ int run_benchmark(int iosysid, int num_flavors, int *flavor, int my_rank,
return ret;

/* Free the PIO decomposition. */
if ((ret = PIOc_freedecomp(iosysid, ioid)))
ERR(ret);
if ((ret = PIOc_freedecomp(iosysid, ioid3)))
ERR(ret);
gettimeofday(&endtime, NULL);
Expand Down

0 comments on commit 9427840

Please sign in to comment.