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/paramin-beta/slavecommunication.cc
[mareframe] / trunk / paramin-beta / slavecommunication.cc Repository:
ViewVC logotype

Diff of /trunk/paramin-beta/slavecommunication.cc

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

revision 5, Sun May 10 12:04:01 2015 UTC revision 6, Sun May 10 20:56:01 2015 UTC
# Line 298  Line 298 
298    
299          for (i = 0; i < numVar; i++)          for (i = 0; i < numVar; i++)
300          {          {
301                  MPI_Recv(tempString, MaxStrLength, MPI_BYTE, 0,MPI_ANY_TAG, parentcomm, &status);                  strncpy(tempString, "\0", MaxStrLength+1);
302                    MPI_Recv(tempString, MaxStrLength, MPI_CHAR, 0,MPI_ANY_TAG, parentcomm, &status);
303          Parameter pm(tempString);          Parameter pm(tempString);
304          netDataStr.resize(pm);          netDataStr.resize(pm);
305          }          }

Legend:
Removed from v.5  
changed lines
  Added in v.6

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

Powered By FusionForge