OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
omp_tps_common_m.F
Go to the documentation of this file.
1C
2C This file is part of MUMPS 5.5.1, released
3C on Tue Jul 12 13:17:24 UTC 2022
4C
5C
6C Copyright 1991-2022 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
7C Mumps Technologies, University of Bordeaux.
8C
9C This version of MUMPS is provided to you free of charge. It is
10C released under the CeCILL-C license
11C (see doc/CeCILL-C_V1-en.txt, doc/CeCILL-C_V1-fr.txt, and
12C https://cecill.info/licences/Licence_CeCILL-C_V1-en.html)
13C
16 INTEGER :: liw, lpool, leaf, ioldps
17 INTEGER(8) :: la, POSFAC, lrlu, lrlus, lrlusm, iptrlu, poselt
18 INTEGER :: inode, ifath, iflag, ierror, current_task
19 INTEGER :: jobass, etatass
20 INTEGER :: maxfrw, noffw, npvw, nelvaw, nmaxnpiv
21 INTEGER :: TYPE, typef
22 INTEGER :: comp
23 INTEGER :: iwpos, iwposcb
24 LOGICAL avoid_delayed
25 DOUBLE PRECISION :: opassw, opeliw
26 INTEGER, DIMENSION(:), POINTER :: iw, itloc
27 END TYPE mumps_tps_t
28 END MODULE mumps_tps_m
29 SUBROUTINE mumps_tps_m_return()
30 RETURN
31 END SUBROUTINE mumps_tps_m_return
subroutine mumps_tps_m_return()
int comp(int a, int b)