ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/UseTheForce/DarkSide/simParallel_interface.F90
Revision: 1442
Committed: Mon May 10 17:28:26 2010 UTC (14 years, 11 months ago) by gezelter
File size: 728 byte(s)
Log Message:
Adding property set to svn entries

File Contents

# Content
1 subroutine setFsimParallel(thisComponentPlan, nAtomTags, atomTags, &
2 nGroupTags, groupTags, status)
3
4 use mpiSimulation
5
6 !! Passed Arguments
7 !! mpiComponentPlan struct from C
8 type (mpiComponentPlan), intent(inout) :: thisComponentPlan
9 !! Number of tags passed
10 integer, intent(in) :: nAtomTags, nGroupTags
11 !! Result status, 0 = normal, -1 = error
12 integer, intent(out) :: status
13 integer :: localStatus
14 !! Global reference tag for local particles
15 integer, dimension(nAtomTags), intent(inout) :: atomTags
16 integer, dimension(nGroupTags), intent(inout) :: groupTags
17
18 call setupSimParallel(thisComponentPlan, nAtomTags, atomTags, &
19 nGroupTags, groupTags, status)
20
21 end subroutine setFsimParallel
22

Properties

Name Value
svn:keywords Author Id Revision Date