/usr/include/trilinos/Rythmos_config.h is in libtrilinos-rythmos-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 | #define HAVE_MPI
/* #undef HAVE_RYTHMOS_EXPERIMENTAL */
#define HAVE_RYTHMOS_EXPLICIT_INSTANTIATION
/* #undef HAVE_RYTHMOS_DEBUG */
#define Rythmos_ENABLE_Sacado
#define Rythmos_ENABLE_NOX
#define Rythmos_ENABLE_Stratimikos
#ifndef RYTHMOS_FUNC_TIME_MONITOR
# define RYTHMOS_TEUCHOS_TIME_MONITOR
# define RYTHMOS_FUNC_TIME_MONITOR(FUNCNAME) \
TEUCHOS_FUNC_TIME_MONITOR_DIFF(FUNCNAME, RYTHMOS)
# define RYTHMOS_FUNC_TIME_MONITOR_DIFF(FUNCNAME, DIFF) \
TEUCHOS_FUNC_TIME_MONITOR_DIFF(FUNCNAME, DIFF)
#endif
|