/usr/include/trilinos/Zoltan_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 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 | /* src/include/Zoltan_config.h.in. Generated from configure.ac by autoheader. */
/* KDD Copied F77 macros from packages/epetra/cmake/Epetra_config.h.in. */
/* Define to dummy `main' function (if any) required to link to the Fortran
libraries. */
/* #undef F77_DUMMY_MAIN */
/* Define to a macro mangling the given C identifier (in lower and upper
case), which must not contain underscores, for linking with Fortran. */
#define FC_FUNC(name,NAME) name ## _
/* As FC_FUNC, but for C identifiers containing underscores. */
#define FC_FUNC_(name,NAME) name ## _
/* Define if F77 and FC dummy `main' functions are identical. */
/* #undef FC_DUMMY_MAIN_EQ_F77 */
/* Define if want to build with drum enabled */
/* #undef HAVE_DRUM */
/* define if we want to use MPI */
#define HAVE_MPI
/* Define if want to build with nemesis_exodus enabled */
/* #undef HAVE_NEMESIS_EXODUS */
/* Define if want to build with parmetis enabled */
/* #undef HAVE_METIS */
/* Define if want to build with parmetis enabled */
/* #undef HAVE_PARMETIS */
/* Define if want to build with patoh enabled */
/* #undef HAVE_PATOH */
/* Define if want to build with scotch enabled */
/* #undef HAVE_SCOTCH */
/* Define if DON'T want support for MPI TPL */
#ifndef HAVE_MPI
#define NO_MPI_TPL
#endif
/* Define if want to build with octreepartitioning enabled */
#define HAVE_ZOLTAN_OCT
/* Define if want to build with zlib enabled */
/* #undef HAVE_GZIP */
/* Use to have only filename when debugging memory */
#define SHORT_FILE
/* HUND support */
/* #undef HAVE_ZOLTAN_HUND */
#ifdef HAVE_ZOLTAN_HUND
#define CEDRIC_2D_PARTITIONS
#endif
|