From 24028956e7f05d937396113406ab65319f1b48e1 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 1 Apr 2019 03:44:47 -0600 Subject: [PATCH] more work on performance program --- tests/cunit/test_perf2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cunit/test_perf2.c b/tests/cunit/test_perf2.c index 56806e5dc5a..75995b879bc 100644 --- a/tests/cunit/test_perf2.c +++ b/tests/cunit/test_perf2.c @@ -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)))