/* * config.h.in - config.h template for configure * * Copyright (C) 2000-6 Pete Wyckoff * * $Id: config.h.in 344 2006-03-17 18:29:14Z pw $ */ /* * Presence/absence of any paths or functions. */ #undef HAVE_PATHS_H #undef HAVE_STRSEP #undef HAVE_STRSIGNAL #undef HAVE_POLL #undef HAVE___ENVIRON #undef HAVE_ENVIRON #undef HAVE_SOCKLEN_T /* * Build helper executable to redirect stdio streams for PBSPro environments. * (Default is 0.) */ #define HAVE_PBSPRO_HELPER 0 /* * Generate configuration files for MPICH/GM? Disable using * --disable-mpich-gm. (Default is 1.) */ #define HAVE_COMM_MPICH_GM 1 /* * Generate configuration files for MPICH/P4? Disable using * --disable-mpich-p4. (Default is 1.) */ #define HAVE_COMM_MPICH_P4 1 /* * Generate configuration files for MPICH/IB? Disable using * --disable-mpich-ib. (Default is 1.) */ #define HAVE_COMM_MPICH_IB 1 /* * Generate configuration files for MPICH/RAI? Disable using * --disable-mpich-rai. (Default is 1.) */ #define HAVE_COMM_MPICH_RAI 1 /* * Generate configuration files for MPICH2/PMI? Disable using * --disable-mpich2-pmi. (Default is 1.) */ #define HAVE_COMM_MPICH2_PMI 1 /* * Specify whether the mpich library was complied with "--with-comm=shared". * Disable using --disable-p4-shmem. (Default is 1.) Can be overridden on * command-line. */ #define HAVE_P4_SHMEM 1 /* * Generate configuration files for LAM? Disable using --disable-lam. * (Default is 1.) */ #define HAVE_COMM_LAM 1 /* * Generate configuration files for SHMEM? Disable using --disable-shmem. * (Default is 1.) */ #define HAVE_COMM_SHMEM 1 /* * Generate configuration files for EMP? Disable using --disable-emp. * (Default is 1.) */ #define HAVE_COMM_EMP 1 /* * Generate configuration files for NONE? (I.e. do nothing but tell * PBS to spawn the executable.) (Default is 1.) */ #define HAVE_COMM_NONE 1 /* * Which communication layer to assume as a default. Default is * the first one you have not disabled. The user can always specify * exactly which one to use, depending on which libraries they used * to compile their program. */ #define COMM_DEFAULT COMM_NONE /* * Line used to configure mpiexec, for reporting in executable. */ #define CONFIGURE_OPTIONS "" #define VERSION "" /* * To implement --transform-hostname, it is necessary to have the sed * program available at mpiexec runtime. The full path is used to avoid * any surprises, and hardcoded in at configure time. */ #define SED_PATH "" #define HAVE_SED 0 /* * For runtime option -fast-dist, need at compile time the path to the * external fast_dist executable. */ #define FAST_DIST_PATH "" #define HAVE_FAST_DIST 0