#include "implicit_f.inc"
#include "spmd.inc"
#include "task_c.inc"
Go to the source code of this file.
◆ spmd_rbcast_subcomm()
| subroutine spmd_rbcast_subcomm |
( |
| buffer, |
|
|
integer | n, |
|
|
integer | from, |
|
|
integer | comm ) |
Definition at line 31 of file spmd_rbcast_subcomm.F.
32
33
34
35
36#include "implicit_f.inc"
37
38
39
40#include "spmd.inc"
41
42
43
44#include "task_c.inc"
45
46
47
48 INTEGER N
49 INTEGER FROM
50 INTEGER COMM
52
53
54
55#ifdef MPI
56 INTEGER STATUS(MPI_STATUS_SIZE),IERROR
57
58
59
60
61
62 IF( comm /= mpi_comm_null) THEN
64 . comm,ierror)
65 ENDIF
66
67#endif
68 RETURN
subroutine mpi_bcast(buffer, cnt, datatype, root, comm, ierr)