|
| 1 | +AC_DEFUN([OMPI_PRRTE_ADD_ARGS],[ |
| 2 | + opal_show_subtitle "PRRTE Configuration options" |
| 3 | +
|
| 4 | + AC_ARG_WITH([alps], |
| 5 | + [AC_HELP_STRING([--with-alps(=DIR|yes|no)], |
| 6 | + [Build with ALPS scheduler component, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries (default: auto)])],[],with_alps=auto) |
| 7 | + AC_ARG_WITH([alps-libdir], |
| 8 | + [AC_HELP_STRING([--with-alps-libdir=DIR], |
| 9 | + [Location of alps libraries (alpslli, alpsutil) (default: /usr/lib/alps (/opt/cray/xe-sysroot/default/user on eslogin nodes))])]) |
| 10 | +
|
| 11 | + AC_ARG_WITH([sge], |
| 12 | + [AC_HELP_STRING([--with-sge], |
| 13 | + [Build SGE or Grid Engine support (default: no)])]) |
| 14 | +
|
| 15 | + AC_ARG_WITH([tm], |
| 16 | + [AC_HELP_STRING([--with-tm(=DIR)], |
| 17 | + [Build TM (Torque, PBSPro, and compatible) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) |
| 18 | + |
| 19 | + AC_ARG_WITH([moab], |
| 20 | + [AC_HELP_STRING([--with-moab], |
| 21 | + [Build MOAB scheduler component (default: yes)])]) |
| 22 | + AC_ARG_WITH([moab-libdir], |
| 23 | + [AC_HELP_STRING([--with-moab-libdir=DIR], |
| 24 | + [Search for Moab libraries in DIR])]) |
| 25 | +
|
| 26 | + AC_ARG_WITH([lsf], |
| 27 | + [AC_HELP_STRING([--with-lsf(=DIR)], |
| 28 | + [Build LSF support])]) |
| 29 | + AC_ARG_WITH([lsf-libdir], |
| 30 | + [AC_HELP_STRING([--with-lsf-libdir=DIR], |
| 31 | + [Search for LSF libraries in DIR])]) |
| 32 | +
|
| 33 | + AC_ARG_WITH([slurm], |
| 34 | + [AC_HELP_STRING([--with-slurm], |
| 35 | + [Build SLURM scheduler component (default: yes)])]) |
| 36 | +
|
| 37 | + AC_ARG_WITH([singularity], |
| 38 | + [AC_HELP_STRING([--with-singularity(=DIR)], |
| 39 | + [Build support for the Singularity container, optionally adding DIR to the search path])]) |
| 40 | +
|
| 41 | + AC_ARG_WITH([prte-platform-patches-dir], |
| 42 | + [AC_HELP_STRING([--with-prte-platform-patches-dir=DIR], |
| 43 | + [Location of the platform patches directory. If you use this option, you must also use --with-prte-platform.])]) |
| 44 | + AC_ARG_WITH([prte-platform], |
| 45 | + [AC_HELP_STRING([--with-prte-platform=FILE], |
| 46 | + [Load options for build from FILE. Options on the |
| 47 | + command line not in FILE are used. Options on the |
| 48 | + command line and in FILE are replaced by what is on the command line])]) |
| 49 | +
|
| 50 | + AC_ARG_ENABLE([prte-ft], |
| 51 | + [AC_HELP_STRING([--enable-prte-ft], |
| 52 | + [Enable PRRTE fault tolerance support (default: disabled)])]) |
| 53 | +]) |
0 commit comments