/usr/include/trilinos/Xpetra_config.hpp is in libtrilinos-xpetra-dev 12.10.1-3.
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 | #ifndef XPETRA_CONFIG_HPP
#define XPETRA_CONFIG_HPP
/* #undef HAVE_XPETRA_DEBUG */
#define HAVE_XPETRA_TPETRA
#define HAVE_XPETRA_EPETRA
#define HAVE_XPETRA_KOKKOSCORE
#define HAVE_XPETRA_KOKKOSCONTAINERS
/* #undef HAVE_XPETRA_KOKKOS_REFACTOR */
/* #undef HAVE_XPETRA_KOKKOSCLASSIC */
#define HAVE_XPETRA_THYRA
#define HAVE_XPETRA_EPETRAEXT
/* #undef HAVE_XPETRA_PROFILING */
/* #undef HAVE_XPETRA_EXPERIMENTAL */
/* #undef XPETRA_EPETRA_NO_32BIT_GLOBAL_INDICES */
/* #undef XPETRA_EPETRA_NO_64BIT_GLOBAL_INDICES */
#endif // XPETRA_CONFIG_HPP
|