55 |
|
simError(); |
56 |
|
} |
57 |
|
} |
58 |
< |
|
58 |
> |
|
59 |
|
in_name = argv[1]; |
60 |
|
|
61 |
|
strcpy( checkPointMsg, "Successful number of arguments" ); |
71 |
|
startMe->parseFile( in_name ); |
72 |
|
startMe->createSim(); |
73 |
|
|
74 |
< |
// end it here for now |
75 |
< |
|
74 |
> |
delete startMe; |
75 |
> |
|
76 |
> |
entry_plug->the_integrator->integrate(); |
77 |
> |
|
78 |
|
strcpy( checkPointMsg, "Oh what a lovely Tea Party!" ); |
79 |
|
MPIcheckPoint(); |
80 |
< |
|
80 |
> |
|
81 |
|
MPI_Finalize(); |
82 |
|
return 0 ; |
81 |
– |
|
82 |
– |
// delete startMe; |
83 |
– |
|
84 |
– |
// entry_plug->the_integrator->integrate(); |
85 |
– |
|
86 |
– |
// strcpy( checkPointMsg, "Oh what a lovely Tea Party!" ); |
87 |
– |
// MPIcheckPoint(); |
88 |
– |
|
89 |
– |
// MPI_Finalize(); |
90 |
– |
// return 0 ; |
83 |
|
} |
84 |
|
|
85 |
|
|