| 28 |
|
"Parse tree error: The head node was not the global node.\n" ); |
| 29 |
|
painCave.isFatal = 1; |
| 30 |
|
simError(); |
| 31 |
+ |
#ifdef IS_MPI |
| 32 |
+ |
mpiInterfaceExit(); |
| 33 |
+ |
#endif //is_mpi |
| 34 |
|
} |
| 35 |
|
|
| 36 |
|
global_namespc.index = 0; |
| 38 |
|
|
| 39 |
|
mol_index = 0; |
| 40 |
|
comp_index = 0; |
| 41 |
< |
walk_down( head_node->next_stmt, global_namespc ); // closed global namespace + exit |
| 41 |
> |
walk_down( head_node->next_stmt, global_namespc ); |
| 42 |
> |
// closed global namespace and exit |
| 43 |
|
|
| 44 |
|
} |
| 45 |
|
|
| 388 |
|
|
| 389 |
|
painCave.isFatal = 1; |
| 390 |
|
simError(); |
| 391 |
+ |
#ifdef IS_MPI |
| 392 |
+ |
mpiInterfaceExit(); |
| 393 |
+ |
#endif //is_mpi |
| 394 |
+ |
|
| 395 |
|
} |
| 396 |
|
|
| 397 |
|
|