#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | c_rbyk (npby, lpby, proc, nslarb_l, nskyrbk_l) |
◆ c_rbyk()
| subroutine c_rbyk |
( |
integer, dimension(nnpby,*) | npby, |
|
|
integer, dimension(*) | lpby, |
|
|
integer | proc, |
|
|
integer | nslarb_l, |
|
|
integer | nskyrbk_l ) |
Definition at line 31 of file c_rbyk.F.
32
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#include "param_c.inc"
46
47
48
49 INTEGER PROC, NSLARB_L, NSKYRB_L, NSKYRBK_L,
50 . NPBY(NNPBY,*), LPBY(*)
51
52
53
54 INTEGER NLOCAL
56
57
58
59 INTEGER NSL, K, KK, N, NN
60
61 nslarb_l = 0
62 k = 0
63 DO n = 1, nrbykin
64 nsl=npby(2,n)
65 DO kk = 1, nsl
66 nn = lpby(k+kk)
67 IF(
nlocal(nn,proc+1)==1)
THEN
68 nslarb_l = nslarb_l + 1
69 ENDIF
70 ENDDO
71 k = k + nsl
72 ENDDO
73 IF(ipari0/=0) nskyrbk_l = nslarb_l
74
75 RETURN