/usr/include/trilinos/Ifpack_config.h is in libtrilinos-ifpack-dev 12.12.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | /* src/Ifpack_config.h.in. Generated from configure.ac by autoheader. */
/* Define if want to build with ifpack enabled */
#define HAVE_IFPACK_AMESOS
/* Define if want to build with ifpack enabled */
#define HAVE_IFPACK_AZTECOO
/* Define if want to build with ifpack enabled */
#define HAVE_IFPACK_EPETRAEXT
/* Define if want to build with ifpack enabled */
#define HAVE_IFPACK_GALERI
/* Define if you want to build Ifpack's ParameterList interface */
/* #undef HAVE_IFPACK_METIS */
/* define if we want to use MPI */
#define HAVE_MPI
/* Define if want to build with hypre enabled */
/* #undef HAVE_IFPACK_HYPRE */
#ifdef HAVE_IFPACK_HYPRE
/* For backwards compatibility */
# define HAVE_HYPRE
#endif // HAVE_IFPACK_HYPRE
/* Define if we want to use the euclid preconditioner */
/* #undef HAVE_EUCLID */
/* Define if we want to use the HIPS preconditioner */
/* #undef HAVE_IFPACK_HIPS */
/* Define if we want to build with SuperLU enabled */
/* #undef HAVE_IFPACK_SUPERLU */
/* Define if we want to build with SPARSKIT enabled */
/* #undef HAVE_IFPACK_SPARSKIT */
/* Define if we want Teuchos Time Monitors enabled */
#define IFPACK_TEUCHOS_TIME_MONITOR
/* Define if we want Ifpack Internal FlopCounters enabled */
/* #undef IFPACK_FLOPCOUNTERS */
/* Define to enable Ifpack_SupportGraph (support graph preconditioner) */
/* #undef HAVE_IFPACK_SUPPORTGRAPH */
/* Define if MPI parallel subdomain solvers are enabled */
/* #undef HAVE_IFPACK_PARALLEL_SUBDOMAIN_SOLVERS */
/* Define if Ifpack_DynamicFactory is enabled */
/* #undef HAVE_IFPACK_DYNAMIC_FACTORY */
/* Add macros for declaring functions deprecated */
#ifndef IFPACK_DEPRECATED
# if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
# define IFPACK_DEPRECATED __attribute__((__deprecated__))
# else
# define IFPACK_DEPRECATED
# endif
#endif
#ifndef IFPACK_DEPRECATED_MSG
# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
# define IFPACK_DEPRECATED_MSG(MSG) __attribute__((__deprecated__ (#MSG) ))
# elif (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
# define IFPACK_DEPRECATED_MSG(MSG) __attribute__((__deprecated__))
# else
# define IFPACK_DEPRECATED_MSG(MSG)
# endif
#endif
|