ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/mpiSimulation.hpp
(Generate patch)

Comparing trunk/mdtools/headers/mpiSimulation.hpp (file contents):
Revision 131 by chuckv, Wed Oct 9 22:29:40 2002 UTC vs.
Revision 134 by chuckv, Fri Oct 11 15:09:09 2002 UTC

# Line 20 | Line 20 | class mpiSimulation{ (protected)
20      int  numberProcessors;
21      int  myNode;
22      int  processorNameLen;
23 <    char processorName[MPI_MAX_PROCESSOR_NAME];
23 >    char* processorName;
24      int  natomsRow,natomsCol,natomsStart,natomsEnd;
25      int  numberCols,numberRows;
26      int  nmolsRow,nmolsCol,nmolsLocal;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines