Skip to content
Snippets Groups Projects
Commit 044b1d7a authored by Camille Coti's avatar Camille Coti
Browse files

Output

parent fe9f3d29
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ int main( int argc, char** argv ){
MPI_Comm_size( MPI_COMM_WORLD, &size );
// std::cout << "Time: ";
//std::cout << "parallel " << ( tv_para - tv_start ) / 1e6 << " ";
std::cout << size << "\t" << tostart << "\t" << ( tv_para - tv_start ) / 1e6 << " ";
std::cout << size << "\t" << tostart << "\t" << N << "\t" << ( tv_para - tv_start ) / 1e6 << " ";
#if DEBUG
std::cout << "sequential " << ( tv_seq - tv_para ) / 1e6 << " ";
/* this verification does not work, the manual one (copy-paste in ginsh) works */
......
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