File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ void PrintShortSummary(IOR_test_t * test)
705
705
if (rank != 0 || verbose <= VERBOSE_0 )
706
706
return ;
707
707
708
- PrintArrayEnd ();
708
+ // PrintArrayEnd();
709
709
710
710
reps = params -> repetitions ;
711
711
Original file line number Diff line number Diff line change @@ -1162,15 +1162,6 @@ static void TestIoSys(IOR_test_t *test)
1162
1162
void * hog_buf ;
1163
1163
IOR_io_buffers ioBuffers ;
1164
1164
1165
- if (rank == 0 && verbose >= VERBOSE_1 ) {
1166
- fprintf (out_logfile , "Participating tasks : %d\n" , params -> numTasks );
1167
- fflush (out_logfile );
1168
- }
1169
- if (rank == 0 && params -> reorderTasks == TRUE && verbose >= VERBOSE_1 ) {
1170
- fprintf (out_logfile ,
1171
- "Using reorderTasks '-C' (useful to avoid read cache in client)\n" );
1172
- fflush (out_logfile );
1173
- }
1174
1165
/* show test setup */
1175
1166
if (rank == 0 && verbose >= VERBOSE_0 )
1176
1167
ShowSetup (params );
@@ -1261,7 +1252,7 @@ static void TestIoSys(IOR_test_t *test)
1261
1252
if (params -> intraTestBarriers )
1262
1253
MPI_CHECK (MPI_Barrier (testComm ),
1263
1254
"barrier error" );
1264
- if (rank == 0 && verbose >= VERBOSE_1 ) {
1255
+ if (rank == 0 && verbose >= VERBOSE_3 ) {
1265
1256
fprintf (out_logfile ,
1266
1257
"Commencing write performance test: %s" ,
1267
1258
CurrentTimeString ());
@@ -1419,7 +1410,7 @@ static void TestIoSys(IOR_test_t *test)
1419
1410
if (params -> intraTestBarriers )
1420
1411
MPI_CHECK (MPI_Barrier (testComm ),
1421
1412
"barrier error" );
1422
- if (rank == 0 && verbose >= VERBOSE_1 ) {
1413
+ if (rank == 0 && verbose >= VERBOSE_3 ) {
1423
1414
fprintf (out_logfile ,
1424
1415
"Commencing read performance test: %s\n" ,
1425
1416
CurrentTimeString ());
You can’t perform that action at this time.
0 commit comments