p4est  1.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 /* DEPRECATED (use P4EST_ENABLE_BUILD_2D instead) */
00005 #define BUILD_2D 1
00006 
00007 /* DEPRECATED (use P4EST_ENABLE_BUILD_3D instead) */
00008 #define BUILD_3D 1
00009 
00010 /* C compiler */
00011 #define CC "mpicc"
00012 
00013 /* C compiler flags */
00014 #define CFLAGS "-pipe -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include/metis "
00015 
00016 /* C preprocessor */
00017 #define CPP "mpicc -E"
00018 
00019 /* C preprocessor flags */
00020 #define CPPFLAGS " "
00021 
00022 /* Define to 1 if your C++ compiler doesn't accept -c and -o together. */
00023 /* #undef CXX_NO_MINUS_C_MINUS_O */
00024 
00025 /* DEPRECATED (use P4EST_ENABLE_DEBUG instead) */
00026 /* #undef DEBUG */
00027 
00028 /* Undefine if: disable the 2D library */
00029 #define ENABLE_BUILD_2D 1
00030 
00031 /* Undefine if: disable the 3D library */
00032 #define ENABLE_BUILD_3D 1
00033 
00034 /* enable debug mode (assertions and extra checks) */
00035 /* #undef ENABLE_DEBUG */
00036 
00037 /* Define to 1 if we are using MPI */
00038 #define ENABLE_MPI 1
00039 
00040 /* Define to 1 if we are using MPI I/O */
00041 #define ENABLE_MPIIO 1
00042 
00043 /* Define to 1 if we are using MPI_Init_thread */
00044 #define ENABLE_MPITHREAD 1
00045 
00046 /* enable POSIX threads (optionally use --enable-pthread=<PTHREAD_CFLAGS>) */
00047 #define ENABLE_PTHREAD 1
00048 
00049 /* Undefine if: write vtk ascii file data */
00050 #define ENABLE_VTK_BINARY 1
00051 
00052 /* Undefine if: disable zlib compression for vtk binary data */
00053 #define ENABLE_VTK_COMPRESSION 1
00054 
00055 /* use doubles for vtk file data */
00056 #define ENABLE_VTK_DOUBLES 1
00057 
00058 /* Define to dummy `main' function (if any) required to link to the Fortran
00059    libraries. */
00060 /* #undef F77_DUMMY_MAIN */
00061 
00062 /* Define to a macro mangling the given C identifier (in lower and upper
00063    case), which must not contain underscores, for linking with Fortran. */
00064 #define F77_FUNC(name,NAME) name ## _
00065 
00066 /* As F77_FUNC, but for C identifiers containing underscores. */
00067 #define F77_FUNC_(name,NAME) name ## _
00068 
00069 /* Define to 1 if your Fortran compiler doesn't accept -c and -o together. */
00070 /* #undef F77_NO_MINUS_C_MINUS_O */
00071 
00072 /* Define if F77 and FC dummy `main' functions are identical. */
00073 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00074 
00075 /* Define to 1 if you have the <arpa/inet.h> header file. */
00076 #define HAVE_ARPA_INET_H 1
00077 
00078 /* Define to 1 if you have the <dlfcn.h> header file. */
00079 #define HAVE_DLFCN_H 1
00080 
00081 /* Define to 1 if you have the `fsync' function. */
00082 #define HAVE_FSYNC 1
00083 
00084 /* Define to 1 if you have the <inttypes.h> header file. */
00085 #define HAVE_INTTYPES_H 1
00086 
00087 /* Have we found function pthread_create. */
00088 #define HAVE_LPTHREAD 1
00089 
00090 /* Have we found function lua_createtable. */
00091 #define HAVE_LUA 1
00092 
00093 /* Define to 1 if you have the <memory.h> header file. */
00094 #define HAVE_MEMORY_H 1
00095 
00096 /* Define to 1 if you have the <netinet/in.h> header file. */
00097 #define HAVE_NETINET_IN_H 1
00098 
00099 /* Define to 1 if you have the <stdint.h> header file. */
00100 #define HAVE_STDINT_H 1
00101 
00102 /* Define to 1 if you have the <stdlib.h> header file. */
00103 #define HAVE_STDLIB_H 1
00104 
00105 /* Define to 1 if you have the <strings.h> header file. */
00106 #define HAVE_STRINGS_H 1
00107 
00108 /* Define to 1 if you have the <string.h> header file. */
00109 #define HAVE_STRING_H 1
00110 
00111 /* Define to 1 if you have the <sys/stat.h> header file. */
00112 #define HAVE_SYS_STAT_H 1
00113 
00114 /* Define to 1 if you have the <sys/types.h> header file. */
00115 #define HAVE_SYS_TYPES_H 1
00116 
00117 /* Define to 1 if you have the <unistd.h> header file. */
00118 #define HAVE_UNISTD_H 1
00119 
00120 /* Have we found function adler32_combine. */
00121 #define HAVE_ZLIB 1
00122 
00123 /* Linker flags */
00124 #define LDFLAGS " "
00125 
00126 /* Libraries */
00127 #define LIBS "-lmetis -llapack -lopenblas -llua -lz   "
00128 
00129 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00130    */
00131 #define LT_OBJDIR ".libs/"
00132 
00133 /* DEPRECATED (use P4EST_WITH_METIS instead) */
00134 #define METIS 1
00135 
00136 /* DEPRECATED (use P4EST_ENABLE_MPI instead) */
00137 #define MPI 1
00138 
00139 /* DEPRECATED (use P4EST_ENABLE_MPIIO instead) */
00140 #define MPIIO 1
00141 
00142 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00143 /* #undef NO_MINUS_C_MINUS_O */
00144 
00145 /* Name of package */
00146 #define PACKAGE "p4est"
00147 
00148 /* Define to the address where bug reports for this package should be sent. */
00149 #define PACKAGE_BUGREPORT "info@p4est.org"
00150 
00151 /* Define to the full name of this package. */
00152 #define PACKAGE_NAME "p4est"
00153 
00154 /* Define to the full name and version of this package. */
00155 #define PACKAGE_STRING "p4est 1.0"
00156 
00157 /* Define to the one symbol short name of this package. */
00158 #define PACKAGE_TARNAME "p4est"
00159 
00160 /* Define to the home page for this package. */
00161 #define PACKAGE_URL ""
00162 
00163 /* Define to the version of this package. */
00164 #define PACKAGE_VERSION "1.0"
00165 
00166 /* Use builtin getopt */
00167 /* #undef PROVIDE_GETOPT */
00168 
00169 /* Use builtin obstack */
00170 /* #undef PROVIDE_OBSTACK */
00171 
00172 /* DEPRECATED (use P4EST_ENABLE_PTHREAD instead) */
00173 #define PTHREAD 1
00174 
00175 /* DEPRECATED (use P4EST_WITH_SC instead) */
00176 #define SC 1
00177 
00178 /* Define to 1 if you have the ANSI C header files. */
00179 #define STDC_HEADERS 1
00180 
00181 /* Version number of package */
00182 #define VERSION "1.0"
00183 
00184 /* Package major version */
00185 #define VERSION_MAJOR 1
00186 
00187 /* Package minor version */
00188 #define VERSION_MINOR 0
00189 
00190 /* Package point version */
00191 #define VERSION_POINT 1.0
00192 
00193 /* DEPRECATED (use P4EST_ENABLE_VTK_BINARY instead) */
00194 #define VTK_BINARY 1
00195 
00196 /* DEPRECATED (use P4EST_ENABLE_VTK_COMPRESSION instead) */
00197 #define VTK_COMPRESSION 1
00198 
00199 /* DEPRECATED (use P4EST_ENABLE_VTK_DOUBLES instead) */
00200 #define VTK_DOUBLES 1
00201 
00202 /* Define to 1 if BLAS is used */
00203 #define WITH_BLAS 1
00204 
00205 /* Define to 1 if LAPACK is used */
00206 #define WITH_LAPACK 1
00207 
00208 /* enable metis-dependent code */
00209 #define WITH_METIS 1
00210 
00211 /* path to installed package sc (optional) */
00212 #define WITH_SC 1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines