Skip to content
Snippets Groups Projects
Commit 7ba05dc8 authored by Alperen, Abdullah's avatar Alperen, Abdullah
Browse files

PuReMD: fix qeq init timing

parent dd6173c3
No related branches found
No related tags found
No related merge requests found
...@@ -725,11 +725,11 @@ void Init_Forces( reax_system *system, control_params *control, ...@@ -725,11 +725,11 @@ void Init_Forces( reax_system *system, control_params *control,
} }
} }
/*MPI_Reduce(&t_cm_init, &total_cm_init, 1, MPI_DOUBLE, MPI_SUM, MASTER_NODE, mpi_data->world); MPI_Reduce(&t_cm_init, &total_cm_init, 1, MPI_DOUBLE, MPI_SUM, MASTER_NODE, mpi_data->world);
if( system->my_rank == MASTER_NODE ) if( system->my_rank == MASTER_NODE )
{ {
data->timing.init_qeq += total_cm_init / control->nprocs; data->timing.init_qeq += total_cm_init / control->nprocs;
}*/ }
#if defined(DEBUG) #if defined(DEBUG)
Print_Sparse_Matrix2( system, H, NULL ); Print_Sparse_Matrix2( system, H, NULL );
......
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