GetFEM  5.4.3
getfem_arch_config.h
1 /* src/getfem/getfem_arch_config.h. Generated from getfem_arch_config.h.in by configure. */
2 /* manually created getfem_arch_config.h.in template to be used by autotools. */
3 
4 /* enable openblas to be multithreaded */
5 #define GETFEM_FORCE_SINGLE_THREAD_BLAS /**/
6 
7 /* defined if GetFEM is built with OpenMP parallelization */
8 /* #undef GETFEM_HAS_OPENMP */
9 
10 /* glibc backtrace function */
11 #define GETFEM_HAVE_BACKTRACE /**/
12 
13 /* defined if the cxxabi.h header file is available */
14 #define GETFEM_HAVE_CXXABI_H /**/
15 
16 /* glibc floating point exceptions control */
17 #define GETFEM_HAVE_FEENABLEEXCEPT /**/
18 
19 /* defined if the <libqhull_r/qhull_ra.h> header file is available */
20 #define GETFEM_HAVE_LIBQHULL_R_QHULL_RA_H /**/
21 
22 /* defined if the Metis library was found and is working */
23 /* #undef GETFEM_HAVE_METIS */
24 
25 /* defined if the Metis library found is older than version 4 */
26 /* #undef GETFEM_HAVE_METIS_OLD_API */
27 
28 /* defined if the qd library was found and is working */
29 /* #undef GETFEM_HAVE_QDLIB */
30 
31 /* GetFEM package name */
32 #define GETFEM_PACKAGE_NAME "getfem"
33 
34 /* GetFEM package string */
35 #define GETFEM_PACKAGE_STRING "getfem 5.4.3"
36 
37 /* GetFEM package tarname */
38 #define GETFEM_PACKAGE_TARNAME "getfem"
39 
40 /* Parallelization level (0|1|2) */
41 /* #undef GETFEM_PARA_LEVEL */
42 
43 /* defined if quad-doubles are to be used instead of double-double */
44 /* #undef GETFEM_QDLIB_USE_QUAD */
45 
46 /* Use rpc for getfem communication with matlab */
47 /* #undef GETFEM_USE_RPC */
48 
49 /* GetFEM version */
50 #define GETFEM_VERSION "5.4.3"