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

fixed all_to_all

parent 6247cd57
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ void DataStagerByAtom::distribute_coordinates(coor_t* p_coordinates_buffer,std::
coor_t* p_from = &(p_coordinates_buffer[f*NA*3]);
copyalign_frame(p_alignedframe,p_from,maxatoms);
boost::mpi::all_to_all(partitioncomm_,p_alignedframe,maxatoms,p_alignedframeOUT);
boost::mpi::all_to_all(partitioncomm_,p_alignedframe,3*maxatoms,p_alignedframeOUT);
fill_alignedframe(p_alignedframeOUT,maxatoms,firstframe);
}
......
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