60 TYPE(t_region
),
POINTER :: regions(:)
66 CHARACTER(CHRLEN) :: rcsidentstring
67 TYPE(t_region
),
POINTER :: region
73 rcsidentstring =
'$RCSfile: PLAG_PatchUpdateWrapper.F90,v $ $Revision: 1.3 $'
75 global => regions(1)%global
78 'PLAG_PatchUpdateWrapper.F90' )
82 IF (.NOT. global%plagUsed) goto 999
86 DO ireg=1,global%nRegions
88 IF (regions(ireg)%procid==global%myProcid .AND. &
89 regions(ireg)%active==active )
THEN
97 DO ireg=1,global%nRegions
99 IF (regions(ireg)%procid==global%myProcid .AND. &
100 regions(ireg)%active==active )
THEN
101 region => regions(ireg)
subroutine plag_patchupdate(regions, iReg)
subroutine registerfunction(global, funName, fileName)
subroutine plag_patchbuffersendrecv(regions)
subroutine plag_noncvupdate(region)
subroutine deregisterfunction(global)
subroutine plag_patchupdatewrapper(regions)