OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
spmd_fvb_scat_num_noda.F File Reference
#include "implicit_f.inc"
#include "spmd.inc"
#include "task_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine spmd_fvb_scat_num_noda (ifv, vector, len)

Function/Subroutine Documentation

◆ 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.

34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE fvbag_mod
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41 USE spmd_comm_world_mod, ONLY : spmd_comm_world
42#include "implicit_f.inc"
43C-----------------------------------------------------------------
44C M e s s a g e P a s s i n g
45C-----------------------------------------------
46#include "spmd.inc"
47C-----------------------------------------------
48C C o m m o n B l o c k s
49C-----------------------------------------------
50#include "task_c.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
55 * vector(*)
56 INTEGER LEN,IFV
57C-----------------------------------------------
58C L o c a l V a r i a b l e s
59C-----------------------------------------------
60#ifdef MPI
61 INTEGER IERR,PMAIN
62C-----------------------------------------------
63
64 pmain=fvspmd(ifv)%PMAIN
65 CALL mpi_bcast(vector, len, real, pmain-1,
66 . spmd_comm_world, ierr)
67
68#endif
69 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine mpi_bcast(buffer, cnt, datatype, root, comm, ierr)
Definition mpi.f:205
type(fvbag_spmd), dimension(:), allocatable fvspmd
Definition fvbag_mod.F:129