Skip to content
Snippets Groups Projects
Commit 166d79f8 authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

PuReMD-old: note barrier removal for later.

parent 8a6b0c8b
No related branches found
No related tags found
No related merge requests found
......@@ -433,6 +433,7 @@ void QEq( reax_system *system, control_params *control, simulation_data *data,
}
}
//TODO: used for timing to sync processors going into the linear solve, but remove for production code
MPI_Barrier( mpi_data->world );
for ( j = 0; j < system->n; ++j )
workspace->s[j] = workspace->x[j][0];
......
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