libsc  1.6.0
src/pre_config.h
00001 /* src/pre_config.h.  Generated from pre_config.h.in by configure.  */
00002 /* src/pre_config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define if building universal (internal helper macro) */
00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00006 
00007 /* C compiler */
00008 #define CC "mpicc"
00009 
00010 /* C compiler flags */
00011 #define CFLAGS "-pipe -Wall -g -O2 -march=i586 -mtune=generic "
00012 
00013 /* C preprocessor */
00014 #define CPP "mpicc -E"
00015 
00016 /* C preprocessor flags */
00017 #define CPPFLAGS ""
00018 
00019 /* CXX compiler */
00020 #define CXX "mpicxx"
00021 
00022 /* CXX compiler flags */
00023 #define CXXFLAGS "-pipe -Wall -g -O2 -march=i586 -mtune=generic"
00024 
00025 /* Define to 1 if your C++ compiler doesn't accept -c and -o together. */
00026 /* #undef CXX_NO_MINUS_C_MINUS_O */
00027 
00028 /* DEPRECATED (use SC_ENABLE_DEBUG instead) */
00029 /* #undef DEBUG */
00030 
00031 /* enable debug mode (assertions and extra checks) */
00032 /* #undef ENABLE_DEBUG */
00033 
00034 /* Define to 1 if we are using MPI */
00035 #define ENABLE_MPI 1
00036 
00037 /* Define to 1 if we are using MPI I/O */
00038 #define ENABLE_MPIIO 1
00039 
00040 /* Define to 1 if we are using MPI_Init_thread */
00041 #define ENABLE_MPITHREAD 1
00042 
00043 /* enable POSIX threads (optionally use --enable-pthread=<PTHREAD_CFLAGS>) */
00044 #define ENABLE_PTHREAD 1
00045 
00046 /* F77 compiler */
00047 #define F77 "mpif77"
00048 
00049 /* Define to dummy `main' function (if any) required to link to the Fortran
00050    libraries. */
00051 /* #undef F77_DUMMY_MAIN */
00052 
00053 /* Define to a macro mangling the given C identifier (in lower and upper
00054    case), which must not contain underscores, for linking with Fortran. */
00055 #define F77_FUNC(name,NAME) name ## _
00056 
00057 /* As F77_FUNC, but for C identifiers containing underscores. */
00058 #define F77_FUNC_(name,NAME) name ## _
00059 
00060 /* Define to 1 if your Fortran compiler doesn't accept -c and -o together. */
00061 /* #undef F77_NO_MINUS_C_MINUS_O */
00062 
00063 /* Define if F77 and FC dummy `main' functions are identical. */
00064 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00065 
00066 /* F77 compiler flags */
00067 #define FFLAGS "-pipe -Wall -g -O2 -march=i586 -mtune=generic"
00068 
00069 /* Define to 1 if you have the `backtrace' function. */
00070 #define HAVE_BACKTRACE 1
00071 
00072 /* Define to 1 if you have the `backtrace_symbols' function. */
00073 #define HAVE_BACKTRACE_SYMBOLS 1
00074 
00075 /* Define to 1 if you have the <dlfcn.h> header file. */
00076 #define HAVE_DLFCN_H 1
00077 
00078 /* Define to 1 if you have the <execinfo.h> header file. */
00079 #define HAVE_EXECINFO_H 1
00080 
00081 /* Define to 1 if you have the <inttypes.h> header file. */
00082 #define HAVE_INTTYPES_H 1
00083 
00084 /* Have we found function pthread_create. */
00085 #define HAVE_LPTHREAD 1
00086 
00087 /* Have we found function lua_createtable. */
00088 #define HAVE_LUA 1
00089 
00090 /* Define to 1 if you have the <lua5.1/lua.h> header file. */
00091 /* #undef HAVE_LUA5_1_LUA_H */
00092 
00093 /* Define to 1 if you have the <lua5.2/lua.h> header file. */
00094 /* #undef HAVE_LUA5_2_LUA_H */
00095 
00096 /* Define to 1 if you have the <lua.h> header file. */
00097 #define HAVE_LUA_H 1
00098 
00099 /* Define to 1 if you have the <memory.h> header file. */
00100 #define HAVE_MEMORY_H 1
00101 
00102 /* Define to 1 if you have the <signal.h> header file. */
00103 #define HAVE_SIGNAL_H 1
00104 
00105 /* Define to 1 if you have the <stdint.h> header file. */
00106 #define HAVE_STDINT_H 1
00107 
00108 /* Define to 1 if you have the <stdlib.h> header file. */
00109 #define HAVE_STDLIB_H 1
00110 
00111 /* Define to 1 if you have the <strings.h> header file. */
00112 #define HAVE_STRINGS_H 1
00113 
00114 /* Define to 1 if you have the <string.h> header file. */
00115 #define HAVE_STRING_H 1
00116 
00117 /* Define to 1 if you have the `strtol' function. */
00118 #define HAVE_STRTOL 1
00119 
00120 /* Define to 1 if you have the `strtoll' function. */
00121 #define HAVE_STRTOLL 1
00122 
00123 /* Define to 1 if you have the <sys/stat.h> header file. */
00124 #define HAVE_SYS_STAT_H 1
00125 
00126 /* Define to 1 if you have the <sys/time.h> header file. */
00127 #define HAVE_SYS_TIME_H 1
00128 
00129 /* Define to 1 if you have the <sys/types.h> header file. */
00130 #define HAVE_SYS_TYPES_H 1
00131 
00132 /* Define to 1 if you have the <time.h> header file. */
00133 #define HAVE_TIME_H 1
00134 
00135 /* Define to 1 if you have the <unistd.h> header file. */
00136 #define HAVE_UNISTD_H 1
00137 
00138 /* Have we found function adler32_combine. */
00139 #define HAVE_ZLIB 1
00140 
00141 /* Linker flags */
00142 #define LDFLAGS ""
00143 
00144 /* Libraries */
00145 #define LIBS "-llapack -lopenblas -llua -lz   "
00146 
00147 /* minimal log priority */
00148 /* #undef LOG_PRIORITY */
00149 
00150 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00151    */
00152 #define LT_OBJDIR ".libs/"
00153 
00154 /* DEPRECATED (use SC_ENABLE_MPI instead) */
00155 #define MPI 1
00156 
00157 /* DEPRECATED (use SC_ENABLE_MPIIO instead) */
00158 #define MPIIO 1
00159 
00160 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00161 /* #undef NO_MINUS_C_MINUS_O */
00162 
00163 /* Name of package */
00164 #define PACKAGE "libsc"
00165 
00166 /* Define to the address where bug reports for this package should be sent. */
00167 #define PACKAGE_BUGREPORT "info@p4est.org"
00168 
00169 /* Define to the full name of this package. */
00170 #define PACKAGE_NAME "libsc"
00171 
00172 /* Define to the full name and version of this package. */
00173 #define PACKAGE_STRING "libsc 1.6.0"
00174 
00175 /* Define to the one symbol short name of this package. */
00176 #define PACKAGE_TARNAME "libsc"
00177 
00178 /* Define to the home page for this package. */
00179 #define PACKAGE_URL ""
00180 
00181 /* Define to the version of this package. */
00182 #define PACKAGE_VERSION "1.6.0"
00183 
00184 /* DEPRECATED (use SC_WITH_PAPI instead) */
00185 /* #undef PAPI */
00186 
00187 /* Use builtin getopt */
00188 /* #undef PROVIDE_GETOPT */
00189 
00190 /* Use builtin obstack */
00191 /* #undef PROVIDE_OBSTACK */
00192 
00193 /* DEPRECATED (use SC_ENABLE_PTHREAD instead) */
00194 #define PTHREAD 1
00195 
00196 /* The size of `long', as computed by sizeof. */
00197 #define SIZEOF_LONG 4
00198 
00199 /* The size of `long long', as computed by sizeof. */
00200 #define SIZEOF_LONG_LONG 8
00201 
00202 /* The size of `unsigned long', as computed by sizeof. */
00203 #define SIZEOF_UNSIGNED_LONG 4
00204 
00205 /* The size of `unsigned long long', as computed by sizeof. */
00206 #define SIZEOF_UNSIGNED_LONG_LONG 8
00207 
00208 /* Define to 1 if you have the ANSI C header files. */
00209 #define STDC_HEADERS 1
00210 
00211 /* Version number of package */
00212 #define VERSION "1.6.0"
00213 
00214 /* Package major version */
00215 #define VERSION_MAJOR 1
00216 
00217 /* Package minor version */
00218 #define VERSION_MINOR 6
00219 
00220 /* Package point version */
00221 #define VERSION_POINT 0
00222 
00223 /* Define to 1 if BLAS is used */
00224 #define WITH_BLAS 1
00225 
00226 /* Define to 1 if LAPACK is used */
00227 #define WITH_LAPACK 1
00228 
00229 /* enable Flop counting with papi */
00230 /* #undef WITH_PAPI */
00231 
00232 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00233    significant byte first (like Motorola and SPARC, unlike Intel). */
00234 #if defined AC_APPLE_UNIVERSAL_BUILD
00235 # if defined __BIG_ENDIAN__
00236 #  define WORDS_BIGENDIAN 1
00237 # endif
00238 #else
00239 # ifndef WORDS_BIGENDIAN
00240 /* #  undef WORDS_BIGENDIAN */
00241 # endif
00242 #endif
00243 
00244 /* Define to empty if `const' does not conform to ANSI C. */
00245 /* #undef const */
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
00252 
00253 /* Define to the equivalent of the C99 'restrict' keyword, or to
00254    nothing if this is not supported.  Do not define if restrict is
00255    supported directly.  */
00256 #define restrict __restrict
00257 /* Work around a bug in Sun C++: it does not support _Restrict or
00258    __restrict__, even though the corresponding Sun C compiler ends up with
00259    "#define restrict _Restrict" or "#define restrict __restrict__" in the
00260    previous line.  Perhaps some future version of Sun C++ will work with
00261    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
00262 #if defined __SUNPRO_CC && !defined __RESTRICT
00263 # define _Restrict
00264 # define __restrict__
00265 #endif
00266 
00267 /* Define to `unsigned int' if <sys/types.h> does not define. */
00268 /* #undef size_t */
00269 
00270 /* Define to `int' if <sys/types.h> does not define. */
00271 /* #undef ssize_t */
 All Data Structures Files Functions Variables Typedefs Defines