1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
# -----
# This file is auto-generated during autogen.pl
# -----
AC_DEFUN([OMPI_PRRTE_ADD_ARGS],[
# ----------------------------------------
# Warning: Excluded: pkgconfigdir
# ---------------------------------------- Above from 3rd-party/prrte//config/pkg.m4:173
# Warning: Excluded: noarch-pkgconfigdir
# ---------------------------------------- Above from 3rd-party/prrte//config/pkg.m4:193
AC_ARG_WITH([alps-libdir],
[AS_HELP_STRING([--with-alps-libdir=DIR],
[Location of alps libraries (alpslli, alpsutil) (default: /usr/lib/alps (/opt/cray/xe-sysroot/default/user on eslogin nodes))])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_alps.m4:43
AC_ARG_WITH([alps],
[AS_HELP_STRING([--with-alps(=DIR|yes|no)],
[Build with ALPS scheduler component, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries (default: auto)])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_alps.m4:94
AC_ARG_WITH([lsf],
[AS_HELP_STRING([--with-lsf(=DIR)],
[Build LSF support])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_lsf.m4:34
AC_ARG_WITH([lsf-libdir],
[AS_HELP_STRING([--with-lsf-libdir=DIR],
[Search for LSF libraries in DIR])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_lsf.m4:37
AC_ARG_WITH([sge],
[AS_HELP_STRING([--with-sge],
[Build SGE or Grid Engine support (default: no)])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_sge.m4:36
AC_ARG_WITH([slurm],
[AS_HELP_STRING([--with-slurm],
[Build SLURM scheduler component (default: yes)])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_slurm.m4:33
AC_ARG_WITH([tm],
[AS_HELP_STRING([--with-tm(=DIR)],
[Build TM (Torque, PBSPro, and compatible) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_tm.m4:132
AC_ARG_WITH([tm-libdir],
[AS_HELP_STRING([--with-tm-libdir=DIR],
[Search for Torque libraries in DIR])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_tm.m4:135
# Warning: Excluded: visibility
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_visibility.m4:31
# Warning: Excluded: c11-atomics
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_config_asm.m4:85
# Warning: Excluded: builtin-atomics
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_config_asm.m4:87
# Warning: Excluded: prte-prefix-by-default
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:50
# Warning: Excluded: debug
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:68
# Warning: Excluded: debug-symbols
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:87
# Warning: Excluded: devel-check
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:96
# Warning: Excluded: memory-sanitizers
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:117
# Warning: Excluded: devel-headers
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:139
# Warning: Excluded: pretty-print-stacktrace
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:156
# Warning: Excluded: pty-support
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:176
# Warning: Excluded: dlopen
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:195
AC_ARG_ENABLE([show-load-errors-by-default],
[AS_HELP_STRING([--enable-show-load-errors-by-default],
[Set the default value for the MCA parameter
mca_base_component_show_load_errors (but can be
overridden at run time by the usual
MCA-variable-setting mechansism). This MCA variable
controls whether warnings are displayed when an MCA
component fails to load at run time due to an error.
(default: enabled in --enable-debug builds, meaning that
mca_base_component_show_load_errors is enabled
by default when configured with --enable-debug])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:227
AC_ARG_WITH(proxy-version-string,
AS_HELP_STRING([--with-proxy-version-string],
[Return the provided string when prte is used in proxy mode and the version is requested]))
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:249
AC_ARG_WITH(proxy-package-name,
AS_HELP_STRING([--with-proxy-package-name],
[Return the provided string when prte is used in proxy mode and the package name is requested]))
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:276
AC_ARG_WITH(proxy-bugreport,
AS_HELP_STRING([--with-proxy-bugreport],
[Return the provided string when prte is used in proxy mode and the PACKAGE_BUGREPORT is requested]))
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:290
# Warning: Excluded: per-user-config-files
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:305
# Warning: Excluded: ipv6
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:320
# Warning: Excluded: package-string
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:337
# Warning: Excluded: ident-string
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:351
# Warning: Excluded: getpwuid
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:374
# Warning: Excluded: max-
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_functions.m4:308
AC_ARG_WITH([prte-platform-patches-dir],
[AS_HELP_STRING([--with-prte-platform-patches-dir=DIR],
[Location of the platform patches directory. If you use this option, you must also use --with-platform.])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_load_platform.m4:30
AC_ARG_WITH([prte-platform],
[AS_HELP_STRING([--with-prte-platform=FILE],
[Load options for build from FILE. Options on the
command line not in FILE are used. Options on the
command line and in FILE are replaced by what is
in FILE.])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_load_platform.m4:37
# Warning: Excluded: mca-no-build
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:55
# Warning: Excluded: mca-dso
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:59
# Warning: Excluded: mca-static
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:67
# Warning: Excluded: hwloc
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:21
# Warning: Excluded: hwloc-libdir
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:24
# Warning: Excluded: hwloc-extra-libs
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:27
# Warning: Excluded: hwloc-lib-checks
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:30
# Warning: Excluded: libev
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:36
# Warning: Excluded: libev-libdir
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:39
# Warning: Excluded: libev-extra-libs
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:42
# Warning: Excluded: libev-lib-checks
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:45
# Warning: Excluded: libevent
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:36
# Warning: Excluded: libevent-libdir
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:39
# Warning: Excluded: libevent-extra-libs
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:42
# Warning: Excluded: libevent-lib-checks
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:45
# Warning: Excluded: pmix
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:69
# Warning: Excluded: pmix-libdir
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:72
AC_ARG_WITH([pmix-extra-libs],
[AS_HELP_STRING([--with-pmix-extra-libs=LIBS],
[Add LIBS as dependencies of pmix])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:77
AC_ARG_ENABLE([pmix-lib-checks],
[AS_HELP_STRING([--disable-pmix-lib-checks],
[If --disable-pmix-lib-checks is specified, configure will assume that -lpmix is available])])
# ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:80
AC_ARG_ENABLE([prte-dlopen],
[AS_HELP_STRING([--disable-prte-dlopen],
[Disable the "dlopen" PRTE DL component (and probably force the use of the "libltdl" DL component). This option should really only be used by PRTE developers. You are probably actually looking for the "--disable-dlopen" option, which disables all dlopen-like functionality from PRTE.])
])
# ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/dlopen/configure.m4:51
# Warning: Excluded: libltdl
# ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/libltdl/configure.m4:48
# Warning: Excluded: libltdl-libdir
# ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/libltdl/configure.m4:51
AC_ARG_WITH([pbs],
[AS_HELP_STRING([--with-pbs],
[Build PBS scheduler component (default: yes)])])
# ---------------------------------------- Above from 3rd-party/prrte//src/mca/ras/pbs/configure.m4:36
AC_ARG_ENABLE([ompi-support],
[AS_HELP_STRING([--disable-ompi-support],
[Disable support for Open MPI (default: no)])])
# ---------------------------------------- Above from 3rd-party/prrte//src/mca/schizo/ompi/configure.m4:34
])
|