Blame src/include/mpichconf.h.in

Packit Service c5cf8c
/* src/include/mpichconf.h.in.  Generated from configure.ac by autoheader.  */
Packit Service c5cf8c
Packit Service c5cf8c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
Packit Service c5cf8c
/*
Packit Service c5cf8c
 *  (C) 2001 by Argonne National Laboratory.
Packit Service c5cf8c
 *      See COPYRIGHT in top-level directory.
Packit Service c5cf8c
 */
Packit Service c5cf8c
#ifndef MPICHCONF_H_INCLUDED
Packit Service c5cf8c
#define MPICHCONF_H_INCLUDED
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if building universal (internal helper macro) */
Packit Service c5cf8c
#undef AC_APPLE_UNIVERSAL_BUILD
Packit Service c5cf8c
Packit Service c5cf8c
/* Define the number of CH3_RANK_BITS */
Packit Service c5cf8c
#undef CH3_RANK_BITS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define the number of CH4_RANK_BITS */
Packit Service c5cf8c
#undef CH4_RANK_BITS
Packit Service c5cf8c
Packit Service c5cf8c
/* define to enable collection of statistics */
Packit Service c5cf8c
#undef COLLECT_STATS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Packit Service c5cf8c
   systems. This function is required for `alloca.c' support on those systems.
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef CRAY_STACKSEG_END
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if using `alloca.c'. */
Packit Service c5cf8c
#undef C_ALLOCA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define the search path for machines files */
Packit Service c5cf8c
#undef DEFAULT_MACHINES_PATH
Packit Service c5cf8c
Packit Service c5cf8c
/* Define the default remote shell program to use */
Packit Service c5cf8c
#undef DEFAULT_REMOTE_SHELL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to disable shared-memory communication for debugging */
Packit Service c5cf8c
#undef ENABLED_NO_LOCAL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable debugging mode where shared-memory communication is done
Packit Service c5cf8c
   only between even procs or odd procs */
Packit Service c5cf8c
#undef ENABLED_ODD_EVEN_CLIQUES
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable shared-memory collectives */
Packit Service c5cf8c
#undef ENABLED_SHM_COLLECTIVES
Packit Service c5cf8c
Packit Service c5cf8c
/* Application checkpointing enabled */
Packit Service c5cf8c
#undef ENABLE_CHECKPOINTING
Packit Service c5cf8c
Packit Service c5cf8c
/* define to add per-vc function pointers to override send and recv functions
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef ENABLE_COMM_OVERRIDES
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if FTB is enabled */
Packit Service c5cf8c
#undef ENABLE_FTB
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable using Izem CPU atomics */
Packit Service c5cf8c
#undef ENABLE_IZEM_ATOMIC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable using Izem queues */
Packit Service c5cf8c
#undef ENABLE_IZEM_QUEUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable using Izem locks and condition variables */
Packit Service c5cf8c
#undef ENABLE_IZEM_SYNC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 to enable getdims-related MPI_T performance variables */
Packit Service c5cf8c
#undef ENABLE_PVAR_DIMS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 to enable nemesis-related MPI_T performance variables */
Packit Service c5cf8c
#undef ENABLE_PVAR_NEM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 to enable message receive queue-related MPI_T performance
Packit Service c5cf8c
   variables */
Packit Service c5cf8c
#undef ENABLE_PVAR_RECVQ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 to enable rma-related MPI_T performance variables */
Packit Service c5cf8c
#undef ENABLE_PVAR_RMA
Packit Service c5cf8c
Packit Service c5cf8c
/* The value of false in Fortran */
Packit Service c5cf8c
#undef F77_FALSE_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with no trailing underscore */
Packit Service c5cf8c
#undef F77_NAME_LOWER
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with two trailing underscores */
Packit Service c5cf8c
#undef F77_NAME_LOWER_2USCORE
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with two trailing underscores in stdcall */
Packit Service c5cf8c
#undef F77_NAME_LOWER_2USCORE_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with no trailing underscore in stdcall */
Packit Service c5cf8c
#undef F77_NAME_LOWER_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with one trailing underscore */
Packit Service c5cf8c
#undef F77_NAME_LOWER_USCORE
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are lowercase with one trailing underscore in stdcall */
Packit Service c5cf8c
#undef F77_NAME_LOWER_USCORE_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names preserve the original case */
Packit Service c5cf8c
#undef F77_NAME_MIXED
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names preserve the original case in stdcall */
Packit Service c5cf8c
#undef F77_NAME_MIXED_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names preserve the original case with one trailing underscore */
Packit Service c5cf8c
#undef F77_NAME_MIXED_USCORE
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names preserve the original case with one trailing underscore in
Packit Service c5cf8c
   stdcall */
Packit Service c5cf8c
#undef F77_NAME_MIXED_USCORE_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are uppercase */
Packit Service c5cf8c
#undef F77_NAME_UPPER
Packit Service c5cf8c
Packit Service c5cf8c
/* Fortran names are uppercase in stdcall */
Packit Service c5cf8c
#undef F77_NAME_UPPER_STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* The value of true in Fortran */
Packit Service c5cf8c
#undef F77_TRUE_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if we know the value of Fortran true and false */
Packit Service c5cf8c
#undef F77_TRUE_VALUE_SET
Packit Service c5cf8c
Packit Service c5cf8c
/* Define FALSE */
Packit Service c5cf8c
#undef FALSE
Packit Service c5cf8c
Packit Service c5cf8c
/* Directory to use in namepub */
Packit Service c5cf8c
#undef FILE_NAMEPUB_BASEDIR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if addresses are a different size than Fortran integers */
Packit Service c5cf8c
#undef HAVE_AINT_DIFFERENT_THAN_FINT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if addresses are larger than Fortran integers */
Packit Service c5cf8c
#undef HAVE_AINT_LARGER_THAN_FINT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `alarm' function. */
Packit Service c5cf8c
#undef HAVE_ALARM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have `alloca', as a function or macro. */
Packit Service c5cf8c
#undef HAVE_ALLOCA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_ALLOCA_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int32_t works with any alignment */
Packit Service c5cf8c
#undef HAVE_ANY_INT32_T_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int64_t works with any alignment */
Packit Service c5cf8c
#undef HAVE_ANY_INT64_T_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <arpa/inet.h> header file. */
Packit Service c5cf8c
#undef HAVE_ARPA_INET_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <assert.h> header file. */
Packit Service c5cf8c
#undef HAVE_ASSERT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `bindprocessor' function. */
Packit Service c5cf8c
#undef HAVE_BINDPROCESSOR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the compiler supports __builtin_expect. */
Packit Service c5cf8c
#undef HAVE_BUILTIN_EXPECT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `CACHE_DESCRIPTOR'. */
Packit Service c5cf8c
#undef HAVE_CACHE_DESCRIPTOR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `CACHE_RELATIONSHIP'. */
Packit Service c5cf8c
#undef HAVE_CACHE_RELATIONSHIP
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler defines __FUNC__ */
Packit Service c5cf8c
#undef HAVE_CAP__FUNC__
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `CFUUIDCreate' function. */
Packit Service c5cf8c
#undef HAVE_CFUUIDCREATE
Packit Service c5cf8c
Packit Service c5cf8c
/* OFI netmod is built */
Packit Service c5cf8c
#undef HAVE_CH4_NETMOD_OFI
Packit Service c5cf8c
Packit Service c5cf8c
/* Portals4 netmod is built */
Packit Service c5cf8c
#undef HAVE_CH4_NETMOD_PORTALS4
Packit Service c5cf8c
Packit Service c5cf8c
/* UCX netmod is built */
Packit Service c5cf8c
#undef HAVE_CH4_NETMOD_UCX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `clz' function. */
Packit Service c5cf8c
#undef HAVE_CLZ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `clzl' function. */
Packit Service c5cf8c
#undef HAVE_CLZL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <CL/cl_ext.h> header file. */
Packit Service c5cf8c
#undef HAVE_CL_CL_EXT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <complex.h> header file. */
Packit Service c5cf8c
#undef HAVE_COMPLEX_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `cpuset_setaffinity' function. */
Packit Service c5cf8c
#undef HAVE_CPUSET_SETAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `cpuset_setid' function. */
Packit Service c5cf8c
#undef HAVE_CPUSET_SETID
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if CPU_SET and CPU_ZERO defined */
Packit Service c5cf8c
#undef HAVE_CPU_SET_MACROS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if cpu_set_t is defined in sched.h */
Packit Service c5cf8c
#undef HAVE_CPU_SET_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <ctype.h> header file. */
Packit Service c5cf8c
#undef HAVE_CTYPE_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if we have -lcuda */
Packit Service c5cf8c
#undef HAVE_CUDA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <cuda.h> header file. */
Packit Service c5cf8c
#undef HAVE_CUDA_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <cuda_runtime_api.h> header file. */
Packit Service c5cf8c
#undef HAVE_CUDA_RUNTIME_API_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if C++ is supported */
Packit Service c5cf8c
#undef HAVE_CXX_BINDING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define is C++ supports complex types */
Packit Service c5cf8c
#undef HAVE_CXX_COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler supports exceptions */
Packit Service c5cf8c
#undef HAVE_CXX_EXCEPTIONS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if multiple __attribute__((alias)) are supported */
Packit Service c5cf8c
#undef HAVE_C_MULTI_ATTR_ALIAS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if debugger support is included */
Packit Service c5cf8c
#undef HAVE_DEBUGGER_SUPPORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `CTL_HW', and to 0 if you don't.
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_DECL_CTL_HW
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `fabsf', and to 0 if you don't.
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_DECL_FABSF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `getexecname', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_GETEXECNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `GetModuleFileName', and to 0 if
Packit Service c5cf8c
   you don't. */
