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