Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/slavecommunication.cc
[mareframe] / trunk / gadget / slavecommunication.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/slavecommunication.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10, Wed Jun 10 13:01:42 2015 UTC revision 11, Thu Jul 23 19:00:38 2015 UTC
# Line 300  Line 300 
300    
301          for (i = 0; i < numVar; i++)          for (i = 0; i < numVar; i++)
302          {          {
   
303                  MPI_Recv(tempString, MaxStrLength, MPI_BYTE, 0,MPI_ANY_TAG, parentcomm, &status);                  MPI_Recv(tempString, MaxStrLength, MPI_BYTE, 0,MPI_ANY_TAG, parentcomm, &status);
304          Parameter pm(tempString);          Parameter pm(tempString);
305          netDataStr.resize(pm);          netDataStr.resize(pm);

Legend:
Removed from v.10  
changed lines
  Added in v.11

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge