| 35 |
|
* |
| 36 |
|
* [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). |
| 37 |
|
* [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). |
| 38 |
< |
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). |
| 38 |
> |
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008). |
| 39 |
|
* [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). |
| 40 |
|
* [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). |
| 41 |
|
* [6] Kuang & Gezelter, Mol. Phys., 110, 691-701 (2012). |
| 72 |
|
// first things first, all of the initializations |
| 73 |
|
|
| 74 |
|
#ifdef IS_MPI |
| 75 |
< |
MPI::Init( argc, argv ); // the MPI communicators |
| 75 |
> |
MPI_Init( &argc, &argv ); // the MPI communicators |
| 76 |
|
#endif |
| 77 |
|
|
| 78 |
|
initSimError(); // the error handler |
| 99 |
|
" | / __ \\____ ___ ____ / |/ // __ \\ The Open Molecular Dynamics |\n"<< |
| 100 |
|
" | / / / / __ \\/ _ \\/ __ \\ / /|_/ // / / / Engine (formerly OOPSE). |\n"<< |
| 101 |
|
" | / /_/ / /_/ / __/ / / // / / // /_/ / |\n"<< |
| 102 |
< |
" | \\____/ .___/\\___/_/ /_//_/ /_//_____/ Copyright 2004-2012 by the |\n"<< |
| 102 |
> |
" | \\____/ .___/\\___/_/ /_//_/ /_//_____/ Copyright 2004-2013 by the |\n"<< |
| 103 |
|
" | /_/ University of Notre Dame. |\n"<< |
| 104 |
|
" | |\n"<< |
| 105 |
|
" | version " << |
| 106 |
|
OPENMD_VERSION_MAJOR << "." << OPENMD_VERSION_MINOR << revision << |
| 107 |
< |
" http://www.openmd.net |\n"<< |
| 107 |
> |
" http://www.openmd.org |\n"<< |
| 108 |
|
" | |\n"<< |
| 109 |
|
" | OpenMD is an OpenScience project. All source code is available for any |\n"<< |
| 110 |
|
" | use whatsoever under a BSD-style license. |\n"<< |
| 115 |
|
" | |\n"<< |
| 116 |
|
" | [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). |\n"<< |
| 117 |
|
" | [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). |\n"<< |
| 118 |
< |
" | [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). |\n"<< |
| 118 |
> |
" | [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008). |\n"<< |
| 119 |
|
" | [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). |\n"<< |
| 120 |
|
" | [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). |\n"<< |
| 121 |
|
" | [6] Kuang & Gezelter, Mol. Phys., 110, 691-701 (2012). |\n"<< |
| 229 |
|
errorCheckPoint(); |
| 230 |
|
|
| 231 |
|
#ifdef IS_MPI |
| 232 |
< |
MPI::Finalize(); |
| 232 |
> |
MPI_Finalize(); |
| 233 |
|
#endif |
| 234 |
|
|
| 235 |
|
return 0 ; |