hypre/config/HYPRE_config.h.in
falgout e3181f26b1 Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details).
Changed MPI routines to hypre_MPI routines.
Added hypre_printf, etc. routines.
Added AUTOTEST tests to look for 'int' and 'MPI_' calls.
Added a new approach for the Fortran interface (not implemented everywhere yet).
2010-12-20 19:27:44 +00:00

105 lines
2.6 KiB
C

/*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$
***********************************************************************EHEADER*/
/* config/HYPRE_config.h.in. Generated from configure.in by autoheader. */
/* Release name */
#undef HYPRE_RELEASE_NAME
/* Version number */
#undef HYPRE_RELEASE_VERSION
/* Date of release */
#undef HYPRE_RELEASE_DATE
/* Time of release */
#undef HYPRE_RELEASE_TIME
/* Bug reports */
#undef HYPRE_RELEASE_BUGS
/* 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 */
#undef HYPRE_LINUX
/* 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 */
#undef HYPRE_HAVE_MPI
/* Define to 1 if the routine MPI_Comm_f2c is found */
#undef HYPRE_HAVE_MPI_COMM_F2C
/* 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 */
#undef HYPRE_FMANGLE
/* Define as in HYPRE_FMANGLE to set the BLAS name mangling scheme */
#undef HYPRE_FMANGLE_BLAS
/* Define as in HYPRE_FMANGLE to set the LAPACK name mangling scheme */
#undef HYPRE_FMANGLE_LAPACK
/* Define to a macro mangling the given C identifier (in lower and upper
* case), which must not contain underscores, for linking with Fortran. */
#undef F77_FUNC
/* As F77_FUNC, but for C identifiers containing underscores. */
#undef F77_FUNC_