Packit Service c5cf8c
#undef HAVE_DECL_GETMODULEFILENAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `getprogname', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_GETPROGNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `HW_NCPU', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_HW_NCPU
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `lgrp_latency_cookie', and to 0
Packit Service c5cf8c
   if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL_LGRP_LATENCY_COOKIE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `modff', and to 0 if you don't.
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_DECL_MODFF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of
Packit Service c5cf8c
   `nvmlDeviceGetMaxPcieLinkGeneration', and to 0 if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL_NVMLDEVICEGETMAXPCIELINKGENERATION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `pthread_getaffinity_np', and to
Packit Service c5cf8c
   0 if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL_PTHREAD_GETAFFINITY_NP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `pthread_setaffinity_np', and to
Packit Service c5cf8c
   0 if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL_PTHREAD_SETAFFINITY_NP
Packit Service c5cf8c
Packit Service c5cf8c
/* Embedded mode; just assume we do not have Valgrind support */
Packit Service c5cf8c
#undef HAVE_DECL_RUNNING_ON_VALGRIND
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `sched_getcpu', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_SCHED_GETCPU
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_SNPRINTF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_STRERROR_R
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL_STRTOULL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL__PUTENV
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_LARGE_PAGESIZE', and to 0
Packit Service c5cf8c
   if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_LARGE_PAGESIZE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_NPROCESSORS_CONF', and to 0
Packit Service c5cf8c
   if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_NPROCESSORS_CONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_NPROCESSORS_ONLN', and to 0
Packit Service c5cf8c
   if you don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_NPROCESSORS_ONLN
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_NPROC_CONF', and to 0 if
Packit Service c5cf8c
   you don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_NPROC_CONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_NPROC_ONLN', and to 0 if
Packit Service c5cf8c
   you don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_NPROC_ONLN
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_PAGESIZE', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_PAGESIZE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_SC_PAGE_SIZE', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL__SC_PAGE_SIZE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the declaration of `_strdup', and to 0 if you
Packit Service c5cf8c
   don't. */
Packit Service c5cf8c
#undef HAVE_DECL__STRDUP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <dirent.h> header file. */
Packit Service c5cf8c
#undef HAVE_DIRENT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service c5cf8c
#undef HAVE_DLFCN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls how alignment of doubles is performed, separate from other FP
Packit Service c5cf8c
   values */
Packit Service c5cf8c
#undef HAVE_DOUBLE_ALIGNMENT_EXCEPTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls how alignment is applied based on position of doubles in the
Packit Service c5cf8c
   structure */
Packit Service c5cf8c
#undef HAVE_DOUBLE_POS_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `double _Complex'. */
Packit Service c5cf8c
#undef HAVE_DOUBLE__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <endian.h> header file. */
Packit Service c5cf8c
#undef HAVE_ENDIAN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <errno.h> header file. */
Packit Service c5cf8c
#undef HAVE_ERRNO_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable error checking */
Packit Service c5cf8c
#undef HAVE_ERROR_CHECKING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if environ extern is available */
Packit Service c5cf8c
#undef HAVE_EXTERN_ENVIRON
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 to enable Fortran 2008 binding */
Packit Service c5cf8c
#undef HAVE_F08_BINDING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <fcntl.h> header file. */
Packit Service c5cf8c
#undef HAVE_FCNTL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if Fortran 90 type routines available */
Packit Service c5cf8c
#undef HAVE_FC_TYPE_ROUTINES
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ffs' function. */
Packit Service c5cf8c
#undef HAVE_FFS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ffsl' function. */
Packit Service c5cf8c
#undef HAVE_FFSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if Fortran integer are the same size as C ints */
Packit Service c5cf8c
#undef HAVE_FINT_IS_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `float _Complex'. */
Packit Service c5cf8c
#undef HAVE_FLOAT__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `fls' function. */
Packit Service c5cf8c
#undef HAVE_FLS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `flsl' function. */
Packit Service c5cf8c
#undef HAVE_FLSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if Fortran is supported */
Packit Service c5cf8c
#undef HAVE_FORTRAN_BINDING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if GNU __attribute__ is supported */
Packit Service c5cf8c
#undef HAVE_GCC_ATTRIBUTE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `gethostname' function. */
Packit Service c5cf8c
#undef HAVE_GETHOSTNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `getpagesize' function. */
Packit Service c5cf8c
#undef HAVE_GETPAGESIZE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `getsid' function. */
Packit Service c5cf8c
#undef HAVE_GETSID
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `GROUP_AFFINITY'. */
Packit Service c5cf8c
#undef HAVE_GROUP_AFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `GROUP_RELATIONSHIP'. */
Packit Service c5cf8c
#undef HAVE_GROUP_RELATIONSHIP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `host_info' function. */
Packit Service c5cf8c
#undef HAVE_HOST_INFO
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if hwloc is available */
Packit Service c5cf8c
#undef HAVE_HWLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <hwloc.h> header file. */
Packit Service c5cf8c
#undef HAVE_HWLOC_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if struct hostent contains h_addr_list */
Packit Service c5cf8c
#undef HAVE_H_ADDR_LIST
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `inet_pton' function. */
Packit Service c5cf8c
#undef HAVE_INET_PTON
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int16_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_INT16_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int32_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_INT32_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int64_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_INT64_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if int8_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_INT8_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service c5cf8c
#undef HAVE_INTTYPES_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if struct iovec defined in sys/uio.h */
Packit Service c5cf8c
#undef HAVE_IOVEC_DEFINITION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `isatty' function. */
Packit Service c5cf8c
#undef HAVE_ISATTY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `KAFFINITY'. */
Packit Service c5cf8c
#undef HAVE_KAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if you have the <knem_io.h> header file. */
Packit Service c5cf8c
#undef HAVE_KNEM_IO_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <kstat.h> header file. */
Packit Service c5cf8c
#undef HAVE_KSTAT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `cr' library (-lcr). */
Packit Service c5cf8c
#undef HAVE_LIBCR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `fabric' library (-lfabric). */
Packit Service c5cf8c
#undef HAVE_LIBFABRIC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ftb' library (-lftb). */
Packit Service c5cf8c
#undef HAVE_LIBFTB
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if we have -lgdi32 */
Packit Service c5cf8c
#undef HAVE_LIBGDI32
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `hcoll' library (-lhcoll). */
Packit Service c5cf8c
#undef HAVE_LIBHCOLL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `hwloc' library (-lhwloc). */
Packit Service c5cf8c
#undef HAVE_LIBHWLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ibverbs' library (-libverbs). */
Packit Service c5cf8c
#undef HAVE_LIBIBVERBS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if we have -lkstat */
Packit Service c5cf8c
#undef HAVE_LIBKSTAT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if we have -llgrp */
Packit Service c5cf8c
#undef HAVE_LIBLGRP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `llc' library (-lllc). */
Packit Service c5cf8c
#undef HAVE_LIBLLC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `memcached' library (-lmemcached). */
Packit Service c5cf8c
#undef HAVE_LIBMEMCACHED
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `mxm' library (-lmxm). */
Packit Service c5cf8c
#undef HAVE_LIBMXM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `pmi' library (-lpmi). */
Packit Service c5cf8c
#undef HAVE_LIBPMI
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `pmix' library (-lpmix). */
Packit Service c5cf8c
#undef HAVE_LIBPMIX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `portals' library (-lportals). */
Packit Service c5cf8c
#undef HAVE_LIBPORTALS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ucp' library (-lucp). */
Packit Service c5cf8c
#undef HAVE_LIBUCP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <libudev.h> header file. */
Packit Service c5cf8c
#undef HAVE_LIBUDEV_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <limits.h> header file. */
Packit Service c5cf8c
#undef HAVE_LIMITS_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls how alignment is applied based on position of long long ints in
Packit Service c5cf8c
   the structure */
Packit Service c5cf8c
#undef HAVE_LLINT_POS_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `LOGICAL_PROCESSOR_RELATIONSHIP'. */
Packit Service c5cf8c
#undef HAVE_LOGICAL_PROCESSOR_RELATIONSHIP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if long double is supported */
Packit Service c5cf8c
#undef HAVE_LONG_DOUBLE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `long double _Complex'. */
Packit Service c5cf8c
#undef HAVE_LONG_DOUBLE__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if long long allowed */
Packit Service c5cf8c
#undef HAVE_LONG_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if long long is supported */
Packit Service c5cf8c
#undef HAVE_LONG_LONG_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <mach/mach_host.h> header file. */
Packit Service c5cf8c
#undef HAVE_MACH_MACH_HOST_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <mach/mach_init.h> header file. */
Packit Service c5cf8c
#undef HAVE_MACH_MACH_INIT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if C99-style variable argument list macro functionality */
Packit Service c5cf8c
#undef HAVE_MACRO_VA_ARGS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <malloc.h> header file. */
Packit Service c5cf8c
#undef HAVE_MALLOC_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls byte alignment of structs with doubles */
Packit Service c5cf8c
#undef HAVE_MAX_DOUBLE_FP_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls byte alignment of structures with floats, doubles, and long
Packit Service c5cf8c
   doubles (for MPI structs) */
Packit Service c5cf8c
#undef HAVE_MAX_FP_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls byte alignment of integer structures (for MPI structs) */
Packit Service c5cf8c
#undef HAVE_MAX_INTEGER_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls byte alignment of structs with long doubles */
Packit Service c5cf8c
#undef HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Controls byte alignment of structures (for aligning allocated structures)
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_MAX_STRUCT_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `memalign' function. */
Packit Service c5cf8c
#undef HAVE_MEMALIGN
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <memory.h> header file. */
Packit Service c5cf8c
#undef HAVE_MEMORY_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `mkstemp' function. */
Packit Service c5cf8c
#undef HAVE_MKSTEMP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define so that we can test whether the mpichconf.h file has been included
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_MPICHCONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if the Fortran init code for MPI works from C programs without
Packit Service c5cf8c
   special libraries */
Packit Service c5cf8c
#undef HAVE_MPI_F_INIT_WORKS_WITH_C
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if multiple weak symbols may be defined */
Packit Service c5cf8c
#undef HAVE_MULTIPLE_PRAGMA_WEAK
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if a name publishing service is available */
Packit Service c5cf8c
#undef HAVE_NAMEPUB_SERVICE
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler implements namespaces */
Packit Service c5cf8c
#undef HAVE_NAMESPACES
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler implements namespace std */
Packit Service c5cf8c
#undef HAVE_NAMESPACE_STD
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <netdb.h> header file. */
Packit Service c5cf8c
#undef HAVE_NETDB_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if netinet/in.h exists */
Packit Service c5cf8c
#undef HAVE_NETINET_IN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <netinet/tcp.h> header file. */
Packit Service c5cf8c
#undef HAVE_NETINET_TCP_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if netloc is available in either user specified path or in system
Packit Service c5cf8c
   path */
