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

Go to the source code of this file.

Functions/Subroutines

subroutine spmd_kill (icode)

Function/Subroutine Documentation

◆ spmd_kill()

subroutine spmd_kill ( integer icode)

Definition at line 72 of file spmd_kill.F.

73C-----------------------------------------------
74C I m p l i c i t T y p e s
75C-----------------------------------------------
76 USE spmd_comm_world_mod, ONLY : spmd_comm_world
77#include "implicit_f.inc"
78C-----------------------------------------------
79C D u m m y A r g u m e n t s
80C-----------------------------------------------
81 INTEGER ICODE
82C-----------------------------------------------
83C S o u r c e L i n e s
84C-----------------------------------------------
85 CALL my_exit(icode)
void my_exit(int *i)
Definition analyse.c:1038