GetFEM
5.4.3
gmm_arch_config.h
1
/* src/gmm/gmm_arch_config.h. Generated from gmm_arch_config.h.in by configure. */
2
/* manually created gmm_arch_config.h.in template to be used by autotools. */
3
4
/* gcc style __PRETTY_FUNCTION__ macro */
5
#define GMM_HAVE_PRETTY_FUNCTION
/**/
6
7
/* defined if GMM is linked to a blas library */
8
#define GMM_USES_BLAS
/**/
9
10
/* defined if GMM is linked to a lapack library */
11
#define GMM_USES_LAPACK
/**/
12
13
/* defined if GMM is used when building the Matlab interface */
14
#define GMM_MATLAB_INTERFACE
/**/
15
16
/* defined if GMM uses MPI */
17
/* #undef GMM_USES_MPI */
18
19
/* defined if GMM is linked to the mumps library */
20
#define GMM_USES_MUMPS
/**/
21
22
/* defined if GMM is linked to the superlu library */
23
#define GMM_USES_SUPERLU
/**/
24
25
/* defined if superlu header files are not under a subdirectory called "superlu" */
26
/* #undef GMM_NO_SUPERLU_INCLUDE_SUBDIR */
27
28
/* Use blas with 64 bits integers */
29
/* #undef GMM_USE_BLAS64_INTERFACE */
30
31
/* defined if the BLAS fortran ABI does not return complex values directly (e.g. Intel's MKL) */
32
/* #undef GMM_BLAS_RETURN_COMPLEX_AS_ARGUMENT */
33
34
/* GMM version */
35
#define GMM_VERSION "5.4.3"
src
gmm
gmm_arch_config.h
Generated by
1.9.1