Skip to content
Snippets Groups Projects
Commit 3d5ac927 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

even smaller change


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1238 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 472a45e0
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,6 @@ vector < vector < double > > MpAccessSTAR_MPI :: gcollect (const vector < double
vector < ObjectStream > MpAccessSTAR_MPI :: gcollect (const ObjectStream & in) const
{
static const int call_site_id = getNextCallSiteId();
// number of processes
const int np = psize ();
......@@ -275,6 +274,7 @@ vector < ObjectStream > MpAccessSTAR_MPI :: gcollect (const ObjectStream & in) c
char * y = ObjectStream :: allocateBuffer(bufSize);
assert (y) ;
static const int call_site_id = getNextCallSiteId();
// gather all data
MY_INT_TEST STAR_Allgatherv (in._buf + in._rb, snum, MPI_BYTE, y, rcounts, displ, MPI_BYTE, _mpiComm, call_site_id) ;
assert (test == MPI_SUCCESS) ;
......
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