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

added experimental all-to-all exchange for modulo logic in atom stager

parent 06dbea62
No related branches found
No related tags found
Loading
......@@ -485,6 +485,8 @@ void DataStagerByAtom::distribute_coordinates(coor_t* p_coordinates_buffer,std::
boost::mpi::all_to_all(partitioncomm_,p_alignedframe,maxatoms,p_alignedframeOUT);
fill_alignedframe(p_alignedframeOUT,maxatoms,firstframe);
}
free(p_alignedframe);
free(p_alignedframeOUT);
}
//void DataStagerByAtom::distribute_coordinates(coor_t* p_coordinates_buffer,std::vector<std::vector<size_t> >& framesbuffer,size_t s) {
......
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