| 23 |
|
|
| 24 |
|
entry_plug = the_entry_plug; |
| 25 |
|
|
| 26 |
+ |
std::cerr << "Look at me I'm a freebird!\n"; |
| 27 |
+ |
|
| 28 |
|
#ifdef IS_MPI |
| 29 |
|
if(worldRank == 0 ){ |
| 30 |
|
#endif // is_mpi |
| 43 |
|
painCave.isFatal = 1; |
| 44 |
|
simError(); |
| 45 |
|
} |
| 46 |
< |
|
| 46 |
> |
|
| 47 |
> |
std::cerr << "me TOO!\n"; |
| 48 |
> |
|
| 49 |
|
//outFile.setf( ios::scientific ); |
| 50 |
|
|
| 51 |
|
#ifdef IS_MPI |
| 76 |
|
char tempBuffer[BUFFERSIZE]; |
| 77 |
|
char writeLine[BUFFERSIZE]; |
| 78 |
|
|
| 79 |
< |
int i, j, which_node, done, game_over, which_atom, local_index; |
| 79 |
> |
int i, j, which_node, done, which_atom, local_index; |
| 80 |
|
double q[4]; |
| 81 |
|
DirectionalAtom* dAtom; |
| 82 |
|
int nAtoms = entry_plug->n_atoms; |