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

Go to the source code of this file.

Functions/Subroutines

subroutine wrtdes0 (ng, wa, ii, iform)

Function/Subroutine Documentation

◆ wrtdes0()

subroutine wrtdes0 ( integer ng,
wa,
integer ii,
integer iform )

Definition at line 31 of file wrtdes0.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "task_c.inc"
40#include "com01_c.inc"
41C-----------------------------------------------
42 INTEGER NG,II,IFORM
43 my_real :: wa(*)
44C-----------------------------------------------
45 IF(nspmd > 1) CALL spmd_glob_dsum9(wa,ii)
46 IF (ispmd==0) CALL wrtdes(wa,wa,ii,iform,1)
47 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine spmd_glob_dsum9(v, len)
Definition spmd_th.F:380
subroutine wrtdes(a, ia, l, iform, ir)
Definition wrtdes.F:45