Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ae8433c9 authored by Nathalie Furmento's avatar Nathalie Furmento
Browse files

timing: partly revert #195a1bf8 for output format

parent 8786012a
No related branches found
No related tags found
1 merge request!134timing: partly revert #195a1bf8b6f3 for output format
......@@ -141,11 +141,8 @@ Test(int64_t n, int *iparam) {
return 0;
}
if ( CHAMELEON_My_Mpi_Rank() == 0 ) {
printf( "%10d %7d %7d %7d %7d ", iparam[IPARAM_THRDNBR],
iparam[IPARAM_M], iparam[IPARAM_N],
iparam[IPARAM_NB], iparam[IPARAM_K] );
}
if ( CHAMELEON_My_Mpi_Rank() == 0)
printf( "%7d %7d %7d ", iparam[IPARAM_M], iparam[IPARAM_N], iparam[IPARAM_K] );
fflush( stdout );
t = (double*)malloc(niter*sizeof(double));
......@@ -426,7 +423,7 @@ print_header(char *prog_name, int * iparam) {
iparam[IPARAM_IB],
eps );
printf( "# Threads M N NB K/NRHS seconds Gflop/s Deviation%s%s\n",
printf( "# M N K/NRHS seconds Gflop/s Deviation%s%s\n",
bound_header, iparam[IPARAM_INVERSE] ? inverse_header : check_header);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment