ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/UseTheForce/DarkSide/simParallel_interface.F90
(Generate patch)

Comparing trunk/OOPSE-3.0/src/UseTheForce/DarkSide/simParallel_interface.F90 (file contents):
Revision 1948 by gezelter, Fri Jan 14 20:31:16 2005 UTC vs.
Revision 1949 by gezelter, Fri Jan 14 20:48:42 2005 UTC

# Line 1 | Line 1
1   #ifdef IS_MPI
2   subroutine setFsimParallel(thisComponentPlan, nAtomTags, atomTags, &
3       nGroupTags, groupTags, status)
4 +
5    use mpiSimulation
6    
7    !! Passed Arguments
# Line 14 | Line 15 | subroutine setFsimParallel(thisComponentPlan, nAtomTag
15    !! Global reference tag for local particles
16    integer, dimension(nAtomTags), intent(inout) :: atomTags
17    integer, dimension(nGroupTags), intent(inout) :: groupTags
18 <  
18 >
19    call setupSimParallel(thisComponentPlan, nAtomTags, atomTags, &
20 <       nGroupTags, groupTags, status)
20 >       nGroupTags, groupTags, status)  
21    
21  
22   end subroutine setFsimParallel
23 < #endif
23 >
24 > #else
25 >
26 > !! Dummy routine so that we don't have an empty compilation unit:
27 >
28 > subroutine setFsimParallel(status)
29 >
30 >  integer, intent(out) :: status
31 >  status = 0
32 >  return
33 >
34 > end subroutine setFsimParallel
35 >
36 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines