OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_version.F
Go to the documentation of this file.
1
C
2
C This file is part of MUMPS 5.5.1, released
3
C on Tue Jul 12 13:17:24 UTC 2022
4
C
5
C
6
C Copyright 1991-2022 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
7
C Mumps Technologies, University of Bordeaux.
8
C
9
C This version of MUMPS is provided to you free of charge. It is
10
C released under the CeCILL-C license
11
C (see doc/CeCILL-C_V1-en.txt, doc/CeCILL-C_V1-fr.txt, and
12
C https://cecill.info/licences/Licence_CeCILL-C_V1-en.html)
13
C
14
SUBROUTINE
mumps_set_version
( VERSION_STR )
15
IMPLICIT NONE
16
CHARACTER(LEN=*)
:: VERSION_STR
17
CHARACTER(LEN=*)
:: V;
18
parameter(v =
"5.5.1"
)
19
IF
( len(v) .GT. 30 )
THEN
20
WRITE
(*,*)
"Version string too long ( >30 characters )"
21
CALL
mumps_abort
()
22
END IF
23
version_str = v
24
RETURN
25
END SUBROUTINE
mumps_set_version
mumps_abort
#define mumps_abort
Definition
VE_Metis.h:25
mumps_set_version
subroutine mumps_set_version(version_str)
Definition
mumps_version.F:15
engine
extlib
MUMPS_5.5.1
src
mumps_version.F
Generated by
1.15.0