/usr/include/trilinos/RTOp_Config.h is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
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 | #define HAVE_MPI
#define HAVE_RTOP_DEBUG
/* #undef HAVE_RTOP_EXPLICIT_INSTANTIATION */
#ifndef RTOP_DEPRECATED
# if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
# define RTOP_DEPRECATED __attribute__((__deprecated__))
# else
# define RTOP_DEPRECATED
# endif
#endif
|