/usr/include/HYPRE_config.h is in libhypre-dev 2.8.0b-1build1.
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | /* HYPRE_config.h. Generated from HYPRE_config.h.in by configure. */
/*BHEADER**********************************************************************
* Copyright (c) 2008, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
* This file is part of HYPRE. See file COPYRIGHT for details.
*
* HYPRE is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License (as published by the Free
* Software Foundation) version 2.1 dated February 1999.
*
* $Revision: 1.21 $
***********************************************************************EHEADER*/
/* config/HYPRE_config.h.in. Generated from configure.in by autoheader. */
/* Release name */
#define HYPRE_RELEASE_NAME "hypre"
/* Version number */
#define HYPRE_RELEASE_VERSION "2.8.0b"
/* Date of release */
#define HYPRE_RELEASE_DATE "2011/11/14"
/* Time of release */
#define HYPRE_RELEASE_TIME "00:00:00"
/* Bug reports */
#define HYPRE_RELEASE_BUGS "hypre-support@llnl.gov"
/* Define to 1 for Solaris. */
/* #undef HYPRE_SOLARIS */
/* Define to 1 for Linux on platforms running any version of CHAOS */
/* #undef HYPRE_LINUX_CHAOS */
/* Define to 1 for Linux platforms */
#define HYPRE_LINUX 1
/* Define to 1 for Alpha platforms */
/* #undef HYPRE_ALPHA */
/* Define to 1 for RS6000 platforms */
/* #undef HYPRE_RS6000 */
/* Define to 1 for IRIX64 platforms */
/* #undef HYPRE_IRIX64 */
/* Define to 1 if using long long int for HYPRE_Int */
/* #undef HYPRE_BIGINT */
/* Define to 1 if an MPI library is found */
#define HYPRE_HAVE_MPI 1
/* Define to 1 if the routine MPI_Comm_f2c is found */
#define HYPRE_HAVE_MPI_COMM_F2C 1
/* Disable MPI, enable serial codes */
/* #undef HYPRE_SEQUENTIAL */
/* Using HYPRE timing routines */
/* #undef HYPRE_TIMING */
/* Using dxml for BLAS */
/* #undef HYPRE_USING_DXML */
/* Using essl for BLAS */
/* #undef HYPRE_USING_ESSL */
/* Using internal Hypre routines */
/* #undef HYPRE_USING_HYPRE_BLAS */
/* Using internal Hypre routines */
/* #undef HYPRE_USING_HYPRE_LAPACK */
/* No global partitioning being used */
/* #undef HYPRE_NO_GLOBAL_PARTITION */
/* Print HYPRE errors */
/* #undef HYPRE_PRINT_ERRORS */
/* Enable OpenMP support */
/* #undef HYPRE_USING_OPENMP */
/* Define as follows to set the Fortran name mangling scheme:
* 0 = unspecified
* 1 = no underscores
* 2 = one underscore
* 3 = two underscores
* 4 = caps, no underscores */
#define HYPRE_FMANGLE 0
/* Define as in HYPRE_FMANGLE to set the BLAS name mangling scheme */
#define HYPRE_FMANGLE_BLAS 0
/* Define as in HYPRE_FMANGLE to set the LAPACK name mangling scheme */
#define HYPRE_FMANGLE_LAPACK 0
/* Define to a macro mangling the given C identifier (in lower and upper
* case), which must not contain underscores, for linking with Fortran. */
#define F77_FUNC(name,NAME) name ## _
/* As F77_FUNC, but for C identifiers containing underscores. */
#define F77_FUNC_(name,NAME) name ## _
|