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 7, Mon May 11 07:50:15 2015 UTC revision 8, Mon May 11 11:12:20 2015 UTC
# Line 301  Line 301 
301          for (i = 0; i < numVar; i++)          for (i = 0; i < numVar; i++)
302          {          {
303                  strncpy(tempString, "\0", MaxStrLength+1);                  strncpy(tempString, "\0", MaxStrLength+1);
304                  MPI_Recv(tempString, MaxStrLength, MPI_CHAR, 0,MPI_ANY_TAG, parentcomm, &status);                  MPI_Recv(tempString, MaxStrLength, MPI_BYTE, 0,MPI_ANY_TAG, parentcomm, &status);
305          Parameter pm(tempString);          Parameter pm(tempString);
306          netDataStr.resize(pm);          netDataStr.resize(pm);
307          }          }

Legend:
Removed from v.7  
changed lines
  Added in v.8

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

Powered By FusionForge