#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
Go to the source code of this file.
|
| subroutine | c_rbymk (npby, lpby, proc, nslarb_l, nskyrbk_l) |
◆ c_rbymk()
| subroutine c_rbymk |
( |
integer, dimension(nirbym,*) | npby, |
|
|
integer, dimension(*) | lpby, |
|
|
integer | proc, |
|
|
integer | nslarb_l, |
|
|
integer | nskyrbk_l ) |
Definition at line 32 of file c_rbymk.F.
33
34
35
36
37
38
39#include "implicit_f.inc"
40
41
42
43#include "com01_c.inc"
44#include "com04_c.inc"
45
46
47
48 INTEGER PROC, NSLARB_L, NSKYRB_L, NSKYRBK_L,
49 . NPBY(NIRBYM,*), LPBY(*)
50
51
52
53 INTEGER NLOCAL
55
56
57
58 INTEGER NSL, K, KK, N, NN
59
60 nslarb_l = 0
61 k = 0
62 DO n = 1, nrbym
63 nsl=npby(2,n)
64 DO kk = 1, nsl
65 nn = lpby(k+kk)
66 IF(
nlocal(nn,proc+1)==1)
THEN
67 nslarb_l = nslarb_l + 1
68 ENDIF
69 ENDDO
70 k = k + nsl
71 ENDDO
72 IF(ipari0/=0) nskyrbk_l = nslarb_l
73
74 RETURN