/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* The CVS revision */ #define CVSREVISION "none" /* "C++ Compiler to use" */ #define CXX "g++" /* "C++ Optimization flags" */ #define CXX_OPTIFLAGS "-g -O2 -pipe" /* "shared library flag" */ #define CXX_SHAREDLIBFLAGS "-shared" /* "C++ Compiler version" */ #define CXX_VERSION "3.4.6" /* "Whether Amesos was found" */ /* #undef HAVE_AMESOS */ /* Define if have the Aztec solver library */ /* #undef HAVE_AZTEC */ /* "Whether EpetraExt was found" */ /* #undef HAVE_EPETRAEXT */ /* Define to 1 if you have the header file. */ #define HAVE_FSTREAM 1 /* Define if your C++ compiler allows static variables to be declared generally */ #define HAVE_GENERALLY_DECLARED_STATICS 1 /* whether the HDF5 library is present */ #define HAVE_HDF5 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_IOSTREAM 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if the Aztec multilevel library present */ /* #undef HAVE_ML */ /* Define if compiling for MPI */ #define HAVE_MPI /* Define if C++ compiler supports namespaces */ #define HAVE_NAMESPACES /* Define if your C++ compiler can handle nontyped templated operators */ /* #undef HAVE_NONTYPE_TEMPLATE_OPERATORS */ /* Define if C++ compiler cannot overload const type conversions */ /* #undef HAVE_NO_CONST_TYPE_CONVERSION_OVERLOAD */ /* Define if your C++ compiler doesn't know mutable. */ /* #undef HAVE_NO_MUTABLE */ /* Define if C++ compiler does not support RTTI */ /* #undef HAVE_NO_RTTI */ /* Define if Python found on system */ #define HAVE_PYTHON /* Define to 1 if you have the header file. */ #define HAVE_SSTREAM 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if your C++ compiler has complex in the namespace std */ #define HAVE_STD_COMPLEX 1 /* Define if your C++ compiler has streams in the namespace std */ #define HAVE_STD_STREAMS 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRSTREAM 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Whether Trilinos was found */ /* #undef HAVE_TRILINOS */ /* Define if the txphysics libraries were found */ /* #undef HAVE_TXPHYSICS */ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if have variable time step particles */ #define HAVE_VAR_DT_PTCLS 1 /* The host name */ #define HOSTNAME "demon.nic.uoregon.edu" /* The host type */ #define HOSTTYPE "x86_64-unknown-linux-gnu" /* Define the maximum size of a particle group */ #define MAX_PARTICLE_GROUP_SIZE 1024 /* whether the new H5Sselect_hyperslab interface is in use */ #define NEW_H5S_SELECT_HYPERSLAB_IFC /* Name of package */ #define PACKAGE "vorpal" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "vorpal" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "vorpal 2.0.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "vorpal" /* Define to the version of this package. */ #define PACKAGE_VERSION "2.0.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if your C++ compiler requires brackets in declarations of template friends. */ #define TEMPLATE_FRIENDS_NEED_BRACKETS 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* "top build dir" */ #define TOP_BUILDDIR "/home/amorris/apps/vorpal/vorpal_build_tau" /* "top src dir" */ #define TOP_SRCDIR "../vorpal-2.0.0" /* "txbase include directory" */ #define TXBASE_INCDIR "/home/amorris/apps/vorpal/txbase-2.2.8/include" /* Define if have VDIM=1 particles */ /* #undef VDIM1 */ /* Define if have VDIM=10 particles */ /* #undef VDIM10 */ /* Define if have VDIM=2 particles */ /* #undef VDIM2 */ /* Define if have VDIM=3 particles */ #define VDIM3 1 /* Define if have VDIM=4 particles */ #define VDIM4 1 /* Define if have VDIM=5 particles */ #define VDIM5 1 /* Define if have VDIM=9 particles */ #define VDIM9 1 /* Define maximum allowed value of VDIM */ #define VDIMMAX 9 /* Version number of package */ #define VERSION "2.0.0" /* Define to `unsigned' if does not define. */ /* #undef size_t */