Packit Service c5cf8c
#undef HAVE_NETLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <net/if.h> header file. */
Packit Service c5cf8c
#undef HAVE_NET_IF_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if the Fortran types are not available in C */
Packit Service c5cf8c
#undef HAVE_NO_FORTRAN_MPI_TYPES_IN_C
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `NUMA_NODE_RELATIONSHIP'. */
Packit Service c5cf8c
#undef HAVE_NUMA_NODE_RELATIONSHIP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <NVCtrl/NVCtrl.h> header file. */
Packit Service c5cf8c
#undef HAVE_NVCTRL_NVCTRL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <nvml.h> header file. */
Packit Service c5cf8c
#undef HAVE_NVML_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `openat' function. */
Packit Service c5cf8c
#undef HAVE_OPENAT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
Packit Service c5cf8c
#undef HAVE_OPENCL_CL_EXT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define is the OSX thread affinity policy macros defined */
Packit Service c5cf8c
#undef HAVE_OSX_THREAD_AFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <picl.h> header file. */
Packit Service c5cf8c
#undef HAVE_PICL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <poll.h> header file. */
Packit Service c5cf8c
#undef HAVE_POLL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `posix_memalign' function. */
Packit Service c5cf8c
#undef HAVE_POSIX_MEMALIGN
Packit Service c5cf8c
Packit Service c5cf8c
/* Cray style weak pragma */
Packit Service c5cf8c
#undef HAVE_PRAGMA_CRI_DUP
Packit Service c5cf8c
Packit Service c5cf8c
/* HP style weak pragma */
Packit Service c5cf8c
#undef HAVE_PRAGMA_HP_SEC_DEF
Packit Service c5cf8c
Packit Service c5cf8c
/* Supports weak pragma */
Packit Service c5cf8c
#undef HAVE_PRAGMA_WEAK
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PROCESSOR_CACHE_TYPE'. */
Packit Service c5cf8c
#undef HAVE_PROCESSOR_CACHE_TYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PROCESSOR_GROUP_INFO'. */
Packit Service c5cf8c
#undef HAVE_PROCESSOR_GROUP_INFO
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PROCESSOR_NUMBER'. */
Packit Service c5cf8c
#undef HAVE_PROCESSOR_NUMBER
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PROCESSOR_RELATIONSHIP'. */
Packit Service c5cf8c
#undef HAVE_PROCESSOR_RELATIONSHIP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to '1' if program_invocation_name is present and usable */
Packit Service c5cf8c
#undef HAVE_PROGRAM_INVOCATION_NAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PSAPI_WORKING_SET_EX_BLOCK'. */
Packit Service c5cf8c
#undef HAVE_PSAPI_WORKING_SET_EX_BLOCK
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `PSAPI_WORKING_SET_EX_INFORMATION'.
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HAVE_PSAPI_WORKING_SET_EX_INFORMATION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <pthread_np.h> header file. */
Packit Service c5cf8c
#undef HAVE_PTHREAD_NP_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `pthread_t'. */
Packit Service c5cf8c
#undef HAVE_PTHREAD_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ptrace' function. */
Packit Service c5cf8c
#undef HAVE_PTRACE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if ptrace parameters available */
Packit Service c5cf8c
#undef HAVE_PTRACE_CONT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `putenv' function. */
Packit Service c5cf8c
#undef HAVE_PUTENV
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `qsort' function. */
Packit Service c5cf8c
#undef HAVE_QSORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `rand' function. */
Packit Service c5cf8c
#undef HAVE_RAND
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <random.h> header file. */
Packit Service c5cf8c
#undef HAVE_RANDOM_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `random_r' function. */
Packit Service c5cf8c
#undef HAVE_RANDOM_R
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `RelationProcessorPackage'. */
Packit Service c5cf8c
#undef HAVE_RELATIONPROCESSORPACKAGE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if ROMIO is enabled */
Packit Service c5cf8c
#undef HAVE_ROMIO
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `sched_getaffinity' function. */
Packit Service c5cf8c
#undef HAVE_SCHED_GETAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sched.h> header file. */
Packit Service c5cf8c
#undef HAVE_SCHED_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `sched_setaffinity' function. */
Packit Service c5cf8c
#undef HAVE_SCHED_SETAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `select' function. */
Packit Service c5cf8c
#undef HAVE_SELECT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `setitimer' function. */
Packit Service c5cf8c
#undef HAVE_SETITIMER
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `setlocale' function. */
Packit Service c5cf8c
#undef HAVE_SETLOCALE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `setsid' function. */
Packit Service c5cf8c
#undef HAVE_SETSID
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `sigaction' function. */
Packit Service c5cf8c
#undef HAVE_SIGACTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `signal' function. */
Packit Service c5cf8c
#undef HAVE_SIGNAL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <signal.h> header file. */
Packit Service c5cf8c
#undef HAVE_SIGNAL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `sigset' function. */
Packit Service c5cf8c
#undef HAVE_SIGSET
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `snprintf' function. */
Packit Service c5cf8c
#undef HAVE_SNPRINTF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if socklen_t is available */
Packit Service c5cf8c
#undef HAVE_SOCKLEN_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `srand' function. */
Packit Service c5cf8c
#undef HAVE_SRAND
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `ssize_t'. */
Packit Service c5cf8c
#undef HAVE_SSIZE_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdarg.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDARG_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdbool.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDBOOL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stddef.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDDEF_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDINT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdio.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDIO_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDLIB_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strcasecmp' function. */
Packit Service c5cf8c
#undef HAVE_STRCASECMP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strdup' function. */
Packit Service c5cf8c
#undef HAVE_STRDUP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strerror' function. */
Packit Service c5cf8c
#undef HAVE_STRERROR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strerror_r' function. */
Packit Service c5cf8c
#undef HAVE_STRERROR_R
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strftime' function. */
Packit Service c5cf8c
#undef HAVE_STRFTIME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <strings.h> header file. */
Packit Service c5cf8c
#undef HAVE_STRINGS_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <string.h> header file. */
Packit Service c5cf8c
#undef HAVE_STRING_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strncasecmp' function. */
Packit Service c5cf8c
#undef HAVE_STRNCASECMP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strsignal' function. */
Packit Service c5cf8c
#undef HAVE_STRSIGNAL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `strtoull' function. */
Packit Service c5cf8c
#undef HAVE_STRTOULL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if struct ifconf can be used */
Packit Service c5cf8c
#undef HAVE_STRUCT_IFCONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if struct ifreq can be used */
Packit Service c5cf8c
#undef HAVE_STRUCT_IFREQ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `struct random_data'. */
Packit Service c5cf8c
#undef HAVE_STRUCT_RANDOM_DATA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to '1' if sysctl is present and usable */
Packit Service c5cf8c
#undef HAVE_SYSCTL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to '1' if sysctlbyname is present and usable */
Packit Service c5cf8c
#undef HAVE_SYSCTLBYNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type
Packit Service c5cf8c
   `SYSTEM_LOGICAL_PROCESSOR_INFORMATION'. */
Packit Service c5cf8c
#undef HAVE_SYSTEM_LOGICAL_PROCESSOR_INFORMATION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type
Packit Service c5cf8c
   `SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX'. */
Packit Service c5cf8c
#undef HAVE_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if sys/bitypes.h exists */
Packit Service c5cf8c
#undef HAVE_SYS_BITYPES_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/cpuset.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_CPUSET_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/ioctl.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_IOCTL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/ipc.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_IPC_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/lgrp_user.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_LGRP_USER_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/mman.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_MMAN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/param.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_PARAM_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/poll.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_POLL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/ptrace.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_PTRACE_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/select.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_SELECT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/shm.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_SHM_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_SOCKET_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/sockio.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_SOCKIO_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_STAT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/sysctl.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_SYSCTL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/time.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_TIME_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_TYPES_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/uio.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_UIO_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/un.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_UN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/utsname.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_UTSNAME_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable tag error bits */
Packit Service c5cf8c
#undef HAVE_TAG_ERROR_BITS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `thread_policy_set' function. */
Packit Service c5cf8c
#undef HAVE_THREAD_POLICY_SET
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `time' function. */
Packit Service c5cf8c
#undef HAVE_TIME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <time.h> header file. */
Packit Service c5cf8c
#undef HAVE_TIME_H
Packit Service c5cf8c
Packit Service c5cf8c
/* define to enable timing collection */
Packit Service c5cf8c
#undef HAVE_TIMING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if uint16_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_UINT16_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if uint32_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_UINT32_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if uint64_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_UINT64_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if uint8_t is supported by the C compiler */
Packit Service c5cf8c
#undef HAVE_UINT8_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `uname' function. */
Packit Service c5cf8c
#undef HAVE_UNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service c5cf8c
#undef HAVE_UNISTD_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `unsetenv' function. */
Packit Service c5cf8c
#undef HAVE_UNSETENV
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `usleep' function. */
Packit Service c5cf8c
#undef HAVE_USLEEP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `uuid_generate' function. */
Packit Service c5cf8c
#undef HAVE_UUID_GENERATE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <uuid/uuid.h> header file. */
Packit Service c5cf8c
#undef HAVE_UUID_UUID_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
Packit Service c5cf8c
#undef HAVE_VALGRIND_VALGRIND_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if we have va_copy */
Packit Service c5cf8c
#undef HAVE_VA_COPY
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether C compiler supports symbol visibility or not */
Packit Service c5cf8c
#undef HAVE_VISIBILITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `vsnprintf' function. */
Packit Service c5cf8c
#undef HAVE_VSNPRINTF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `vsprintf' function. */
Packit Service c5cf8c
#undef HAVE_VSPRINTF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <wait.h> header file. */
Packit Service c5cf8c
#undef HAVE_WAIT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Attribute style weak pragma */
Packit Service c5cf8c
#undef HAVE_WEAK_ATTRIBUTE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <X11/keysym.h> header file. */
Packit Service c5cf8c
#undef HAVE_X11_KEYSYM_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <X11/Xlib.h> header file. */
Packit Service c5cf8c
#undef HAVE_X11_XLIB_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <X11/Xutil.h> header file. */
Packit Service c5cf8c
#undef HAVE_X11_XUTIL_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the system has the type `_Bool'. */
Packit Service c5cf8c
#undef HAVE__BOOL
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler defines __FUNCTION__ */
Packit Service c5cf8c
#undef HAVE__FUNCTION__
Packit Service c5cf8c
Packit Service c5cf8c
/* define if the compiler defines __func__ */
Packit Service c5cf8c
#undef HAVE__FUNC__
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to '1' if __progname is present and usable */
Packit Service c5cf8c
#undef HAVE___PROGNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if we have __va_copy */
Packit Service c5cf8c
#undef HAVE___VA_COPY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on AIX */
Packit Service c5cf8c
#undef HWLOC_AIX_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on BlueGene/Q */
Packit Service c5cf8c
#undef HWLOC_BGQ_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether C compiler supports symbol visibility or not */
Packit Service c5cf8c
#undef HWLOC_C_HAVE_VISIBILITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on Darwin */
Packit Service c5cf8c
#undef HWLOC_DARWIN_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether we are in debugging mode or not */
Packit Service c5cf8c
#undef HWLOC_DEBUG
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on *FREEBSD */
Packit Service c5cf8c
#undef HWLOC_FREEBSD_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ aligned or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_ALIGNED
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ always_inline or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ cold or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_COLD
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ const or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_CONST
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ deprecated or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_DEPRECATED
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ format or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_FORMAT
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ hot or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_HOT
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ malloc or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_MALLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ may_alias or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ nonnull or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_NONNULL
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ noreturn or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_NORETURN
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ no_instrument_function or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ packed or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_PACKED
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ pure or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_PURE
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ sentinel or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_SENTINEL
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ unused or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_UNUSED
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ warn unused result or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether your compiler has __attribute__ weak alias or not */
Packit Service c5cf8c
#undef HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if your `ffs' function is known to be broken. */
Packit Service c5cf8c
#undef HWLOC_HAVE_BROKEN_FFS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `clz' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_CLZ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `clzl' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_CLZL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the CPU_SET macro works */
Packit Service c5cf8c
#undef HWLOC_HAVE_CPU_SET
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the CPU_SET_S macro works */
Packit Service c5cf8c
#undef HWLOC_HAVE_CPU_SET_S
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `cudart' SDK. */
Packit Service c5cf8c
#undef HWLOC_HAVE_CUDART
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `clz' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_CLZ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `clzl' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_CLZL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `ffs' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_FFS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `ffsl' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_FFSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `fls' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_FLS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `flsl' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_FLSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `strcasecmp' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_STRCASECMP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `strncasecmp' is declared by system headers */
Packit Service c5cf8c
#undef HWLOC_HAVE_DECL_STRNCASECMP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ffs' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_FFS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `ffsl' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_FFSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `fls' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_FLS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `flsl' function. */
Packit Service c5cf8c
#undef HWLOC_HAVE_FLSL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the GL module components. */
Packit Service c5cf8c
#undef HWLOC_HAVE_GL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have libudev. */
Packit Service c5cf8c
#undef HWLOC_HAVE_LIBUDEV
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `libxml2' library. */
Packit Service c5cf8c
#undef HWLOC_HAVE_LIBXML2
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if building the Linux I/O component */
Packit Service c5cf8c
#undef HWLOC_HAVE_LINUXIO
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if enabling Linux-specific PCI discovery in the Linux I/O
Packit Service c5cf8c
   component */
Packit Service c5cf8c
#undef HWLOC_HAVE_LINUXPCI
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `NVML' library. */
Packit Service c5cf8c
#undef HWLOC_HAVE_NVML
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if glibc provides the old prototype (without length) of
Packit Service c5cf8c
   sched_setaffinity() */
Packit Service c5cf8c
#undef HWLOC_HAVE_OLD_SCHED_SETAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `OpenCL' library. */
Packit Service c5cf8c
#undef HWLOC_HAVE_OPENCL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the hwloc library should support dynamically-loaded plugins
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef HWLOC_HAVE_PLUGINS
Packit Service c5cf8c
Packit Service c5cf8c
/* `Define to 1 if you have pthread_getthrds_np' */
Packit Service c5cf8c
#undef HWLOC_HAVE_PTHREAD_GETTHRDS_NP
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if pthread mutexes are available */
Packit Service c5cf8c
#undef HWLOC_HAVE_PTHREAD_MUTEX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if glibc provides a prototype of sched_setaffinity() */
Packit Service c5cf8c
#undef HWLOC_HAVE_SCHED_SETAFFINITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service c5cf8c
#undef HWLOC_HAVE_STDINT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if function `syscall' is available with 6 parameters */
Packit Service c5cf8c
#undef HWLOC_HAVE_SYSCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `windows.h' header. */
Packit Service c5cf8c
#undef HWLOC_HAVE_WINDOWS_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if X11 headers including Xutil.h and keysym.h are available. */
Packit Service c5cf8c
#undef HWLOC_HAVE_X11_KEYSYM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have x86 cpuid */
Packit Service c5cf8c
#undef HWLOC_HAVE_X86_CPUID
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on HP-UX */
Packit Service c5cf8c
#undef HWLOC_HPUX_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on Irix */
Packit Service c5cf8c
#undef HWLOC_IRIX_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on Linux */
Packit Service c5cf8c
#undef HWLOC_LINUX_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on *NETBSD */
Packit Service c5cf8c
#undef HWLOC_NETBSD_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned int', as computed by sizeof */
Packit Service c5cf8c
#undef HWLOC_SIZEOF_UNSIGNED_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned long', as computed by sizeof */
Packit Service c5cf8c
#undef HWLOC_SIZEOF_UNSIGNED_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on Solaris */
Packit Service c5cf8c
#undef HWLOC_SOLARIS_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* The hwloc symbol prefix */
Packit Service c5cf8c
#undef HWLOC_SYM_PREFIX
Packit Service c5cf8c
Packit Service c5cf8c
/* The hwloc symbol prefix in all caps */
Packit Service c5cf8c
#undef HWLOC_SYM_PREFIX_CAPS
Packit Service c5cf8c
Packit Service c5cf8c
/* Whether we need to re-define all the hwloc public symbols or not */
Packit Service c5cf8c
#undef HWLOC_SYM_TRANSFORM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on unsupported systems */
Packit Service c5cf8c
#undef HWLOC_UNSUPPORTED_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* The library version, always available, even in embedded mode, contrary to
Packit Service c5cf8c
   VERSION */
Packit Service c5cf8c
#undef HWLOC_VERSION
Packit Service c5cf8c
Packit Service c5cf8c
/* The library version optional greek suffix string */
Packit Service c5cf8c
#undef HWLOC_VERSION_GREEK
Packit Service c5cf8c
Packit Service c5cf8c
/* The library version major number */
Packit Service c5cf8c
#undef HWLOC_VERSION_MAJOR
Packit Service c5cf8c
Packit Service c5cf8c
/* The library version minor number */
Packit Service c5cf8c
#undef HWLOC_VERSION_MINOR
Packit Service c5cf8c
Packit Service c5cf8c
/* The library version release number */
Packit Service c5cf8c
#undef HWLOC_VERSION_RELEASE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on WINDOWS */
Packit Service c5cf8c
#undef HWLOC_WIN_SYS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on x86_32 */
Packit Service c5cf8c
#undef HWLOC_X86_32_ARCH
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 on x86_64 */
Packit Service c5cf8c
#undef HWLOC_X86_64_ARCH
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service c5cf8c
#undef LT_OBJDIR
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable checking of handles still allocated at MPI_Finalize */
Packit Service c5cf8c
#undef MPICH_DEBUG_HANDLEALLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable handle checking */
Packit Service c5cf8c
#undef MPICH_DEBUG_HANDLES
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if each function exit should confirm memory arena correctness */
Packit Service c5cf8c
#undef MPICH_DEBUG_MEMARENA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable preinitialization of memory used by structures and unions
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef MPICH_DEBUG_MEMINIT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable mutex debugging */
Packit Service c5cf8c
#undef MPICH_DEBUG_MUTEX
Packit Service c5cf8c
Packit Service c5cf8c
/* define to enable error messages */
Packit Service c5cf8c
#undef MPICH_ERROR_MSG_LEVEL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define as the name of the debugger support library */
Packit Service c5cf8c
#undef MPICH_INFODLL_LOC
Packit Service c5cf8c
Packit Service c5cf8c
/* MPICH is configured to require thread safety */
Packit Service c5cf8c
#undef MPICH_IS_THREADED
Packit Service c5cf8c
Packit Service c5cf8c
/* Method used to implement atomic updates and access */
Packit Service c5cf8c
#undef MPICH_THREAD_GRANULARITY
Packit Service c5cf8c
Packit Service c5cf8c
/* Level of thread support selected at compile time */
Packit Service c5cf8c
#undef MPICH_THREAD_LEVEL
Packit Service c5cf8c
Packit Service c5cf8c
/* Method used to implement refcount updates */
Packit Service c5cf8c
#undef MPICH_THREAD_REFCOUNT
Packit Service c5cf8c
Packit Service c5cf8c
/* define to disable reference counting predefined objects like MPI_COMM_WORLD
Packit Service c5cf8c
   */
