Commit 19bbff5c authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

minor update to message

parent e1a99f2e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -276,9 +276,9 @@ int main(int argc, char *argv[])


 printf("total_gflops=%lf \n", total_gflops );
 printf("test_vbatch:memory for Amat=%lf GBytes\n", gmemA_gbytes );
 printf("test_vbatch:memory for Bmat=%lf GBytes\n", gmemB_gbytes );
 printf("test_vbatch:memory for BXmat=%lf GBytes\n", gmemBX_gbytes );
 printf("test_vbatch:estimated memory for Amat=%lf GBytes\n", gmemA_gbytes );
 printf("test_vbatch:estimated memory for Bmat=%lf GBytes\n", gmemB_gbytes );
 printf("test_vbatch:estimated memory for BXmat=%lf GBytes\n", gmemBX_gbytes );

 }