ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/wrappers.F90
(Generate patch)

Comparing trunk/mdtools/md_code/wrappers.F90 (file contents):
Revision 243 by mmeineke, Thu Jan 23 16:21:09 2003 UTC vs.
Revision 245 by mmeineke, Fri Jan 24 21:25:08 2003 UTC

# Line 8 | Line 8 | end subroutine wrapSimMod
8   end subroutine wrapSimMod
9  
10  
11 +
12 + #ifdef IS_MPI
13 +
14 + subroutine wrapSimParallelMod(infoWrapper)
15 +  use mpiSimulation
16 +  
17 +  external infoWrapper
18 +  
19 +  infoWrapper( setupSimParallel )
20 +
21 + end subroutine wrapSimParallelMod
22 +
23 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines