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

Go to the source code of this file.

Functions/Subroutines

subroutine c_fortran_dgssv (iopt, n, nnz, nrhs, value_op, rowind, colptr, b, ldb, factors, prsp, influ)
subroutine c_freemem (factors)

Function/Subroutine Documentation

◆ c_fortran_dgssv()

subroutine c_fortran_dgssv ( integer iopt,
integer n,
integer nnz,
integer nrhs,
integer, dimension(*) value_op,
integer, dimension(*) rowind,
integer, dimension(*) colptr,
integer b,
integer ldb,
integer(kind=8), dimension(8) factors,
integer prsp,
integer influ )

Definition at line 28 of file superlu_stub.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
38
39 INTEGER :: IOPT, N, NNZ, NRHS, VALUE_OP(*),
40 . ROWIND(*), COLPTR(*) , B, LDB,
41 . PRSP, INFLU
42 INTEGER(KIND=8) FACTORS(8)
43C-----------------------------------------------
44 WRITE(6,*) "ERROR: SuperLU is no longer supported"
45 CALL flush(6)
46 CALL arret(5)
subroutine arret(nn)
Definition arret.F:87

◆ c_freemem()

subroutine c_freemem ( integer(kind=8), dimension(8) factors)

Definition at line 53 of file superlu_stub.F.

54 INTEGER(KIND=8) FACTORS(8)
55C-----------------------------------------------
56 WRITE(6,*) "ERROR: SuperLU is no longer supported"
57 CALL flush(6)
58 CALL arret(5)