#include "implicit_f.inc"
#include "task_c.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | donerby (irby, nerby, npby, nerbt) |
◆ donerby()
| subroutine donerby |
( |
integer | irby, |
|
|
integer | nerby, |
|
|
integer, dimension(nnpby,*) | npby, |
|
|
integer, dimension(*) | nerbt ) |
Definition at line 28 of file donerby.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36#include "task_c.inc"
37#include "param_c.inc"
38
39
40
41 INTEGER IRBY,NERBY,
42 . NPBY(NNPBY,*),NERBT(*)
43
44
45
46 IF (ispmd==0) THEN
47 nerby = nerby + nerbt(irby)
48 ENDIF
49 RETURN