| 7 |
|
!! |
| 8 |
|
!! @author Charles F. Vardeman II |
| 9 |
|
!! @author Matthew Meineke |
| 10 |
< |
!! @version $Id: mpiSimulation_module.F90,v 1.1.1.1 2003-03-21 17:42:12 mmeineke Exp $, $Date: 2003-03-21 17:42:12 $, $Name: not supported by cvs2svn $, $Revision: 1.1.1.1 $ |
| 10 |
> |
!! @version $Id: mpiSimulation_module.F90,v 1.2 2003-03-26 23:14:02 gezelter Exp $, $Date: 2003-03-26 23:14:02 $, $Name: not supported by cvs2svn $, $Revision: 1.2 $ |
| 11 |
|
|
| 12 |
|
module mpiSimulation |
| 13 |
|
use definitions |
| 662 |
|
write(default_error,*) "nBondGlobal: ", mpiSim%nBondsGlobal |
| 663 |
|
write(default_error,*) "nTorsionsGlobal: ", mpiSim%nTorsionsGlobal |
| 664 |
|
write(default_error,*) "nSRIGlobal: ", mpiSim%nSRIGlobal |
| 665 |
– |
write(default_error,*) "myMolStart: ", mpiSim%myMolStart |
| 666 |
– |
write(default_error,*) "myMolEnd: ", mpiSim%myMolEnd |
| 667 |
– |
write(default_error,*) "myMol: ", mpiSim%myMol |
| 665 |
|
write(default_error,*) "myNlocal: ", mpiSim%myNlocal |
| 666 |
|
write(default_error,*) "myNode: ", mpiSim%myNode |
| 667 |
|
write(default_error,*) "numberProcessors: ", mpiSim%numberProcessors |