16 |
|
void divideLabor( void ); |
17 |
|
|
18 |
|
int getMyNode(void) { return myNode; } |
19 |
< |
int getnumberProcessors(void) { return numberProcessors; } |
19 |
> |
int getNumberProcessors(void) { return numberProcessors; } |
20 |
|
int getMyMolStart( void ) { return myMolStart; } |
21 |
|
int getMyMolEnd( void ) { return myMlEnd; } |
22 |
|
int getMyMol( void ) { return myMol; } |
37 |
|
|
38 |
|
}; |
39 |
|
|
40 |
+ |
|
41 |
+ |
/** |
42 |
+ |
The following pointer is the global declaration of the mpiSim |
43 |
+ |
object created when the mpiSimulation creation routine is |
44 |
+ |
called. Every one who includes the header file will then have |
45 |
+ |
access to all of the routines in mnpiSimulation class. |
46 |
+ |
*/ |
47 |
+ |
|
48 |
|
extern mpiSimulation* mpiSim; |
49 |
|
|
50 |
|
#endif |