Skip to content
Snippets Groups Projects
Commit 9d75e289 authored by Benjamin Lindner2's avatar Benjamin Lindner2
Browse files

bundled frames in all-to-all communication

parent 6e616ce7
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,8 @@ void DataStagerByAtom::distribute_coordinates(coor_t* p_coordinates_buffer,std::
for(size_t f = 0; f < LNF; ++f)
{
size_t firstframe = framesbuffer[0][f];
fill_alignedframe(p_alignedframeOUT,maxatoms,firstframe);
coor_t* p_from = &(p_alignedframeOUT[f*(maxatoms*NNPP)*3]);
fill_alignedframe(p_from,maxatoms,firstframe);
}
free(p_alignedframe);
......
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