OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ifront_mod.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| ifront_mod ../engine/share/modules/ifront_mod.F
25!||--- called by ------------------------------------------------------
26!|| spmd_i25_slide_gat ../engine/source/mpi/interfaces/spmd_i25slide.F
27!|| spmd_ifront ../engine/source/mpi/interfaces/spmd_ifront.F
28!||--- uses -----------------------------------------------------
29!|| pointerdef ../engine/share/modules/pointerdef_mod.F
30!||====================================================================
31 MODULE ifront_mod
32
33 USE pointerdef
34 TYPE(int_pointer), DIMENSION(:), ALLOCATABLE :: msgbuf_s, msgbuf_r
35 TYPE(int_pointer), DIMENSION(:), ALLOCATABLE :: sizbuf_s, sizbuf_r
36 INTEGER :: nb_to_recv, icomm, nisubg
37 INTEGER, DIMENSION(:), ALLOCATABLE :: proc_list
38 INTEGER, DIMENSION(:), ALLOCATABLE :: icomm2
39 INTEGER, DIMENSION(:), ALLOCATABLE :: icomm2_send,ICOMM2_RCV
40 INTEGER, DIMENSION(:), ALLOCATABLE :: req_recv_siz, req_recv_msg
41 INTEGER, DIMENSION(:), ALLOCATABLE :: REQ_SEND_SIZ, req_send_msg
42 INTEGER, DIMENSION(:), ALLOCATABLE :: ircom, iscom, iscoms
43 END MODULE ifront_mod
44
integer, dimension(:), allocatable req_recv_msg
Definition ifront_mod.F:40
integer nb_to_recv
Definition ifront_mod.F:36
integer, dimension(:), allocatable proc_list
Definition ifront_mod.F:37
integer, dimension(:), allocatable icomm2_send
Definition ifront_mod.F:39
integer, dimension(:), allocatable req_send_msg
Definition ifront_mod.F:41
integer nisubg
Definition ifront_mod.F:36
integer, dimension(:), allocatable req_recv_siz
Definition ifront_mod.F:40
integer, dimension(:), allocatable ircom
Definition ifront_mod.F:42
type(int_pointer), dimension(:), allocatable sizbuf_r
Definition ifront_mod.F:35
integer, dimension(:), allocatable iscoms
Definition ifront_mod.F:42
integer icomm
Definition ifront_mod.F:36
type(int_pointer), dimension(:), allocatable sizbuf_s
Definition ifront_mod.F:35
integer, dimension(:), allocatable icomm2
Definition ifront_mod.F:38
integer, dimension(:), allocatable iscom
Definition ifront_mod.F:42
type(int_pointer), dimension(:), allocatable msgbuf_r
Definition ifront_mod.F:34
type(int_pointer), dimension(:), allocatable msgbuf_s
Definition ifront_mod.F:34