MOAB: Mesh Oriented datABase
(version 5.2.1)
|
00001 #ifndef _SRC_MOAB_MOABCONFIG_H 00002 #define _SRC_MOAB_MOABCONFIG_H 1 00003 00004 /* src/moab/MOABConfig.h. Generated automatically at end of configure. */ 00005 /* src/moab/MOABConfig.h. Generated from MOABConfig.h.in by configure. */ 00006 /* config/MOABConfig.h.in. Generated from configure.ac by autoheader. */ 00007 00008 /* Define if building universal (internal helper macro) */ 00009 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00010 00011 /* Configuration command along with user-specified options. */ 00012 #ifndef MOAB_CONFIGURE_COMMAND 00013 #define MOAB_CONFIGURE_COMMAND "./configure " 00014 #endif 00015 00016 /* Configuration information. */ 00017 #ifndef MOAB_CONFIGURE_INFO 00018 #define MOAB_CONFIGURE_INFO "./configure run on Wed Feb 24 20:01:43 CST 2021" 00019 #endif 00020 00021 /* Define to alternate name for `main' routine that is called from a `main' in 00022 the Fortran libraries. */ 00023 #ifndef MOAB_F77_MAIN 00024 #define MOAB_F77_MAIN main 00025 #endif 00026 00027 /* Define to a macro mangling the given C identifier (in lower and upper 00028 case), which must not contain underscores, for linking with Fortran. */ 00029 #ifndef MOAB_FC_FUNC 00030 #define MOAB_FC_FUNC(name,NAME) name ## _ 00031 #endif 00032 00033 /* As FC_FUNC, but for C identifiers containing underscores. */ 00034 #ifndef MOAB_FC_FUNC_ 00035 #define MOAB_FC_FUNC_(name,NAME) name ## _ 00036 #endif 00037 00038 /* Define to alternate name for `main' routine that is called from a `main' in 00039 the Fortran libraries. */ 00040 #ifndef MOAB_FC_MAIN 00041 #define MOAB_FC_MAIN main 00042 #endif 00043 00044 /* Use int32_t for handles */ 00045 /* #undef FORCE_32_BIT_HANDLES */ 00046 00047 /* Use int64_t for handles */ 00048 /* #undef FORCE_64_BIT_HANDLES */ 00049 00050 /* Enable use of AHF data-structures for querying adjacency information */ 00051 /* #undef HAVE_AHF */ 00052 00053 /* Define if you have a BLAS library. */ 00054 #ifndef MOAB_HAVE_BLAS 00055 #define MOAB_HAVE_BLAS 1 00056 #endif 00057 00058 /* Define if cbrt is available. */ 00059 /* #undef HAVE_CBRT */ 00060 00061 /* "Define if configured with CCM I/O support." */ 00062 /* #undef HAVE_CCMIO */ 00063 00064 /* Define to 1 if you have the <ccmiocore.h> header file. */ 00065 /* #undef HAVE_CCMIOCORE_H */ 00066 00067 /* Define to 1 if you have the <ccmioutility.h> header file. */ 00068 /* #undef HAVE_CCMIOUTILITY_H */ 00069 00070 /* Define to 1 if you have the <ccmio.h> header file. */ 00071 /* #undef HAVE_CCMIO_H */ 00072 00073 /* "Define if configured with CGM support." */ 00074 /* #undef HAVE_CGM */ 00075 00076 /* MOAB uses CGM configured with Facet Engine only */ 00077 /* #undef HAVE_CGM_FACET */ 00078 00079 /* "Define if configured with CGM and Ray fire support." */ 00080 /* #undef HAVE_CGM_FIRE_RAY */ 00081 00082 /* MOAB uses CGM configured with OpenCascade */ 00083 /* #undef HAVE_CGM_OCC */ 00084 00085 /* "Define if configured with CGNS support." */ 00086 /* #undef HAVE_CGNS */ 00087 00088 /* Define if clock is available. */ 00089 #ifndef MOAB_HAVE_CLOCK 00090 #define MOAB_HAVE_CLOCK 1 00091 #endif 00092 00093 /* "Define if configured with Damsel I/O format support." */ 00094 /* #undef HAVE_DAMSEL */ 00095 00096 /* Define to 1 if you have the <damsel.h> header file. */ 00097 /* #undef HAVE_DAMSEL_H */ 00098 00099 /* Define to 1 if you have the <dlfcn.h> header file. */ 00100 #ifndef MOAB_HAVE_DLFCN_H 00101 #define MOAB_HAVE_DLFCN_H 1 00102 #endif 00103 00104 /* Flag indicating whether the library will be compiled with Eigen support */ 00105 #ifndef MOAB_HAVE_EIGEN3 00106 #define MOAB_HAVE_EIGEN3 1 00107 #endif 00108 00109 /* Define if configured with FBiGeom interfaces. */ 00110 /* #undef HAVE_FBIGEOM */ 00111 00112 /* Define to 1 if you have the <fcntl.h> header file. */ 00113 #ifndef MOAB_HAVE_FCNTL_H 00114 #define MOAB_HAVE_FCNTL_H 1 00115 #endif 00116 00117 /* define if compiler has finite */ 00118 #ifndef MOAB_HAVE_FINITE 00119 #define MOAB_HAVE_FINITE 1 00120 #endif 00121 00122 /* Configure with tool: GSETS */ 00123 #ifndef MOAB_HAVE_GSETS 00124 #define MOAB_HAVE_GSETS 1 00125 #endif 00126 00127 /* Configure with tool: H5MTOOLS */ 00128 /* #undef HAVE_H5MTOOLS */ 00129 00130 /* Define if configured with HDF5 support. */ 00131 /* #undef HAVE_HDF5 */ 00132 00133 /* Define to 1 if you have the <hdf5.h> header file. */ 00134 /* #undef HAVE_HDF5_H */ 00135 00136 /* Define if configured with Parallel HDF5 support. */ 00137 /* #undef HAVE_HDF5_PARALLEL */ 00138 00139 /* Configure with tool: HEXMODOPS */ 00140 #ifndef MOAB_HAVE_HEXMODOPS 00141 #define MOAB_HAVE_HEXMODOPS 1 00142 #endif 00143 00144 /* "Define if configured with HYPRE solver support." */ 00145 /* #undef HAVE_HYPRE */ 00146 00147 /* Defined if configured with IEEE Floating point support */ 00148 /* #undef HAVE_IEEEFP */ 00149 00150 /* MOAB qualified HAVE_IEEEFP_H */ 00151 /* #undef HAVE_IEEEFP_H */ 00152 00153 /* Define if configured with iMesh interfaces. */ 00154 #ifndef MOAB_HAVE_IMESH 00155 #define MOAB_HAVE_IMESH 1 00156 #endif 00157 00158 /* MOAB qualified HAVE_INTTYPES_H */ 00159 #ifndef MOAB_HAVE_INTTYPES_H 00160 #define MOAB_HAVE_INTTYPES_H 1 00161 #endif 00162 00163 /* Define if configured with iRel interfaces. */ 00164 /* #undef HAVE_IREL */ 00165 00166 /* define if compiler has isfinite */ 00167 /* #undef HAVE_ISFINITE */ 00168 00169 /* Define if you have LAPACK library. */ 00170 #ifndef MOAB_HAVE_LAPACK 00171 #define MOAB_HAVE_LAPACK 1 00172 #endif 00173 00174 /* Define to 1 if you have the `lmpe' library (-llmpe). */ 00175 /* #undef HAVE_LIBLMPE */ 00176 00177 /* Define to 1 if you have the `mpe' library (-lmpe). */ 00178 /* #undef HAVE_LIBMPE */ 00179 00180 /* Configure with tool: MBCONVERT */ 00181 #ifndef MOAB_HAVE_MBCONVERT 00182 #define MOAB_HAVE_MBCONVERT 1 00183 #endif 00184 00185 /* Configure with tool: MBCOUPLER */ 00186 /* #undef HAVE_MBCOUPLER */ 00187 00188 /* Configure with tool: MBCSLAM */ 00189 /* #undef HAVE_MBCSLAM */ 00190 00191 /* Configure with tool: MBDEPTH */ 00192 #ifndef MOAB_HAVE_MBDEPTH 00193 #define MOAB_HAVE_MBDEPTH 1 00194 #endif 00195 00196 /* Configure with tool: MBHONODES */ 00197 #ifndef MOAB_HAVE_MBHONODES 00198 #define MOAB_HAVE_MBHONODES 1 00199 #endif 00200 00201 /* Configure with tool: MBMEM */ 00202 #ifndef MOAB_HAVE_MBMEM 00203 #define MOAB_HAVE_MBMEM 1 00204 #endif 00205 00206 /* Configure with tool: MBMERGE */ 00207 #ifndef MOAB_HAVE_MBMERGE 00208 #define MOAB_HAVE_MBMERGE 1 00209 #endif 00210 00211 /* Configure with tool: MBPART */ 00212 /* #undef HAVE_MBPART */ 00213 00214 /* Configure with tool: MBQUALITY */ 00215 #ifndef MOAB_HAVE_MBQUALITY 00216 #define MOAB_HAVE_MBQUALITY 1 00217 #endif 00218 00219 /* Configure with tool: MBSIZE */ 00220 #ifndef MOAB_HAVE_MBSIZE 00221 #define MOAB_HAVE_MBSIZE 1 00222 #endif 00223 00224 /* Configure with tool: MBSKIN */ 00225 #ifndef MOAB_HAVE_MBSKIN 00226 #define MOAB_HAVE_MBSKIN 1 00227 #endif 00228 00229 /* Configure with tool: MBSURFPLOT */ 00230 #ifndef MOAB_HAVE_MBSURFPLOT 00231 #define MOAB_HAVE_MBSURFPLOT 1 00232 #endif 00233 00234 /* Configure with tool: MBTAGPROP */ 00235 #ifndef MOAB_HAVE_MBTAGPROP 00236 #define MOAB_HAVE_MBTAGPROP 1 00237 #endif 00238 00239 /* Configure with tool: MBTEMPEST */ 00240 /* #undef HAVE_MBTEMPEST */ 00241 00242 /* Configure with tool: MBUMR */ 00243 #ifndef MOAB_HAVE_MBUMR 00244 #define MOAB_HAVE_MBUMR 1 00245 #endif 00246 00247 /* Configure with tool: MCNPMIT */ 00248 /* #undef HAVE_MCNPMIT */ 00249 00250 /* Define to 1 if you have the <memory.h> header file. */ 00251 #ifndef MOAB_HAVE_MEMORY_H 00252 #define MOAB_HAVE_MEMORY_H 1 00253 #endif 00254 00255 /* "MOAB configured with Mesquite support" */ 00256 /* #undef HAVE_MESQUITE */ 00257 00258 /* Flag indicating whether the library will be compiled with Metis support */ 00259 /* #undef HAVE_METIS */ 00260 00261 /* Define if configured with support for parallel computations. */ 00262 /* #undef HAVE_MPI */ 00263 00264 /* "Define if configured with NetCDF support." */ 00265 /* #undef HAVE_NETCDF */ 00266 00267 /* MOAB is configured with MPI enabled NetCDF */ 00268 /* #undef HAVE_NETCDFPAR */ 00269 00270 /* Define to 1 if you have the <netcdf.h> header file. */ 00271 /* #undef HAVE_NETCDF_H */ 00272 00273 /* Define to 1 if you have the <netcdf_par.h> header file. */ 00274 /* #undef HAVE_NETCDF_PAR_H */ 00275 00276 /* Flag indicating whether the library will be compiled with ParMetis support 00277 */ 00278 /* #undef HAVE_PARMETIS */ 00279 00280 /* "Define if configured with PNetCDF support." */ 00281 /* #undef HAVE_PNETCDF */ 00282 00283 /* Define to 1 if you have the <pnetcdf.h> header file. */ 00284 /* #undef HAVE_PNETCDF_H */ 00285 00286 /* System provides ptrdiff_t typedef */ 00287 #ifndef MOAB_HAVE_PTRDIFF_T 00288 #define MOAB_HAVE_PTRDIFF_T 1 00289 #endif 00290 00291 /* If available, contains the Python version number currently in use. */ 00292 /* #undef HAVE_PYTHON */ 00293 00294 /* Configure with tool: REFINER */ 00295 /* #undef HAVE_REFINER */ 00296 00297 /* "Define if configured with Parallel Scotch library partitioning support." 00298 */ 00299 /* #undef HAVE_SCOTCH */ 00300 00301 /* System provides size_t typedef */ 00302 #ifndef MOAB_HAVE_SIZE_T 00303 #define MOAB_HAVE_SIZE_T 1 00304 #endif 00305 00306 /* Configure with tool: SPHEREDECOMP */ 00307 #ifndef MOAB_HAVE_SPHEREDECOMP 00308 #define MOAB_HAVE_SPHEREDECOMP 1 00309 #endif 00310 00311 /* Define if compiler supports C++0x features. */ 00312 #ifndef MOAB_HAVE_STDCXX_0X 00313 #define MOAB_HAVE_STDCXX_0X /**/ 00314 #endif 00315 00316 /* MOAB qualified HAVE_STDDEF_H */ 00317 #ifndef MOAB_HAVE_STDDEF_H 00318 #define MOAB_HAVE_STDDEF_H 1 00319 #endif 00320 00321 /* MOAB qualified HAVE_STDINT_H */ 00322 #ifndef MOAB_HAVE_STDINT_H 00323 #define MOAB_HAVE_STDINT_H 1 00324 #endif 00325 00326 /* define if compiler has std::isfinite */ 00327 #ifndef MOAB_HAVE_STDISFINITE 00328 #define MOAB_HAVE_STDISFINITE 1 00329 #endif 00330 00331 /* MOAB qualified HAVE_STDLIB_H */ 00332 #ifndef MOAB_HAVE_STDLIB_H 00333 #define MOAB_HAVE_STDLIB_H 1 00334 #endif 00335 00336 /* Define to 1 if you have the <strings.h> header file. */ 00337 #ifndef MOAB_HAVE_STRINGS_H 00338 #define MOAB_HAVE_STRINGS_H 1 00339 #endif 00340 00341 /* Define to 1 if you have the <string.h> header file. */ 00342 #ifndef MOAB_HAVE_STRING_H 00343 #define MOAB_HAVE_STRING_H 1 00344 #endif 00345 00346 /* Define to 1 if you have the <sys/file.h> header file. */ 00347 #ifndef MOAB_HAVE_SYS_FILE_H 00348 #define MOAB_HAVE_SYS_FILE_H 1 00349 #endif 00350 00351 /* MOAB qualified HAVE_SYS_IOCTL_H */ 00352 #ifndef MOAB_HAVE_SYS_IOCTL_H 00353 #define MOAB_HAVE_SYS_IOCTL_H 1 00354 #endif 00355 00356 /* Define to 1 if you have the <sys/stat.h> header file. */ 00357 #ifndef MOAB_HAVE_SYS_STAT_H 00358 #define MOAB_HAVE_SYS_STAT_H 1 00359 #endif 00360 00361 /* Define to 1 if you have the <sys/time.h> header file. */ 00362 #ifndef MOAB_HAVE_SYS_TIME_H 00363 #define MOAB_HAVE_SYS_TIME_H 1 00364 #endif 00365 00366 /* MOAB qualified HAVE_SYS_TYPES_H */ 00367 #ifndef MOAB_HAVE_SYS_TYPES_H 00368 #define MOAB_HAVE_SYS_TYPES_H 1 00369 #endif 00370 00371 /* Enable use of TempestRemap library API for computing intersection and 00372 remapping for Climate problems */ 00373 /* #undef HAVE_TEMPESTREMAP */ 00374 00375 /* MOAB qualified HAVE_TERMIOS_H */ 00376 #ifndef MOAB_HAVE_TERMIOS_H 00377 #define MOAB_HAVE_TERMIOS_H 1 00378 #endif 00379 00380 /* Define if times is available. */ 00381 #ifndef MOAB_HAVE_TIMES 00382 #define MOAB_HAVE_TIMES 1 00383 #endif 00384 00385 /* Define to 1 if you have the <unistd.h> header file. */ 00386 #ifndef MOAB_HAVE_UNISTD_H 00387 #define MOAB_HAVE_UNISTD_H 1 00388 #endif 00389 00390 /* Specify if unordered map is available */ 00391 #ifndef MOAB_HAVE_UNORDERED_MAP 00392 #define MOAB_HAVE_UNORDERED_MAP unordered_map 00393 #endif 00394 00395 /* Specify if unordered set is available */ 00396 #ifndef MOAB_HAVE_UNORDERED_SET 00397 #define MOAB_HAVE_UNORDERED_SET unordered_set 00398 #endif 00399 00400 /* Defined if configured with Valgrind support */ 00401 /* #undef HAVE_VALGRIND */ 00402 00403 /* Define if vsnprintf is available. */ 00404 #ifndef MOAB_HAVE_VSNPRINTF 00405 #define MOAB_HAVE_VSNPRINTF 1 00406 #endif 00407 00408 /* Define if vsprintf is available. */ 00409 #ifndef MOAB_HAVE_VSPRINTF 00410 #define MOAB_HAVE_VSPRINTF 1 00411 #endif 00412 00413 /* "Define if configured with VTK I/O library support." */ 00414 /* #undef HAVE_VTK */ 00415 00416 /* Configure with tool: VTKMOABREADER */ 00417 /* #undef HAVE_VTKMOABREADER */ 00418 00419 /* "Define if configured with Zoltan library partitioning support." */ 00420 /* #undef HAVE_ZOLTAN */ 00421 00422 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 00423 #ifndef MOAB_LT_OBJDIR 00424 #define MOAB_LT_OBJDIR ".libs/" 00425 #endif 00426 00427 /* MPICH_IGNORE_CXX_SEEK is not sufficient to avoid conflicts */ 00428 /* #undef MPI_CXX_CONFLICT */ 00429 00430 /* Do not use template vector insertions */ 00431 /* #undef NO_VECTOR_TEMPLATE_INSERT */ 00432 00433 /* Use old-style C++ std::count calls */ 00434 /* #undef OLD_STD_COUNT */ 00435 00436 /* Name of package */ 00437 #ifndef MOAB_PACKAGE 00438 #define MOAB_PACKAGE "moab" 00439 #endif 00440 00441 /* Define to the address where bug reports for this package should be sent. */ 00442 #ifndef MOAB_PACKAGE_BUGREPORT 00443 #define MOAB_PACKAGE_BUGREPORT "moab-dev@mcs.anl.gov" 00444 #endif 00445 00446 /* Define to the full name of this package. */ 00447 #ifndef MOAB_PACKAGE_NAME 00448 #define MOAB_PACKAGE_NAME "MOAB" 00449 #endif 00450 00451 /* Define to the full name and version of this package. */ 00452 #ifndef MOAB_PACKAGE_STRING 00453 #define MOAB_PACKAGE_STRING "MOAB 5.2.1" 00454 #endif 00455 00456 /* Define to the one symbol short name of this package. */ 00457 #ifndef MOAB_PACKAGE_TARNAME 00458 #define MOAB_PACKAGE_TARNAME "moab" 00459 #endif 00460 00461 /* Define to the home page for this package. */ 00462 #ifndef MOAB_PACKAGE_URL 00463 #define MOAB_PACKAGE_URL "http://sigma.mcs.anl.gov" 00464 #endif 00465 00466 /* Define to the version of this package. */ 00467 #ifndef MOAB_PACKAGE_VERSION 00468 #define MOAB_PACKAGE_VERSION "5.2.1" 00469 #endif 00470 00471 /* "Value of C SEEK_CUR" */ 00472 /* #undef SEEK_CUR */ 00473 00474 /* "Value of C SEEK_END" */ 00475 /* #undef SEEK_END */ 00476 00477 /* "Value of C SEEK_SET" */ 00478 /* #undef SEEK_SET */ 00479 00480 /* The size of `long', as computed by sizeof. */ 00481 /* #undef SIZEOF_LONG */ 00482 00483 /* The size of `unsigned long', as computed by sizeof. */ 00484 /* #undef SIZEOF_UNSIGNED_LONG */ 00485 00486 /* The size of `void *', as computed by sizeof. */ 00487 #ifndef MOAB_SIZEOF_VOID_P 00488 #define MOAB_SIZEOF_VOID_P 8 00489 #endif 00490 00491 /* Define to 1 if you have the ANSI C header files. */ 00492 #ifndef MOAB_STDC_HEADERS 00493 #define MOAB_STDC_HEADERS 1 00494 #endif 00495 00496 /* Use template function specializations */ 00497 #ifndef MOAB_TEMPLATE_FUNC_SPECIALIZATION 00498 #define MOAB_TEMPLATE_FUNC_SPECIALIZATION 1 00499 #endif 00500 00501 /* Use template class specializations */ 00502 #ifndef MOAB_TEMPLATE_SPECIALIZATION 00503 #define MOAB_TEMPLATE_SPECIALIZATION 1 00504 #endif 00505 00506 /* Unordered map namespace */ 00507 #ifndef MOAB_UNORDERED_MAP_NS 00508 #define MOAB_UNORDERED_MAP_NS std 00509 #endif 00510 00511 /* MOAB Version */ 00512 #ifndef MOAB_VERSION 00513 #define MOAB_VERSION "5.2.1" 00514 #endif 00515 00516 /* MOAB Major Version */ 00517 #ifndef MOAB_VERSION_MAJOR 00518 #define MOAB_VERSION_MAJOR 5 00519 #endif 00520 00521 /* MOAB Minor Version */ 00522 #ifndef MOAB_VERSION_MINOR 00523 #define MOAB_VERSION_MINOR 2 00524 #endif 00525 00526 /* MOAB Patch Level */ 00527 #ifndef MOAB_VERSION_PATCH 00528 #define MOAB_VERSION_PATCH 1 00529 #endif 00530 00531 /* MOAB Version String */ 00532 #ifndef MOAB_VERSION_STRING 00533 #define MOAB_VERSION_STRING "MOAB 5.2.1" 00534 #endif 00535 00536 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00537 significant byte first (like Motorola and SPARC, unlike Intel). */ 00538 #if defined AC_APPLE_UNIVERSAL_BUILD 00539 # if defined __BIG_ENDIAN__ 00540 # define WORDS_BIGENDIAN 1 00541 # endif 00542 #else 00543 # ifndef WORDS_BIGENDIAN 00544 /* # undef WORDS_BIGENDIAN */ 00545 # endif 00546 #endif 00547 00548 /* Define to 1 if the X Window System is missing or not being used. */ 00549 /* #undef X_DISPLAY_MISSING */ 00550 00551 /* once: _SRC_MOAB_MOABCONFIG_H */ 00552 #endif