Packit Service c5cf8c
#undef MPICH_THREAD_SUPPRESS_PREDEFINED_REFCOUNTS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable message-driven thread activation */
Packit Service c5cf8c
#undef MPICH_THREAD_USE_MDTA
Packit Service c5cf8c
Packit Service c5cf8c
/* CH4 should build locality info */
Packit Service c5cf8c
#undef MPIDI_BUILD_CH4_LOCALITY_INFO
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if CH4U will use per-communicator message queues */
Packit Service c5cf8c
#undef MPIDI_CH4U_USE_PER_COMM_QUEUE
Packit Service c5cf8c
Packit Service c5cf8c
/* CH4 Directly transfers data through the chosen netmode */
Packit Service c5cf8c
#undef MPIDI_CH4_DIRECT_NETMOD
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use bgq capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_BGQ
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use gni capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_GNI
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use PSM capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_PSM
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use PSM2 capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_PSM2
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use runtime capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_RUNTIME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use sockets capability set */
Packit Service c5cf8c
#undef MPIDI_CH4_OFI_USE_SET_SOCKETS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable direct multi-threading model */
Packit Service c5cf8c
#undef MPIDI_CH4_USE_MT_DIRECT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable hand-off multi-threading model */
Packit Service c5cf8c
#undef MPIDI_CH4_USE_MT_HANDOFF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable runtime multi-threading model */
Packit Service c5cf8c
#undef MPIDI_CH4_USE_MT_RUNTIME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable trylock-enqueue multi-threading model */
Packit Service c5cf8c
#undef MPIDI_CH4_USE_MT_TRYLOCK
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to turn on the inlining optimizations in Nemesis code */
Packit Service c5cf8c
#undef MPID_NEM_INLINE
Packit Service c5cf8c
Packit Service c5cf8c
/* Method for local large message transfers. */
Packit Service c5cf8c
#undef MPID_NEM_LOCAL_LMT_IMPL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable lock-free communication queues */
Packit Service c5cf8c
#undef MPID_NEM_USE_LOCK_FREE_QUEUES
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if a port may be used to communicate with the processes */
Packit Service c5cf8c
#undef MPIEXEC_ALLOW_PORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Size of an MPI_STATUS, in Fortran, in Fortran integers */
Packit Service c5cf8c
#undef MPIF_STATUS_SIZE
Packit Service c5cf8c
Packit Service c5cf8c
/* limits.h _MAX constant for MPI_Aint */
Packit Service c5cf8c
#undef MPIR_AINT_MAX
Packit Service c5cf8c
Packit Service c5cf8c
/* limits.h _MAX constant for MPI_Count */
Packit Service c5cf8c
#undef MPIR_COUNT_MAX
Packit Service c5cf8c
Packit Service c5cf8c
/* a C type used to compute C++ bool reductions */
Packit Service c5cf8c
#undef MPIR_CXX_BOOL_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define as the MPI Datatype handle for MPI::BOOL */
Packit Service c5cf8c
#undef MPIR_CXX_BOOL_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define as the MPI Datatype handle for MPI::COMPLEX */
Packit Service c5cf8c
#undef MPIR_CXX_COMPLEX_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define as the MPI Datatype handle for MPI::DOUBLE_COMPLEX */
Packit Service c5cf8c
#undef MPIR_CXX_DOUBLE_COMPLEX_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define as the MPI Datatype handle for MPI::LONG_DOUBLE_COMPLEX */
Packit Service c5cf8c
#undef MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE
Packit Service c5cf8c
Packit Service c5cf8c
/* The C type for FORTRAN DOUBLE PRECISION */
Packit Service c5cf8c
#undef MPIR_FC_DOUBLE_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* The C type for FORTRAN REAL */
Packit Service c5cf8c
#undef MPIR_FC_REAL_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_INTEGER16 */
Packit Service c5cf8c
#undef MPIR_INTEGER16_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_INTEGER1 */
Packit Service c5cf8c
#undef MPIR_INTEGER1_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_INTEGER2 */
Packit Service c5cf8c
#undef MPIR_INTEGER2_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_INTEGER4 */
Packit Service c5cf8c
#undef MPIR_INTEGER4_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_INTEGER8 */
Packit Service c5cf8c
#undef MPIR_INTEGER8_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* limits.h _MAX constant for MPI_Offset */
Packit Service c5cf8c
#undef MPIR_OFFSET_MAX
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_REAL16 */
Packit Service c5cf8c
#undef MPIR_REAL16_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_REAL4 */
Packit Service c5cf8c
#undef MPIR_REAL4_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* C type to use for MPI_REAL8 */
Packit Service c5cf8c
#undef MPIR_REAL8_CTYPE
Packit Service c5cf8c
Packit Service c5cf8c
/* MPIR_Ucount is an unsigned MPI_Count-sized integer */
Packit Service c5cf8c
#undef MPIR_Ucount
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable timing mutexes */
Packit Service c5cf8c
#undef MPIU_MUTEX_WAIT_TIME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if /bin must be in path */
Packit Service c5cf8c
#undef NEEDS_BIN_IN_PATH
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if environ decl needed */
Packit Service c5cf8c
#undef NEEDS_ENVIRON_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if gethostname needs a declaration */
Packit Service c5cf8c
#undef NEEDS_GETHOSTNAME_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if getsid needs a declaration */
Packit Service c5cf8c
#undef NEEDS_GETSID_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if mkstemp needs a declaration */
Packit Service c5cf8c
#undef NEEDS_MKSTEMP_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* define if pointers must be aligned on pointer boundaries */
Packit Service c5cf8c
#undef NEEDS_POINTER_ALIGNMENT_ADJUST
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if _POSIX_SOURCE needed to get sigaction */
Packit Service c5cf8c
#undef NEEDS_POSIX_FOR_SIGACTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if putenv needs a declaration */
Packit Service c5cf8c
#undef NEEDS_PUTENV_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if snprintf needs a declaration */
Packit Service c5cf8c
#undef NEEDS_SNPRINTF_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if strdup needs a declaration */
Packit Service c5cf8c
#undef NEEDS_STRDUP_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if strerror_r needs a declaration */
Packit Service c5cf8c
#undef NEEDS_STRERROR_R_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if strict alignment memory access is required */
Packit Service c5cf8c
#undef NEEDS_STRICT_ALIGNMENT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if strsignal needs a declaration */
Packit Service c5cf8c
#undef NEEDS_STRSIGNAL_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if vsnprintf needs a declaration */
Packit Service c5cf8c
#undef NEEDS_VSNPRINTF_DECL
Packit Service c5cf8c
Packit Service c5cf8c
/* Name of package */
Packit Service c5cf8c
#undef PACKAGE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the address where bug reports for this package should be sent. */
Packit Service c5cf8c
#undef PACKAGE_BUGREPORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the full name of this package. */
Packit Service c5cf8c
#undef PACKAGE_NAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the full name and version of this package. */
Packit Service c5cf8c
#undef PACKAGE_STRING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the one symbol short name of this package. */
Packit Service c5cf8c
#undef PACKAGE_TARNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the home page for this package. */
Packit Service c5cf8c
#undef PACKAGE_URL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the version of this package. */
Packit Service c5cf8c
#undef PACKAGE_VERSION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to turn on the prefetching optimization in Nemesis code */
Packit Service c5cf8c
#undef PREFETCH_CELL
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `bool', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_BOOL
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `char', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_CHAR
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `Complex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `double', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_DOUBLE
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `DoubleComplex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_DOUBLECOMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `double_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_DOUBLE_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `double _Complex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_DOUBLE__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define size of PAC_TYPE_NAME */
Packit Service c5cf8c
#undef SIZEOF_F77_DOUBLE_PRECISION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define size of PAC_TYPE_NAME */
Packit Service c5cf8c
#undef SIZEOF_F77_INTEGER
Packit Service c5cf8c
Packit Service c5cf8c
/* Define size of PAC_TYPE_NAME */
Packit Service c5cf8c
#undef SIZEOF_F77_REAL
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `float', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_FLOAT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `float_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_FLOAT_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `float _Complex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_FLOAT__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* define if sizeof(int) = sizeof(MPI_Aint) */
Packit Service c5cf8c
#undef SIZEOF_INT_IS_AINT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `LongDoubleComplex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONGDOUBLECOMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long double', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG_DOUBLE
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long_double_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG_DOUBLE_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long double _Complex', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG_DOUBLE__COMPLEX
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `long long', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_LONG_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `MPII_Bsend_data_t', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_MPII_BSEND_DATA_T
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `OPA_ptr_t', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_OPA_PTR_T
Packit Service c5cf8c
Packit Service c5cf8c
/* define if sizeof(void *) = sizeof(MPI_Aint) */
Packit Service c5cf8c
#undef SIZEOF_PTR_IS_AINT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `short', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_SHORT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `short_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_SHORT_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `two_int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_TWO_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned char', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_UNSIGNED_CHAR
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned int', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_UNSIGNED_INT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned long', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_UNSIGNED_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned long long', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_UNSIGNED_LONG_LONG
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `unsigned short', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_UNSIGNED_SHORT
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `void *', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_VOID_P
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `wchar_t', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF_WCHAR_T
Packit Service c5cf8c
Packit Service c5cf8c
/* The size of `_Bool', as computed by sizeof. */
Packit Service c5cf8c
#undef SIZEOF__BOOL
Packit Service c5cf8c
Packit Service c5cf8c
/* If using the C implementation of alloca, define if you know the
Packit Service c5cf8c
   direction of stack growth for your system; otherwise it will be
Packit Service c5cf8c
   automatically deduced at runtime.
Packit Service c5cf8c
	STACK_DIRECTION > 0 => grows toward higher addresses
Packit Service c5cf8c
	STACK_DIRECTION < 0 => grows toward lower addresses
Packit Service c5cf8c
	STACK_DIRECTION = 0 => direction of growth unknown */
Packit Service c5cf8c
#undef STACK_DIRECTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define calling convention */
Packit Service c5cf8c
#undef STDCALL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the ANSI C header files. */
Packit Service c5cf8c
#undef STDC_HEADERS
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if strerror_r returns char *. */
Packit Service c5cf8c
#undef STRERROR_R_CHAR_P
Packit Service c5cf8c
Packit Service c5cf8c
/* Define TRUE */
Packit Service c5cf8c
#undef TRUE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if MPI_Aint should be used instead of void * for storing attribute
Packit Service c5cf8c
   values */
Packit Service c5cf8c
#undef USE_AINT_FOR_ATTRVAL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if alloca should be used if available */
Packit Service c5cf8c
#undef USE_ALLOCA
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if performing coverage tests */
Packit Service c5cf8c
#undef USE_COVERAGE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to use the fastboxes in Nemesis code */
Packit Service c5cf8c
#undef USE_FASTBOX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if file should be used for name publisher */
Packit Service c5cf8c
#undef USE_FILE_FOR_NAMEPUB
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if the length of a CHARACTER*(*) string in Fortran should be passed
Packit Service c5cf8c
   as size_t instead of int */
Packit Service c5cf8c
#undef USE_FORT_STR_LEN_SIZET
Packit Service c5cf8c
Packit Service c5cf8c
/* Enable extensions on HP-UX. */
Packit Service c5cf8c
#ifndef _HPUX_SOURCE
Packit Service c5cf8c
# undef _HPUX_SOURCE
Packit Service c5cf8c
#endif
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
/* define to choose logging library */
Packit Service c5cf8c
#undef USE_LOGGING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to enable memory tracing */
Packit Service c5cf8c
#undef USE_MEMORY_TRACING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if mpiexec should create a new process group session */
Packit Service c5cf8c
#undef USE_NEW_SESSION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if _POSIX_C_SOURCE needs to be undefined for struct ifconf */
Packit Service c5cf8c
#undef USE_NOPOSIX_FOR_IFCONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if PMI2 API must be used */
Packit Service c5cf8c
#undef USE_PMI2_API
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if PMIx API must be used */
Packit Service c5cf8c
#undef USE_PMIX_API
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if access to PMI information through a port rather than just an fd
Packit Service c5cf8c
   is allowed */
Packit Service c5cf8c
#undef USE_PMI_PORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if sigaction should be used to set signals */
Packit Service c5cf8c
#undef USE_SIGACTION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if signal should be used to set signals */
Packit Service c5cf8c
#undef USE_SIGNAL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define it the socket verify macros should be enabled */
Packit Service c5cf8c
#undef USE_SOCK_VERIFY
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if _SVID_SOURCE needs to be defined for struct ifconf */
Packit Service c5cf8c
#undef USE_SVIDSOURCE_FOR_IFCONF
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if we can use a symmetric heap */
Packit Service c5cf8c
#undef USE_SYM_HEAP
Packit Service c5cf8c
Packit Service c5cf8c
/* Enable extensions on AIX 3, Interix.  */
Packit Service c5cf8c
#ifndef _ALL_SOURCE
Packit Service c5cf8c
# undef _ALL_SOURCE
Packit Service c5cf8c
#endif
Packit Service c5cf8c
/* Enable GNU extensions on systems that have them.  */
Packit Service c5cf8c
#ifndef _GNU_SOURCE
Packit Service c5cf8c
# undef _GNU_SOURCE
Packit Service c5cf8c
#endif
Packit Service c5cf8c
/* Enable threading extensions on Solaris.  */
Packit Service c5cf8c
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit Service c5cf8c
# undef _POSIX_PTHREAD_SEMANTICS
Packit Service c5cf8c
#endif
Packit Service c5cf8c
/* Enable extensions on HP NonStop.  */
Packit Service c5cf8c
#ifndef _TANDEM_SOURCE
Packit Service c5cf8c
# undef _TANDEM_SOURCE
Packit Service c5cf8c
#endif
Packit Service c5cf8c
/* Enable general extensions on Solaris.  */
Packit Service c5cf8c
#ifndef __EXTENSIONS__
Packit Service c5cf8c
# undef __EXTENSIONS__
Packit Service c5cf8c
#endif
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if weak symbols should be used */
Packit Service c5cf8c
#undef USE_WEAK_SYMBOLS
Packit Service c5cf8c
Packit Service c5cf8c
/* Version number of package */
Packit Service c5cf8c
#undef VERSION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit Service c5cf8c
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit Service c5cf8c
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit Service c5cf8c
# if defined __BIG_ENDIAN__
Packit Service c5cf8c
#  define WORDS_BIGENDIAN 1
Packit Service c5cf8c
# endif
Packit Service c5cf8c
#else
Packit Service c5cf8c
# ifndef WORDS_BIGENDIAN
Packit Service c5cf8c
#  undef WORDS_BIGENDIAN
Packit Service c5cf8c
# endif
Packit Service c5cf8c
#endif
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if words are little endian */
Packit Service c5cf8c
#undef WORDS_LITTLEENDIAN
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if configure will not tell us, for universal binaries */
Packit Service c5cf8c
#undef WORDS_UNIVERSAL_ENDIAN
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if the X Window System is missing or not being used. */
Packit Service c5cf8c
#undef X_DISPLAY_MISSING
Packit Service c5cf8c
Packit Service c5cf8c
/* Are we building for HP-UX? */
Packit Service c5cf8c
#undef _HPUX_SOURCE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if on MINIX. */
Packit Service c5cf8c
#undef _MINIX
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit Service c5cf8c
   this defined. */
Packit Service c5cf8c
#undef _POSIX_1_SOURCE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit Service c5cf8c
#undef _POSIX_SOURCE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Packit Service c5cf8c
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit Service c5cf8c
   #define below would cause a syntax error. */
Packit Service c5cf8c
#undef _UINT32_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
Packit Service c5cf8c
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit Service c5cf8c
   #define below would cause a syntax error. */
Packit Service c5cf8c
#undef _UINT64_T
Packit Service c5cf8c
Packit Service c5cf8c
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
Packit Service c5cf8c
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit Service c5cf8c
   #define below would cause a syntax error. */
Packit Service c5cf8c
#undef _UINT8_T
Packit Service c5cf8c
Packit Service c5cf8c
/* define if bool is a built-in type */
Packit Service c5cf8c
#undef bool
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to empty if `const' does not conform to ANSI C. */
Packit Service c5cf8c
#undef const
Packit Service c5cf8c
Packit Service c5cf8c
/* Define this to the process ID type */
Packit Service c5cf8c
#undef hwloc_pid_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define this to the thread ID type */
Packit Service c5cf8c
#undef hwloc_thread_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit Service c5cf8c
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit Service c5cf8c
#ifndef __cplusplus
Packit Service c5cf8c
#undef inline
Packit Service c5cf8c
#endif
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of a signed integer type of width exactly 16 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef int16_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of a signed integer type of width exactly 32 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef int32_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of a signed integer type of width exactly 64 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef int64_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of a signed integer type of width exactly 8 bits if such
Packit Service c5cf8c
   a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef int8_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to `int' if <sys/types.h> does not define. */
Packit Service c5cf8c
#undef pid_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the equivalent of the C99 'restrict' keyword, or to
Packit Service c5cf8c
   nothing if this is not supported.  Do not define if restrict is
Packit Service c5cf8c
   supported directly.  */
Packit Service c5cf8c
#undef restrict
Packit Service c5cf8c
/* Work around a bug in Sun C++: it does not support _Restrict or
Packit Service c5cf8c
   __restrict__, even though the corresponding Sun C compiler ends up with
Packit Service c5cf8c
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
Packit Service c5cf8c
   previous line.  Perhaps some future version of Sun C++ will work with
Packit Service c5cf8c
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
Packit Service c5cf8c
#if defined __SUNPRO_CC && !defined __RESTRICT
Packit Service c5cf8c
# define _Restrict
Packit Service c5cf8c
# define __restrict__
Packit Service c5cf8c
#endif
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit Service c5cf8c
#undef size_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define if socklen_t is not defined */
Packit Service c5cf8c
#undef socklen_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of an unsigned integer type of width exactly 16 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef uint16_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of an unsigned integer type of width exactly 32 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef uint32_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of an unsigned integer type of width exactly 64 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef uint64_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the type of an unsigned integer type of width exactly 8 bits if
Packit Service c5cf8c
   such a type exists and the standard includes do not define it. */
Packit Service c5cf8c
#undef uint8_t
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to empty if the keyword `volatile' does not work. Warning: valid
Packit Service c5cf8c
   code using `volatile' can become incorrect without. Disable with care. */
Packit Service c5cf8c
#undef volatile
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
/* Include nopackage.h to undef autoconf-defined macros that cause conflicts in
Packit Service c5cf8c
 * subpackages.  This should not be necessary, but some packages are too
Packit Service c5cf8c
 * tightly intertwined right now (such as ROMIO and the MPICH core) */
Packit Service c5cf8c
#include "nopackage.h"
Packit Service c5cf8c
Packit Service c5cf8c
#endif /* !defined(MPICHCONF_H_INCLUDED) */
Packit Service c5cf8c