Commit 69f3500d authored by solomon's avatar solomon
Browse files

Added timing printf

parent 84bdbab4
......@@ -2982,7 +2982,7 @@ int dist_tensor<dtype>::
if (get_global_comm().rank == 0)
ctrf->print();
#endif
double dtt = MPI_Wtime();
if (get_global_comm().rank == 0){
DPRINTF(1,"[%d] performing contraction\n",
get_global_comm().rank);
......@@ -3007,7 +3007,7 @@ int dist_tensor<dtype>::
stat = zero_out_padding(type->tid_C);
#endif
if (get_global_comm().rank == 0){
DPRINTF(1, "Contraction completed.\n");
VPRINTF(1, "Contraction permutation completed in %lf sec.\n",MPI_Wtime()-dtt);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment