#include "implicit_f.inc"
#include "spmd.inc"
#include "task_c.inc"
Go to the source code of this file.
◆ spmd_fvb_scat_num_noda()
| subroutine spmd_fvb_scat_num_noda |
( |
integer | ifv, |
|
|
| vector, |
|
|
integer | len ) |
Definition at line 33 of file spmd_fvb_scat_num_noda.F.
34
35
36
38
39
40
41 USE spmd_comm_world_mod, ONLY : spmd_comm_world
42#include "implicit_f.inc"
43
44
45
46#include "spmd.inc"
47
48
49
50#include "task_c.inc"
51
52
53
55 * vector(*)
56 INTEGER LEN,IFV
57
58
59
60#ifdef MPI
61 INTEGER IERR,
62
63
65 CALL mpi_bcast(vector, len, real, pmain-1,
66 . spmd_comm_world, ierr)
67
68#endif
69 RETURN
subroutine mpi_bcast(buffer, cnt, datatype, root, comm, ierr)
type(fvbag_spmd), dimension(:), allocatable fvspmd