Skip to content

Commit

Permalink
Update MUMPS version 5.7.3 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM authored Sep 1, 2024
1 parent 01d00de commit 56d24cd
Show file tree
Hide file tree
Showing 320 changed files with 6,924 additions and 6,017 deletions.
6 changes: 3 additions & 3 deletions Include/mumps/dmumps_c.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* This file is part of MUMPS 5.7.1, released
* on Thu May 2 10:15:09 UTC 2024
* This file is part of MUMPS 5.7.3, released
* on Mon Jul 15 11:44:21 UTC 2024
*
*
* Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down Expand Up @@ -29,7 +29,7 @@ extern "C" {

#ifndef MUMPS_VERSION
/* Protected in case headers of other arithmetics are included */
#define MUMPS_VERSION "5.7.1"
#define MUMPS_VERSION "5.7.3"
#endif
#ifndef MUMPS_VERSION_MAX_LEN
#define MUMPS_VERSION_MAX_LEN 30
Expand Down
29 changes: 16 additions & 13 deletions Include/mumps/mumps_c_types.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/*
*
* This file is part of MUMPS 5.7.1, released
* on Thu May 2 10:15:09 UTC 2024
* This file is part of MUMPS 5.7.3, released
* on Mon Jul 15 11:44:21 UTC 2024
*
*
* Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
* Mumps Technologies, University of Bordeaux.
*
* This version of MUMPS is provided to you free of charge. It is
* released under the CeCILL-C license
* released under the CeCILL-C license
* (see doc/CeCILL-C_V1-en.txt, doc/CeCILL-C_V1-fr.txt, and
* https://cecill.info/licences/Licence_CeCILL-C_V1-en.html)
*
*/


#ifndef MUMPS_C_TYPES_H
#define MUMPS_C_TYPES_H

Expand All @@ -41,32 +40,36 @@
#define DMUMPS_REAL double

/* Complex datatypes */
typedef struct {float r,i;} mumps_complex;
typedef struct {double r,i;} mumps_double_complex;
typedef struct
{
float r, i;
} mumps_complex;
typedef struct
{
double r, i;
} mumps_double_complex;

#define CMUMPS_COMPLEX mumps_complex
#define CMUMPS_REAL float

#define ZMUMPS_COMPLEX mumps_double_complex
#define ZMUMPS_REAL double


#ifndef mumps_ftnlen
/* When passing a string, what is the type of the extra argument
* passed by value ? */
# define mumps_ftnlen MUMPS_INT
#define mumps_ftnlen MUMPS_INT
#endif


#define MUMPS_ARITH_s 1
#define MUMPS_ARITH_d 2
#define MUMPS_ARITH_c 4
#define MUMPS_ARITH_z 8

#define MUMPS_ARITH_REAL ( MUMPS_ARITH_s | MUMPS_ARITH_d )
#define MUMPS_ARITH_CMPLX ( MUMPS_ARITH_c | MUMPS_ARITH_z )
#define MUMPS_ARITH_SINGLE ( MUMPS_ARITH_s | MUMPS_ARITH_c )
#define MUMPS_ARITH_DBL ( MUMPS_ARITH_d | MUMPS_ARITH_z )
#define MUMPS_ARITH_REAL (MUMPS_ARITH_s | MUMPS_ARITH_d)
#define MUMPS_ARITH_CMPLX (MUMPS_ARITH_c | MUMPS_ARITH_z)
#define MUMPS_ARITH_SINGLE (MUMPS_ARITH_s | MUMPS_ARITH_c)
#define MUMPS_ARITH_DBL (MUMPS_ARITH_d | MUMPS_ARITH_z)

#define MUMPS_OFF_T MUMPS_INT8

Expand Down
4 changes: 2 additions & 2 deletions Include/mumps/mumps_compat.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* This file is part of MUMPS 5.7.1, released
* on Thu May 2 10:15:09 UTC 2024
* This file is part of MUMPS 5.7.3, released
* on Mon Jul 15 11:44:21 UTC 2024
*
*
* Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
6 changes: 3 additions & 3 deletions Include/mumps/smumps_c.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* This file is part of MUMPS 5.7.1, released
* on Thu May 2 10:15:09 UTC 2024
* This file is part of MUMPS 5.7.3, released
* on Mon Jul 15 11:44:21 UTC 2024
*
*
* Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down Expand Up @@ -29,7 +29,7 @@ extern "C" {

#ifndef MUMPS_VERSION
/* Protected in case headers of other arithmetics are included */
#define MUMPS_VERSION "5.7.1"
#define MUMPS_VERSION "5.7.3"
#endif
#ifndef MUMPS_VERSION_MAX_LEN
#define MUMPS_VERSION_MAX_LEN 30
Expand Down
Binary file modified Libs/win/libdl.dll
Binary file not shown.
Binary file modified Libs/win/libfext.dll
Binary file not shown.
Binary file modified Libs/win/libfext.lib
Binary file not shown.
Binary file modified Libs/win/libgcc_s_seh-1.dll
Binary file not shown.
Binary file modified Libs/win/libgfortran-5.dll
Binary file not shown.
Binary file modified Libs/win/libgomp-1.dll
Binary file not shown.
Binary file modified Libs/win/libmetis.dll
Binary file not shown.
Binary file modified Libs/win/libmetis.lib
Binary file not shown.
Binary file modified Libs/win/libquadmath-0.dll
Binary file not shown.
Binary file modified Libs/win/libstdc++-6.dll
Binary file not shown.
Binary file modified Libs/win/libwinpthread-1.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Additional libraries used in **suanPan** are listed as follows.
- [**Lis**](https://www.ssisc.org/lis/) version 2.1.3
- [**TBB** Threading Building Blocks](https://github.com/oneapi-src/oneTBB) version 2021.12.0
- [**HDF5**](https://www.hdfgroup.org/solutions/hdf5/) version 1.10.6
- [**MUMPS**](https://mumps-solver.org/) version 5.7.1
- [**MUMPS**](https://mumps-solver.org/) version 5.7.3
- [**METIS**](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) version 5.1.0
- [**VTK**](https://vtk.org/) version 9.2.6
- [**CUDA**](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/) version 12.5
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_AMDMF.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_blk.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_blk_m.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_omp_m.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_orderings_wrappers_m.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/ana_set_ordering.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
4 changes: 2 additions & 2 deletions Toolbox/mumps-src/bcast_errors.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C
C This file is part of MUMPS 5.7.1, released
C on Thu May 2 10:15:09 UTC 2024
C This file is part of MUMPS 5.7.3, released
C on Mon Jul 15 11:44:21 UTC 2024
C
C
C Copyright 1991-2024 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
Expand Down
Loading

0 comments on commit 56d24cd

Please sign in to comment.