• Main Page
  • Related Pages
  • Classes
  • Files
  • File List
  • File Members

Amesos_config.h

Go to the documentation of this file.
00001 /* src/Amesos_config.h.  Generated from Amesos_config.h.in by configure.  */
00002 /* src/Amesos_config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Need set_default_options_dist() */
00005 #define AMESOS_SUPERLUDIST_OLD 
00006 
00007 /* Using pre July 2005 Superlu */
00008 /* #undef AMESOS_SUPERLU_PRE_JULY2005 */
00009 
00010 /* Define the Fortran name mangling to be used for the BLAS */
00011 #define F77_BLAS_MANGLE(name,NAME) name ## _
00012 
00013 /* Define to dummy `main' function (if any) required to link to the Fortran
00014    libraries. */
00015 /* #undef F77_DUMMY_MAIN */
00016 
00017 /* Define to a macro mangling the given C identifier (in lower and upper
00018    case), which must not contain underscores, for linking with Fortran. */
00019 #define F77_FUNC(name,NAME) name ## _
00020 
00021 /* As F77_FUNC, but for C identifiers containing underscores. */
00022 #define F77_FUNC_(name,NAME) name ## _
00023 
00024 /* Define if F77 and FC dummy `main' functions are identical. */
00025 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00026 
00027 /* Define if want to build amesos-dscpack */
00028 /* #undef HAVE_AMESOS_DSCPACK */
00029 
00030 /* Define if you want to allow Amesos to use Epetraext to reindex matrices */
00031 #define HAVE_AMESOS_EPETRAEXT 
00032 
00033 /* Define if want to build amesos-examples */
00034 #define HAVE_AMESOS_EXAMPLES 
00035 
00036 /* Define if want to build with amesos enabled */
00037 #define HAVE_AMESOS_GALERI 1
00038 
00039 /* Define if want to build amesos-klu */
00040 #define HAVE_AMESOS_KLU 
00041 
00042 /* Define if want to build amesos-lapack */
00043 #define HAVE_AMESOS_LAPACK 
00044 
00045 /* Define if want to build amesos-mc64 */
00046 /* #undef HAVE_AMESOS_MC64 */
00047 
00048 /* Define if want to build with amesos enabled */
00049 #define HAVE_AMESOS_ML 1
00050 
00051 /* Define if want to build amesos-mumps_mpi_c2f */
00052 #define HAVE_AMESOS_MPI_C2F 
00053 
00054 /* Define if want to build amesos-mumps */
00055 #define HAVE_AMESOS_MUMPS 
00056 
00057 /* Define if want to build amesos-old_mumps */
00058 /* #undef HAVE_AMESOS_OLD_MUMPS */
00059 
00060 /* Define if want to build amesos-paraklete */
00061 /* #undef HAVE_AMESOS_PARAKLETE */
00062 
00063 /* Define if want to build amesos-pardiso */
00064 /* #undef HAVE_AMESOS_PARDISO */
00065 
00066 /* Define if want to build amesos-scalapack */
00067 #define HAVE_AMESOS_SCALAPACK 
00068 
00069 /* Define if want to build with amesos enabled */
00070 #define HAVE_AMESOS_STRATIMIKOS 1
00071 
00072 /* Define if want to build amesos-superlu */
00073 #define HAVE_AMESOS_SUPERLU 
00074 
00075 /* Define if want to build amesos-superludist */
00076 #define HAVE_AMESOS_SUPERLUDIST 
00077 
00078 /* Define if want to build amesos-taucs */
00079 #define HAVE_AMESOS_TAUCS 
00080 
00081 /* Define if want to build amesos-tests */
00082 #define HAVE_AMESOS_TESTS 
00083 
00084 /* Define if you want to allow Amesos tests and examples to use Epetraext to
00085    build matrices */
00086 #define HAVE_AMESOS_TRIUTILS 
00087 
00088 /* Define if want to build amesos-umfpack */
00089 #define HAVE_AMESOS_UMFPACK 
00090 
00091 /* Define to 1 if you have the <assert.h> header file. */
00092 /* #undef HAVE_ASSERT_H */
00093 
00094 /* Define if you have a BLAS library. */
00095 #define HAVE_BLAS 1
00096 
00097 /* define if bool is a built-in type */
00098 #define HAVE_BOOL 
00099 
00100 /* Define to 1 if you have the <cassert> header file. */
00101 #define HAVE_CASSERT 1
00102 
00103 /* Define if want to build coverage */
00104 /* #undef HAVE_COVERAGE */
00105 
00106 /* Define to 1 if you have the <cstdio> header file. */
00107 #define HAVE_CSTDIO 1
00108 
00109 /* Define to 1 if you have the <cstdlib> header file. */
00110 #define HAVE_CSTDLIB 1
00111 
00112 /* Define if want to build examples */
00113 #define HAVE_EXAMPLES 
00114 
00115 /* Define if you want to build export makefiles. */
00116 #define HAVE_EXPORT_MAKEFILES 
00117 
00118 /* Define if want to build with fortran enabled */
00119 #define HAVE_FORTRAN_SUPPORT 1
00120 
00121 /* Define to 1 if you have the <fstream> header file. */
00122 #define HAVE_FSTREAM 1
00123 
00124 /* Define if you are using gnumake - this will shorten your link lines. */
00125 #define HAVE_GNUMAKE 
00126 
00127 /* Define to 1 if you have the <inttypes.h> header file. */
00128 #define HAVE_INTTYPES_H 1
00129 
00130 /* Define to 1 if you have the <iomanip> header file. */
00131 #define HAVE_IOMANIP 1
00132 
00133 /* Define to 1 if you have the <iomanip.h> header file. */
00134 /* #undef HAVE_IOMANIP_H */
00135 
00136 /* Define to 1 if you have the <iostream> header file. */
00137 #define HAVE_IOSTREAM 1
00138 
00139 /* Define to 1 if you have the <iostream.h> header file. */
00140 /* #undef HAVE_IOSTREAM_H */
00141 
00142 /* Define if you have LAPACK library. */
00143 #define HAVE_LAPACK 1
00144 
00145 /* Define if want to build libcheck */
00146 #define HAVE_LIBCHECK 
00147 
00148 /* Define to 1 if you have the <map> header file. */
00149 #define HAVE_MAP 1
00150 
00151 /* Define to 1 if you have the <memory.h> header file. */
00152 #define HAVE_MEMORY_H 1
00153 
00154 /* define if we want to use MPI */
00155 #define HAVE_MPI 
00156 
00157 /* define if the compiler supports the mutable keyword */
00158 #define HAVE_MUTABLE 
00159 
00160 /* define if the compiler implements namespaces */
00161 #define HAVE_NAMESPACES 
00162 
00163 /* define if the compiler accepts the new for scoping rules */
00164 #define HAVE_NEW_FOR_SCOPING 
00165 
00166 /* Define if want to build performance */
00167 #define HAVE_PERFORMANCE 
00168 
00169 /* Define to 1 if you have the <stdint.h> header file. */
00170 #define HAVE_STDINT_H 1
00171 
00172 /* Define to 1 if you have the <stdio.h> header file. */
00173 /* #undef HAVE_STDIO_H */
00174 
00175 /* Define to 1 if you have the <stdlib.h> header file. */
00176 #define HAVE_STDLIB_H 1
00177 
00178 /* define if std::sprintf is supported */
00179 #define HAVE_STD_SPRINTF 
00180 
00181 /* define if the compiler supports Standard Template Library */
00182 #define HAVE_STL 
00183 
00184 /* Define to 1 if you have the <string> header file. */
00185 #define HAVE_STRING 1
00186 
00187 /* Define to 1 if you have the <strings.h> header file. */
00188 #define HAVE_STRINGS_H 1
00189 
00190 /* Define to 1 if you have the <string.h> header file. */
00191 #define HAVE_STRING_H 1
00192 
00193 /* Define to 1 if you have the <sys/resource.h> header file. */
00194 #define HAVE_SYS_RESOURCE_H 1
00195 
00196 /* Define to 1 if you have the <sys/stat.h> header file. */
00197 #define HAVE_SYS_STAT_H 1
00198 
00199 /* Define to 1 if you have the <sys/time.h> header file. */
00200 #define HAVE_SYS_TIME_H 1
00201 
00202 /* Define to 1 if you have the <sys/types.h> header file. */
00203 #define HAVE_SYS_TYPES_H 1
00204 
00205 /* Define to 1 if you have the <sys/utsname.h> header file. */
00206 #define HAVE_SYS_UTSNAME_H 1
00207 
00208 /* Define if want to build tests */
00209 #define HAVE_TESTS 
00210 
00211 /* Define to 1 if you have the <time.h> header file. */
00212 #define HAVE_TIME_H 1
00213 
00214 /* Define to 1 if you have the <unistd.h> header file. */
00215 #define HAVE_UNISTD_H 1
00216 
00217 /* Define if want to build valgrind */
00218 /* #undef HAVE_VALGRIND */
00219 
00220 /* Define to 1 if you have the <valgrind.h> header file. */
00221 /* #undef HAVE_VALGRIND_H */
00222 
00223 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
00224 /* #undef HAVE_VALGRIND_VALGRIND_H */
00225 
00226 /* Define to 1 if you have the <vector> header file. */
00227 #define HAVE_VECTOR 1
00228 
00229 /* Define to the address where bug reports for this package should be sent. */
00230 #define PACKAGE_BUGREPORT "trilinos-help@software.sandia.gov"
00231 
00232 /* Define to the full name of this package. */
00233 #define PACKAGE_NAME "amesos"
00234 
00235 /* Define to the full name and version of this package. */
00236 #define PACKAGE_STRING "amesos 2.4"
00237 
00238 /* Define to the one symbol short name of this package. */
00239 #define PACKAGE_TARNAME "amesos"
00240 
00241 /* Define to the version of this package. */
00242 #define PACKAGE_VERSION "2.4"
00243 
00244 /* Define to 1 if you have the ANSI C header files. */
00245 #define STDC_HEADERS 1
00246 
00247 /* Define to `__inline__' or `__inline' if that's what the C compiler
00248    calls it, or to nothing if 'inline' is not supported under any name.  */
00249 #ifndef __cplusplus
00250 /* #undef inline */
00251 #endif