Discussion:
[OMPI users] Runtime error with OpenMPI via InfiniBand - [btl_openib_proc.c:157] ompi_modex_recv failed for peer
Dong Young Yoon
2017-04-14 20:30:17 UTC
Permalink
Hi everyone,

I am a student working on a project using Infiniband+RDMA.
I use the university's HPC cluster and my application seems to work on some nodes, but fails with errors on other nodes.
[cn039][[8119,1],1][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn039:90629] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[cn014][[8119,1],2][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[cn024][[8119,1],0][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** and potentially your MPI job)
[cn014:9916] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn024:142408] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn019:111090] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
mpirun: Forwarding signal 18 to job
Open MPI: 1.10.3
Open MPI repo revision: v1.10.2-251-g9acf492
Open MPI release date: Jun 14, 2016
Open RTE: 1.10.3
Open RTE repo revision: v1.10.2-251-g9acf492
Open RTE release date: Jun 14, 2016
OPAL: 1.10.3
OPAL repo revision: v1.10.2-251-g9acf492
OPAL release date: Jun 14, 2016
MPI API: 3.0.0
Ident string: 1.10.3
Prefix: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
Exec_prefix: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
Bindir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/bin
Sbindir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/sbin
Libdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib
Incdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include
Mandir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/man
Pkglibdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
Libexecdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/libexec
Datarootdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
Datadir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
Sysconfdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc
Sharedstatedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/com
Localstatedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/var
Infodir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/info
Pkgdatadir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi
Pkglibdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
Pkgincludedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include/openmpi
Configured architecture: powerpc64le-unknown-linux-gnu
Configure host: ln001
Configured by: raeker
Configured on: Fri Jun 17 14:26:10 EDT 2016
Configure host: ln001
Built by: raeker
Built on: Fri Jun 17 14:48:13 EDT 2016
Built host: ln001
C bindings: yes
C++ bindings: yes
Fort mpif.h: yes (all)
Fort use mpi: yes (full: ignore TKR)
Fort use mpi size: deprecated-ompi-info-value
Fort use mpi_f08: yes
Fort mpi_f08 compliance: The mpi_f08 module is available, but due to
limitations in the gfortran compiler, does not
support the following: array subsections, direct
passthru (where possible) to underlying Open MPI's
C functionality
Fort mpi_f08 subarrays: no
Java bindings: no
Wrapper compiler rpath: runpath
C compiler: gcc
C compiler absolute: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gcc
C compiler family name: GNU
C compiler version: 5.4.0
C char size: 1
C bool size: 1
C short size: 2
C int size: 4
C long size: 8
C float size: 4
C double size: 8
C pointer size: 8
C char align: 1
C bool align: 1
C int align: 4
C float align: 4
C double align: 8
C++ compiler: g++
C++ compiler absolute: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/g++
Fort compiler: gfortran
Fort compiler abs: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gfortran
Fort ignore TKR: yes (!GCC$ ATTRIBUTES NO_ARG_CHECK ::)
Fort 08 assumed shape: yes
Fort optional args: yes
Fort INTERFACE: yes
Fort ISO_FORTRAN_ENV: yes
Fort STORAGE_SIZE: yes
Fort BIND(C) (all): yes
Fort ISO_C_BINDING: yes
Fort SUBROUTINE BIND(C): yes
Fort TYPE,BIND(C): yes
Fort T,BIND(C,name="a"): yes
Fort PRIVATE: yes
Fort PROTECTED: yes
Fort ABSTRACT: yes
Fort ASYNCHRONOUS: yes
Fort PROCEDURE: yes
Fort USE...ONLY: yes
Fort C_FUNLOC: yes
Fort f08 using wrappers: yes
Fort MPI_SIZEOF: yes
Fort integer size: 4
Fort logical size: 4
Fort logical value true: 1
Fort have integer1: yes
Fort have integer2: yes
Fort have integer4: yes
Fort have integer8: yes
Fort have integer16: no
Fort have real4: yes
Fort have real8: yes
Fort have real16: yes
Fort have complex8: yes
Fort have complex16: yes
Fort have complex32: yes
Fort integer1 size: 1
Fort integer2 size: 2
Fort integer4 size: 4
Fort integer8 size: 8
Fort integer16 size: -1
Fort real size: 4
Fort real4 size: 4
Fort real8 size: 8
Fort real16 size: 16
Fort dbl prec size: 8
Fort cplx size: 8
Fort dbl cplx size: 16
Fort cplx8 size: 8
Fort cplx16 size: 16
Fort cplx32 size: 32
Fort integer align: 4
Fort integer1 align: 1
Fort integer2 align: 2
Fort integer4 align: 4
Fort integer8 align: 8
Fort integer16 align: -1
Fort real align: 4
Fort real4 align: 4
Fort real8 align: 8
Fort real16 align: 16
Fort dbl prec align: 8
Fort cplx align: 4
Fort dbl cplx align: 8
Fort cplx8 align: 4
Fort cplx16 align: 8
Fort cplx32 align: 16
C profiling: yes
C++ profiling: yes
Fort mpif.h profiling: yes
Fort use mpi profiling: yes
Fort use mpi_f08 prof: yes
C++ exceptions: no
Thread support: posix (MPI_THREAD_MULTIPLE: no, OPAL support: yes,
yes)
Sparse Groups: no
Build CFLAGS: -O3 -DNDEBUG -finline-functions
-fno-strict-aliasing -pthread
Build CXXFLAGS: -O3 -DNDEBUG -finline-functions -pthread
Build LIBS: -lrt -lm -lutil
Wrapper extra CFLAGS: -pthread
Wrapper extra CXXFLAGS: -pthread
Wrapper extra FCFLAGS: -pthread
Wrapper extra LDFLAGS: -L/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib
-Wl,-rpath
-Wl,/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib
Wrapper extra LIBS: -lm -lnuma -ldl -lrt -lbat -llsf -lnsl -losmcomp
-libverbs -lrdmacm -lutil
Internal debug support: no
MPI interface warnings: yes
MPI parameter check: runtime
Memory profiling support: no
Memory debugging support: no
dl support: no
Heterogeneous support: no
mpirun default --prefix: no
MPI I/O support: yes
MPI_WTIME support: gettimeofday
Symbol vis. support: yes
Host topology support: yes
FT Checkpoint support: no (checkpoint thread: no)
C/R Enabled Debugging: no
VampirTrace support: yes
MPI_MAX_PROCESSOR_NAME: 256
MPI_MAX_ERROR_STRING: 256
MPI_MAX_OBJECT_NAME: 64
MPI_MAX_INFO_KEY: 36
MPI_MAX_INFO_VAL: 256
MPI_MAX_PORT_NAME: 1024
MPI_MAX_DATAREP_STRING: 128
"/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/mca-params.conf:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params.conf",
mca_base_param_files)
Path for MCA configuration files containing
variable values
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/components",
mca_base_component_path)
Path where to look for Open MPI and ORTE components
MCA mca: parameter "mca_component_show_load_errors" (current
value: "true", data source: default, level: 9
mca_base_component_show_load_errors)
Whether to show errors for components that failed
to load or not
t|true|enabled
MCA mca: parameter "mca_component_disable_dlopen" (current
value: "false", data source: default, level: 9
mca_base_component_disable_dlopen)
Whether to attempt to disable opening dynamic
components or not
t|true|enabled
MCA mca: parameter "mca_verbose" (current value: "stderr",
string, deprecated, synonym of: mca_base_verbose)
Specifies where the default error output stream
goes (this is separate from distinct help
stderr, stdout, syslog,
syslogpri:<notice|info|debug>, syslogid:<str>
(where str is the prefix string for all syslog
notices), file[:filename] (if filename is not
specified, a default filename is used), fileappend
(if not specified, the file is opened for
truncation), level[:N] (if specified, integer
verbose level; otherwise, 0 is implied)
"/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/mca-params.conf:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params.conf",
string, synonyms: mca_param_files)
Path for MCA configuration files containing
variable values
MCA mca: informational "mca_base_override_param_file"
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params-override.conf",
string)
Variables set in this file will override any value
set inthe environment or another configuration file
MCA mca: parameter "mca_base_suppress_override_warning"
(current value: "false", data source: default,
level: 2 user/detail, type: bool)
Suppress warnings when attempting to set an
overridden value (default: false)
t|true|enabled
MCA mca: parameter "mca_base_param_file_prefix" (current
value: "", data source: default, level: 3 user/all,
type: string)
Aggregate MCA parameter file sets
MCA mca: parameter "mca_base_param_file_path" (current
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/amca-param-sets:/gpfs/gpfs0/groups/mozafari/dyoon/work/lsf_log/sosp2017/err",
string)
Aggregate MCA parameter Search path
MCA mca: parameter "mca_base_param_file_path_force" (current
value: "", data source: default, level: 3 user/all,
type: string)
Forced Aggregate MCA parameter Search path
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/components",
string, synonyms: mca_component_path)
Path where to look for Open MPI and ORTE components
MCA mca: parameter "mca_base_component_show_load_errors"
(current value: "true", data source: default,
mca_component_show_load_errors)
Whether to show errors for components that failed
to load or not
t|true|enabled
MCA mca: parameter "mca_base_component_disable_dlopen"
(current value: "false", data source: default,
mca_component_disable_dlopen)
Whether to attempt to disable opening dynamic
components or not
t|true|enabled
"stderr", data source: default, level: 9 dev/all,
type: string, synonyms: mca_verbose)
Specifies where the default error output stream
goes (this is separate from distinct help
stderr, stdout, syslog,
syslogpri:<notice|info|debug>, syslogid:<str>
(where str is the prefix string for all syslog
notices), file[:filename] (if filename is not
specified, a default filename is used), fileappend
(if not specified, the file is opened for
truncation), level[:N] (if specified, integer
verbose level; otherwise, 0 is implied)
MCA opal: parameter "opal_signal" (current value: "6,7,8,11",
string)
Comma-delimited list of integer signal numbers to
Open MPI to attempt to intercept. Upon receipt of
the intercepted signal, Open MPI will display a
stack trace and abort. Open MPI will *not* replace
signals if handlers are already installed by the
time MPI_INIT is invoked. Optionally append
":complain" to any signal number in the
comma-delimited list to make Open MPI complain if
it detects another signal handler (and therefore
does not insert its own).
string)
Set the specified system-imposed limits to the
specified value, including "unlimited".Supported
params: core, filesize, maxmem, openfiles,
stacksize, maxchildren
MCA opal: parameter "opal_abort_delay" (current value: "0",
int, synonyms: mpi_abort_delay)
If nonzero, print out an identifying message when
abort operation is invoked (hostname, PID of the
process that called abort) and delay for that many
seconds before exiting (a negative delay value
means to never abort). This allows attaching of a
debugger before quitting the job.
"false", data source: default, level: 5
mpi_abort_print_stack)
If nonzero, print out a stack trace when abort is
invoked
t|true|enabled
"10.0.0.0/8;172.16.0.0/12;192.168.0.0/16;169.254.0.0/16",
string)
Semicolon-delimited list of CIDR notation entries
specifying what networks are considered "private"
(default value based on RFC1918 and RFC3330)
"poll", data source: default, level: 3 user/all,
event_libevent2021_event_include)
Comma-delimited list of libevent subsystems to use
(epoll, poll, select -- available on your platform)
MCA backtrace: parameter "backtrace" (current value: "", data
string)
Default selection set of components for the
backtrace framework (<none> means use all
components that can be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the backtrace framework (0 = no
verbosity)
MCA compress: parameter "compress" (current value: "", data
string)
Default selection set of components for the
compress framework (<none> means use all components
that can be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the compress framework (0 = no
verbosity)
int)
15)
int)
Verbose level for the COMPRESS gzip component
int)
10)
int)
Verbose level for the COMPRESS bzip component
default, level: 2 user/detail, type: string)
Default selection set of components for the crs
framework (<none> means use all components that can
be found)
MCA crs: parameter "crs_base_verbose" (current value: "0",
int)
Verbosity level for the crs framework (0 = no
verbosity)
int)
Priority of the crs none component
"false", data source: default, level: 9 dev/all,
type: bool)
Enable warning when the 'none' component is
selected when checkpoint/restart functionality is
requested.[Default = disabled/no-warning]
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the db
framework (<none> means use all components that can
be found)
MCA db: parameter "db_base_verbose" (current value: "0",
int)
Verbosity level for the db framework (0 = no
verbosity)
MCA db: parameter "db_print_file" (current value: "", data
source: default, level: 9 dev/all, type: string)
Print to the indicated file (- => stdout, + =>
stderr)
int)
Priority dictating order in which store commands
will given to database components
"100", data source: default, level: 9 dev/all,
type: int)
Priority dictating order in which fetch commands
will given to database components
default, level: 2 user/detail, type: string)
Default selection set of components for the dl
framework (<none> means use all components that can
be found)
MCA dl: parameter "dl_base_verbose" (current value: "0",
int)
Verbosity level for the dl framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the event
framework (<none> means use all components that can
be found)
MCA event: parameter "event_base_verbose" (current value: "0",
int)
Verbosity level for the event framework (0 = no
verbosity)
MCA event: parameter "event_libevent2021_event_include"
(current value: "poll", data source: default,
opal_event_include)
Comma-delimited list of libevent subsystems to use
(epoll, poll, select -- available on your platform)
default, level: 2 user/detail, type: string)
Default selection set of components for the hwloc
framework (<none> means use all components that can
be found)
MCA hwloc: parameter "hwloc_base_verbose" (current value: "0",
int)
Verbosity level for the hwloc framework (0 = no
verbosity)
MCA hwloc: parameter "hwloc_base_mem_alloc_policy" (current
value: "none", data source: default, level: 9
dev/all, type: int)
General memory allocations placement policy (this
is not memory binding). "none" means that no memory
policy is applied. "local_only" means that a
process' memory allocations will be restricted to
its local NUMA node. If using direct launch, this
policy will not be in effect until after MPI_INIT.
Note that operating system paging policies are
unaffected by this setting. For example, if
"local_only" is used and local NUMA node memory is
exhausted, a new memory allocation may cause
paging.
Valid values: 0:"none", 1:"local_only"
MCA hwloc: parameter "hwloc_base_mem_bind_failure_action"
(current value: "warn", data source: default,
level: 9 dev/all, type: int)
What Open MPI will do if it explicitly tries to
bind memory to a specific NUMA location, and fails.
Note that this is a different case than the
general allocation policy described by
hwloc_base_alloc_policy. A value of "silent" means
that Open MPI will proceed without comment. A value
of "warn" means that Open MPI will warn the first
time this happens, but allow the job to continue
(possibly with degraded performance). A value of
"error" means that Open MPI will abort the job if
this happens.
Valid values: 0:"silent", 1:"warn", 2:"error"
MCA hwloc: parameter "hwloc_base_binding_policy" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Policy for binding processes. Allowed values: none,
hwthread, core, l1cache, l2cache, l3cache, socket,
numa, board ("none" is the default when
oversubscribed, "core" is the default when np<=2,
and "socket" is the default when np>2). Allowed
qualifiers: overload-allowed, if-supported
"false", data source: default, level: 9 dev/all,
type: bool)
Bind processes to cores
t|true|enabled
MCA hwloc: parameter "hwloc_base_bind_to_socket" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Bind processes to sockets
t|true|enabled
MCA hwloc: parameter "hwloc_base_report_bindings" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Report bindings to stderr
t|true|enabled
string)
List of processor IDs to bind processes to
[default=NULL]
MCA hwloc: parameter "hwloc_base_cpu_set" (current value: "",
string)
Comma-separated list of ranges specifying logical
cpus allocated to this job [default: none]
MCA hwloc: parameter "hwloc_base_use_hwthreads_as_cpus"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Use hardware threads as independent cpus
t|true|enabled
string)
Read local topology from file instead of directly
sensing it
default, level: 2 user/detail, type: string)
Default selection set of components for the if
framework (<none> means use all components that can
be found)
MCA if: parameter "if_base_verbose" (current value: "0",
int)
Verbosity level for the if framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
If nonzero, do not attempt to resolve interfaces
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
If nonzero, retain loopback interfaces
t|true|enabled
MCA memchecker: parameter "memchecker" (current value: "", data
string)
Default selection set of components for the
memchecker framework (<none> means use all
components that can be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the memchecker framework (0 =
no verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the memcpy
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the memcpy framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the memory
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the memory framework (0 = no
verbosity)
MCA memory: parameter "memory_linux_ptmalloc2_available"
(current value: "true", data source: default,
level: 3 user/all, type: bool)
Whether ptmalloc2 support is included in Open MPI
or not (1 = yes, 0 = no)
t|true|enabled
MCA memory: parameter "memory_linux_ummunotify_available"
(current value: "false", data source: default,
level: 3 user/all, type: bool)
Whether ummunotify support is included in Open MPI
or not (1 = yes, 0 = no)
t|true|enabled
MCA memory: parameter "memory_linux_ptmalloc2_enable" (current
value: "-1", data source: default, level: 3
user/all, type: int)
Whether to enable ptmalloc2 support or not
(negative = try to enable, but continue even if
support is not available, 0 = do not enable
support, positive = try to enable and fail if
support is not available)
MCA memory: parameter "memory_linux_ummunotify_enable" (current
value: "-1", data source: default, level: 3
user/all, type: int)
Whether to enable ummunotify support or not
(negative = try to enable, but continue even if
support is not available, 0 = do not enable
support, positive = try to enable and fail if
support is not available)
"false", data source: default, level: 3 user/all,
type: bool)
If this MCA parameter is set to 1 **VIA ENVIRONMENT
VARIABLE ONLY*** (this MCA parameter *CANNOT* be
set in a file or on the mpirun command line!), this
component will be disabled and will not attempt to
use either ummunotify or memory hook support
t|true|enabled
"disabled", data source: default, level: 5
btl_openib_memalign)
[64 | 32 | 0] - Enable memory alignment for all
malloc calls.
Valid values: -1:"disabled", 0:"0", 32:"32",
64:"64"
MCA memory: parameter "memory_linux_memalign_threshold"
(current value: "12288", data source: default,
btl_openib_memalign_threshold)
Allocating memory more than
memory_linux_memalign_thresholdbytes will
automatically be aligned to the value of
memory_linux_memalign bytes.(default: 12288)
default, level: 2 user/detail, type: string)
Default selection set of components for the pstat
framework (<none> means use all components that can
be found)
MCA pstat: parameter "pstat_base_verbose" (current value: "0",
int)
Verbosity level for the pstat framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the sec
framework (<none> means use all components that can
be found)
MCA sec: parameter "sec_base_verbose" (current value: "0",
int)
Verbosity level for the sec framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the shmem
framework (<none> means use all components that can
be found)
MCA shmem: parameter "shmem_base_verbose" (current value: "0",
int)
Verbosity level for the shmem framework (0 = no
verbosity)
"50", data source: default, level: 3 user/all,
type: int)
Priority for shmem mmap component (default: 50)
MCA shmem: parameter "shmem_mmap_enable_nfs_warning" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Enable the warning emitted when Open MPI detects
that its shared memory backing file is located on a
network filesystem (1 = enabled, 0 = disabled).
t|true|enabled
MCA shmem: parameter "shmem_mmap_relocate_backing_file"
(current value: "0", data source: default, level: 9
dev/all, type: int)
Whether to change the default placement of backing
files or not (Negative = try to relocate backing
files to an area rooted at the path specified by
shmem_mmap_backing_file_base_dir, but continue with
the default path if the relocation fails, 0 = do
not relocate, Positive = same as the negative
option, but will fail if the relocation fails.
MCA shmem: parameter "shmem_mmap_backing_file_base_dir"
(current value: "/dev/shm", data source: default,
level: 9 dev/all, type: string)
Specifies where backing files will be created when
shmem_mmap_relocate_backing_file is in use.
"40", data source: default, level: 3 user/all,
type: int)
40)
"30", data source: default, level: 3 user/all,
type: int)
Priority for the shmem sysv component (default: 30)
default, level: 2 user/detail, type: string)
Default selection set of components for the timer
framework (<none> means use all components that can
be found)
MCA timer: parameter "timer_base_verbose" (current value: "0",
int)
Verbosity level for the timer framework (0 = no
verbosity)
int)
Node-level monotonic timer required (default yes)
MCA orte: parameter "orte_tmpdir_base" (current value: "",
string)
Base of the session directory tree to be used by
all processes
string)
Base of the session directory tree to be used by
orterun/mpirun
string)
Base of the session directory tree on remote nodes,
if required to be different from head node
string)
Prohibited locations for session directories
(multiple locations separated by ',', default=NULL)
MCA orte: parameter "orte_create_session_dirs" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Create session directories
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Do not output error and help messages
t|true|enabled
MCA orte: parameter "orte_report_silent_errors" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Report all errors, including silent ones
t|true|enabled
MCA orte: parameter "orte_debug" (current value: "false",
data source: default, level: 9 dev/all, type: bool)
Top-level ORTE debug switch (default: false)
t|true|enabled
int)
1)
"false", data source: default, level: 9 dev/all,
type: bool)
Whether want stdout/stderr of daemons to go to a
file or not
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to debug the ORTE daemons or not
t|true|enabled
MCA orte: parameter "orte_progress_thread_debug" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Debug level for ORTE progress threads
MCA orte: parameter "orte_leave_session_attached" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether applications and/or daemons should leave
their sessions attached so that any output can be
received - this allows X forwarding without all the
attendant debugging output
t|true|enabled
MCA orte: parameter "orte_output_debugger_proctable" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether or not to output the debugger proctable
after launch (default: false)
t|true|enabled
MCA orte: parameter "orte_debugger_test_daemon" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Name of the executable to be used to simulate a
debugger colaunch (relative or absolute path)
MCA orte: parameter "orte_debugger_test_attach" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Test debugger colaunch after debugger attachment
t|true|enabled
MCA orte: parameter "orte_debugger_check_rate" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Set rate (in secs) for auto-detect of debugger
attachment (0 => do not check)
"false", data source: default, level: 9 dev/all,
type: bool)
Perform all necessary operations to prepare to
launch the application, but do not actually launch
it
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Have any orteds spin until we can connect a
debugger to them
t|true|enabled
MCA orte: parameter "orte_daemon_fail" (current value: "-1",
data source: default, level: 9 dev/all, type: int)
Have the specified orted fail after init for
debugging purposes
int)
Have the specified orted fail after specified
number of seconds (default: 0 => no delay)
int)
Seconds to wait for startup or job launch before
declaring failed_to_start (default: 0 => do not
check)
"false", data source: default, level: 9 dev/all,
type: bool)
Request that detailed timing data by reported
t|true|enabled
MCA orte: parameter "orte_timing" (current value: "false",
data source: default, level: 9 dev/all, type: bool)
Request that critical timing loops be measured
t|true|enabled
default, level: 9 dev/all, type: string)
Sequence of user-level debuggers to search for in
orterun
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-default-hostfile",
string)
Name of the default hostfile (relative or absolute
path, "none" to ignore environmental or default MCA
param setting)
MCA orte: parameter "orte_node_regex" (current value: "",
string)
Regular expression defining nodes in the system
MCA orte: parameter "orte_keep_fqdn_hostnames" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether or not to keep FQDN hostnames [default: no]
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether or not to keep aliases for host names
[default: no]
t|true|enabled
MCA orte: parameter "orte_hostname_alias_index" (current
value: "1", data source: default, level: 9 dev/all,
type: int)
If hostname aliases are being retained, which one
to use for the debugger proc table [default: 1st
alias]
"false", data source: default, level: 9 dev/all,
type: bool)
Display all output in XML format (default: false)
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Tag all output with [job,rank] (default: false)
t|true|enabled
MCA orte: parameter "orte_xml_file" (current value: "", data
source: default, level: 9 dev/all, type: string)
Provide all output in XML format to the specified
file
"false", data source: default, level: 9 dev/all,
type: bool)
false)
t|true|enabled
string)
Redirect output from application processes into
filename.rank [default: NULL]
MCA orte: parameter "orte_show_resolved_nodenames" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Display any node names that are resolved to a
different name (default: false)
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Nodes in cluster may differ in topology, so send
the topology back from each node [Default = false]
t|true|enabled
"orted", data source: default, level: 9 dev/all,
type: string)
Command used to start processes on remote nodes
(default: orted)
MCA orte: parameter "orte_fork_agent" (current value: "",
string)
Command used to fork processes on remote nodes
(default: NULL)
MCA orte: parameter "orte_allocation_required" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether or not an allocation by a resource manager
is required [default: no]
t|true|enabled
MCA orte: parameter "orte_map_stddiag_to_stderr" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Map output from opal_output to stderr of the local
process [default: no]
t|true|enabled
MCA orte: parameter "orte_xterm" (current value: "", data
source: default, level: 9 dev/all, type: string)
Create a new xterm window and display output from
the specified ranks there [default: none]
MCA orte: parameter "orte_forward_job_control" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Forward SIGTSTP (after converting to SIGSTOP) and
no]
t|true|enabled
MCA orte: parameter "orte_report_launch_progress" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Output a brief periodic report on launch progress
[default: no]
t|true|enabled
MCA orte: parameter "orte_report_events" (current value: "",
string)
NULL)
"false", data source: default, level: 9 dev/all,
type: bool)
Enable recovery from process failure [Default =
disabled]
t|true|enabled
MCA orte: parameter "orte_max_restarts" (current value: "0",
data source: default, level: 9 dev/all, type: int)
Max number of times to restart a failed process
MCA orte: parameter "orte_abort_on_non_zero_status" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Abort the job if any process returns a non-zero
exit status - no restart in such cases
t|true|enabled
MCA orte: parameter "orte_allowed_exit_without_sync" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Process exiting without calling finalize will not
trigger job termination
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Staged execution is being used
t|true|enabled
MCA orte: parameter "orte_report_child_jobs_separately"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Return the exit status of the primary job only
t|true|enabled
int)
Number of stat samples to keep
MCA orte: parameter "orte_forward_envars" (current value: "",
string)
Comma-delimited environmental variables to forward,
can include value to set
MCA orte: parameter "orte_max_vm_size" (current value: "-1",
data source: default, level: 9 dev/all, type: int)
Maximum size of virtual machine - used to subdivide
allocation
"cores", data source: default, level: 9 dev/all,
type: string)
Set the number of slots on nodes that lack such
info to the number of specified objects [a number,
"cores" (default), "numas", "sockets", "hwthreads"
(default if hwthreads_as_cpus is set), or "none" to
skip this option]
"false", data source: default, level: 9 dev/all,
type: bool, synonyms: ras_base_display_alloc)
Whether to display the allocation after it is
determined
t|true|enabled
MCA orte: parameter "orte_display_devel_alloc" (current
value: "false", data source: default, level: 9
ras_base_display_devel_alloc)
Whether to display a developer-detail allocation
after it is determined
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Treat -host directives as desired, but not required
t|true|enabled
MCA orte: parameter "orte_daemon_cores" (current value: "",
string)
Restrict the ORTE daemons (including mpirun) to
operate on the specified cores (comma-separated
list of ranges)
rsh", data source: default, level: 2 user/detail,
plm_rsh_agent)
The command used to launch executables on remote
nodes (typically either "ssh" or "rsh")
"true", data source: default, level: 2 user/detail,
type: bool, synonym of: plm_rsh_assume_same_shell)
If set to true, assume that the shell on the remote
node is the same as the shell on the local node.
Otherwise, probe for what the remote shell
[default: 1]
t|true|enabled
MCA orte: parameter "orte_rankfile" (current value: "", data
string, synonym of: rmaps_rank_file_path)
Name of the rankfile to be used for mapping
processes (relative or absolute path)
MCA orte: parameter "orte_base_help_aggregate" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
If orte_base_help_aggregate is true, duplicate help
messages will be aggregated rather than displayed
individually. This can be helpful for parallel
jobs that experience multiple identical failures;
rather than print out the same help/failure message
N times, display it once with a count of how many
processes sent the same message.
t|true|enabled
MCA orte: parameter "orte_ess_jobid" (current value: "", data
source: default, level: 9 dev/all, type: string,
synonym of: ess_base_jobid)
Process jobid
MCA orte: parameter "orte_ess_vpid" (current value: "", data
source: default, level: 9 dev/all, type: string,
synonym of: ess_base_vpid)
Process vpid
int, synonym of: ess_base_num_procs)
Used to discover the number of procs in the job
default, level: 2 user/detail, type: string)
Default selection set of components for the dfs
framework (<none> means use all components that can
be found)
MCA dfs: parameter "dfs_base_verbose" (current value: "0",
int)
Verbosity level for the dfs framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
Apps select the test plug-in for the DFS framework
t|true|enabled
MCA dfs: parameter "dfs_orted_num_worker_threads" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Number of worker threads to use for processing file
requests
default, level: 2 user/detail, type: string)
Default selection set of components for the errmgr
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the errmgr framework (0 = no
verbosity)
MCA errmgr: parameter "errmgr_default_tool_priority" (current
value: "1000", data source: default, level: 9
dev/all, type: int)
Priority of the default_tool errmgr component
MCA errmgr: parameter "errmgr_default_hnp_priority" (current
value: "1000", data source: default, level: 9
dev/all, type: int)
Priority of the default_hnp errmgr component
MCA errmgr: parameter "errmgr_default_orted_priority" (current
value: "1000", data source: default, level: 9
dev/all, type: int)
Priority of the default_orted errmgr component
MCA errmgr: parameter "errmgr_default_app_priority" (current
value: "1000", data source: default, level: 9
dev/all, type: int)
Priority of the default_app errmgr component
default, level: 2 user/detail, type: string)
Default selection set of components for the ess
framework (<none> means use all components that can
be found)
MCA ess: parameter "ess_base_verbose" (current value: "0",
int)
Verbosity level for the ess framework (0 = no
verbosity)
MCA ess: parameter "ess_base_stream_buffering" (current
value: "default", data source: default, level: 9
dev/all, type: int)
Adjust buffering for stdout/stderr [-1 system
default] [0 unbuffered] [1 line buffered] [2 fully
buffered] (Default: -1)
Valid values: -1:"default", 0:"unbuffered",
1:"line_buffered", 2:"fully_buffered"
string, synonyms: server)
Server to be used as HNP - [file|FILE]:<filename>
or just uri
default, level: 2 user/detail, type: string)
Default selection set of components for the filem
framework (<none> means use all components that can
be found)
MCA filem: parameter "filem_base_verbose" (current value: "0",
int)
Verbosity level for the filem framework (0 = no
verbosity)
MCA filem: parameter "filem_raw_flatten_directory_trees"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Put all files in the working directory instead of
creating their respective directory trees
t|true|enabled
MCA grpcomm: parameter "grpcomm" (current value: "", data
string)
Default selection set of components for the grpcomm
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the grpcomm framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the iof
framework (<none> means use all components that can
be found)
MCA iof: parameter "iof_base_verbose" (current value: "0",
int)
Verbosity level for the iof framework (0 = no
verbosity)
"2147483647", data source: default, level: 9
dev/all, type: size_t)
unlimited]
string)
Comma-separated list of input files to be read and
sent to stdin of procs (default: NULL)
default, level: 2 user/detail, type: string)
Default selection set of components for the odls
framework (<none> means use all components that can
be found)
MCA odls: parameter "odls_base_verbose" (current value: "0",
int)
Verbosity level for the odls framework (0 = no
verbosity)
MCA odls: parameter "odls_base_sigkill_timeout" (current
value: "1", data source: default, level: 9 dev/all,
type: int)
Time to wait for a process to die after issuing a
kill signal to it
default, level: 2 user/detail, type: string)
Default selection set of components for the oob
framework (<none> means use all components that can
be found)
MCA oob: parameter "oob_base_verbose" (current value: "0",
int)
Verbosity level for the oob framework (0 = no
verbosity)
MCA oob: parameter "oob_base_enable_module_progress_threads"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Whether to independently progress OOB messages for
each interface
t|true|enabled
"-1", data source: default, level: 5 tuner/detail,
type: int)
Maximum number of peer connections to
simultaneously maintain (-1 = infinite)
"2", data source: default, level: 5 tuner/detail,
type: int)
Number of times to try shutting down a connection
before giving up
"131072", data source: default, level: 4
tuner/basic, type: int)
TCP socket send buffering size (in bytes)
"131072", data source: default, level: 4
tuner/basic, type: int)
TCP socket receive buffering size (in bytes)
MCA oob: parameter "oob_tcp_if_include" (current value: "",
string, synonyms: oob_tcp_include)
Comma-delimited list of devices and/or CIDR
notation of TCP networks to use for Open MPI
bootstrap communication (e.g.,
"eth0,192.168.0.0/16"). Mutually exclusive with
oob_tcp_if_exclude.
MCA oob: parameter "oob_tcp_if_exclude" (current value: "",
string, synonyms: oob_tcp_exclude)
Comma-delimited list of devices and/or CIDR
notation of TCP networks to NOT use for Open MPI
bootstrap communication -- all devices not matching
these specifications will be used (e.g.,
"eth0,192.168.0.0/16"). If set to a non-default
value, it is mutually exclusive with
oob_tcp_if_include.
MCA oob: parameter "oob_tcp_static_ipv4_ports" (current
value: "", data source: default, level: 2
user/detail, type: string)
Static ports for daemons and procs (IPv4)
MCA oob: parameter "oob_tcp_dynamic_ipv4_ports" (current
value: "", data source: default, level: 4
tuner/basic, type: string)
Range of ports to be dynamically used by daemons
and procs (IPv4)
MCA oob: parameter "oob_tcp_disable_ipv4_family" (current
value: "false", data source: default, level: 4
tuner/basic, type: bool)
Disable the IPv4 interfaces
t|true|enabled
"60", data source: default, level: 5 tuner/detail,
type: int)
Idle time in seconds before starting to send
keepalives (keepalive_time <= 0 disables keepalive
functionality)
"5", data source: default, level: 5 tuner/detail,
type: int)
Time between successive keepalive pings when peer
has not responded, in seconds (ignored if
keepalive_time <= 0)
MCA oob: parameter "oob_tcp_keepalive_probes" (current
value: "3", data source: default, level: 5
tuner/detail, type: int)
Number of keepalives that can be missed before
declaring error (ignored if keepalive_time <= 0)
MCA oob: parameter "oob_tcp_skip_version_check" (current
value: "false", data source: default, level: 6
tuner/all, type: bool)
Skip checking versions between connections
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the plm
framework (<none> means use all components that can
be found)
MCA plm: parameter "plm_base_verbose" (current value: "0",
int)
Verbosity level for the plm framework (0 = no
verbosity)
MCA plm: parameter "plm_slurm_args" (current value: "", data
source: default, level: 9 dev/all, type: string)
Custom arguments to srun
"128", data source: default, level: 5 tuner/detail,
type: int)
How many plm_rsh_agent instances to invoke
concurrently (must be > 0)
"false", data source: default, level: 2
user/detail, type: bool)
Force the launcher to always use rsh
t|true|enabled
"false", data source: default, level: 2
user/detail, type: bool)
Disable the use of qrsh when under the Grid Engine
parallel environment
t|true|enabled
"false", data source: default, level: 2
user/detail, type: bool)
Daemonize the orted under the Grid Engine parallel
environment
t|true|enabled
"false", data source: default, level: 2
user/detail, type: bool)
Disable the use of llspawn when under the
LoadLeveler environment
t|true|enabled
MCA plm: parameter "plm_rsh_daemonize_llspawn" (current
value: "false", data source: default, level: 2
user/detail, type: bool)
Daemonize the orted when under the LoadLeveler
environment
t|true|enabled
MCA plm: parameter "plm_rsh_priority" (current value: "10",
data source: default, level: 9 dev/all, type: int)
Priority of the rsh plm component
MCA plm: parameter "plm_rsh_delay" (current value: "", data
string)
Delay between invocations of the remote agent
(sec[:usec])
"false", data source: default, level: 5
tuner/detail, type: bool)
If set to true, do not launch via a tree-based
topology
t|true|enabled
rsh", data source: default, level: 2 user/detail,
type: string, synonyms: pls_rsh_agent,
orte_rsh_agent)
The command used to launch executables on remote
nodes (typically either "ssh" or "rsh")
MCA plm: parameter "plm_rsh_assume_same_shell" (current
value: "true", data source: default, level: 2
orte_assume_same_shell)
If set to true, assume that the shell on the remote
node is the same as the shell on the local node.
Otherwise, probe for what the remote shell
[default: 1]
t|true|enabled
MCA plm: parameter "plm_rsh_pass_environ_mca_params"
(current value: "true", data source: default,
level: 2 user/detail, type: bool)
If set to false, do not include mca params from the
environment on the orted cmd line
t|true|enabled
MCA plm: parameter "plm_rsh_args" (current value: "", data
source: default, level: 9 dev/all, type: string)
Arguments to add to rsh/ssh
string)
Prepend the specified library path to the remote
shell's LD_LIBRARY_PATH
default, level: 2 user/detail, type: string)
Default selection set of components for the ras
framework (<none> means use all components that can
be found)
"false", data source: default, level: 9 dev/all,
orte_display_alloc)
Whether to display the allocation after it is
determined
t|true|enabled
MCA ras: parameter "ras_base_display_devel_alloc" (current
value: "false", data source: default, level: 9
orte_display_devel_alloc)
Whether to display a developer-detail allocation
after it is determined
t|true|enabled
MCA ras: parameter "ras_base_verbose" (current value: "0",
int)
Verbosity level for the ras framework (0 = no
verbosity)
string)
Comma-separated list of number of slots on each
node to simulate
string)
Comma-separated list of number of max slots on each
node to simulate
string)
Comma-separated list of number of nodes to simulate
for each topology
MCA ras: parameter "ras_simulator_topo_files" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Comma-separated list of files containing xml
topology descriptions for simulated nodes
MCA ras: parameter "ras_simulator_topologies" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Comma-separated list of topology descriptions for
simulated nodes
MCA ras: parameter "ras_simulator_have_cpubind" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Topology supports binding to cpus
t|true|enabled
MCA ras: parameter "ras_simulator_have_membind" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Topology supports binding to memory
t|true|enabled
MCA ras: parameter "ras_loadleveler_priority" (current
value: "90", data source: default, level: 9
dev/all, type: int)
Priority of the loadleveler ras component
MCA ras: parameter "ras_slurm_dyn_allocate_timeout" (current
value: "30", data source: default, level: 9
dev/all, type: int)
Number of seconds to wait for Slurm dynamic
allocation
MCA ras: parameter "ras_slurm_enable_dyn_alloc" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether or not dynamic allocations are enabled
t|true|enabled
string)
Path to Slurm configuration file
MCA ras: parameter "ras_slurm_enable_rolling_alloc" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Enable partial dynamic allocations
t|true|enabled
MCA ras: parameter "ras_slurm_use_entire_allocation"
(current value: "false", data source: default,
level: 5 tuner/detail, type: bool)
Use entire allocation (not just job step nodes) for
this application
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the rmaps
framework (<none> means use all components that can
be found)
MCA rmaps: parameter "rmaps_dist_device" (current value: "",
string)
If specified, map processes near to this device.
Any device name that is identified by the lstopo
hwloc utility as Net or OpenFabrics (for example
eth0, mlx4_0, etc) or special name as auto
MCA rmaps: parameter "rmaps_base_verbose" (current value: "0",
int)
Verbosity level for the rmaps framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool, synonyms: rmaps_ppr_pernode)
Launch one ppn as directed
t|true|enabled
int, synonyms: rmaps_ppr_n_pernode)
Launch n procs/node
int, synonyms: rmaps_ppr_n_persocket)
Launch n procs/socket
MCA rmaps: parameter "rmaps_base_pattern" (current value: "",
string, synonyms: rmaps_ppr_pattern)
Comma-separated list of number of processes on a
given resource type [default: none]
MCA rmaps: parameter "rmaps_base_mapping_policy" (current
value: "", data source: default, level: 9 dev/all,
type: string, synonyms: rmaps_base_schedule_policy)
Mapping Policy [slot | hwthread | core
(default:np<=2) | l1cache | l2cache | l3cache |
socket (default:np>2) | numa | board | node | seq |
dist | ppr], with allowed modifiers
:PE=y,SPAN,OVERSUBSCRIBE,NOOVERSUBSCRIBE
MCA rmaps: parameter "rmaps_base_schedule_policy" (current
value: "", data source: default, level: 9 dev/all,
rmaps_base_mapping_policy)
Mapping Policy [slot | hwthread | core
(default:np<=2) | l1cache | l2cache | l3cache |
socket (default:np>2) | numa | board | node | seq |
dist | ppr], with allowed modifiers
:PE=y,SPAN,OVERSUBSCRIBE,NOOVERSUBSCRIBE
MCA rmaps: parameter "rmaps_base_ranking_policy" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Ranking Policy [slot (default:np<=2) | hwthread |
core | l1cache | l2cache | l3cache | socket
(default:np>2) | numa | board | node], with
modifier :SPAN or :FILL
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to map and rank processes round-robin by
core
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to map and rank processes round-robin by
slot
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to map and rank processes round-robin by
node
t|true|enabled
MCA rmaps: parameter "rmaps_base_cpus_per_proc" (current
value: "1", data source: default, level: 9 dev/all,
type: int, synonyms: rmaps_base_cpus_per_rank)
Number of cpus to use for each rank [1-2**15
(default=1)]
MCA rmaps: parameter "rmaps_base_cpus_per_rank" (current
value: "1", data source: default, level: 9 dev/all,
type: int, synonym of: rmaps_base_cpus_per_proc)
Number of cpus to use for each rank [1-2**15
(default=1)]
MCA rmaps: parameter "rmaps_base_no_schedule_local" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
If false, allow scheduling MPI applications on the
same node as mpirun (default). If true, do not
schedule any MPI applications on the same node as
mpirun
t|true|enabled
MCA rmaps: parameter "rmaps_base_no_oversubscribe" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
If true, then do not allow oversubscription of
nodes - mpirun will return an error if there aren't
enough nodes to launch all processes without
oversubscribing
t|true|enabled
MCA rmaps: parameter "rmaps_base_oversubscribe" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
If true, then allow oversubscription of nodes and
overloading of processing elements
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to display the process map after it is
computed
t|true|enabled
MCA rmaps: parameter "rmaps_base_display_devel_map" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether to display a developer-detail process map
after it is computed
t|true|enabled
MCA rmaps: parameter "rmaps_base_display_topo_with_map"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Whether to display the topology with the map
t|true|enabled
MCA rmaps: parameter "rmaps_base_display_diffable_map"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Whether to display a diffable process map after it
is computed
t|true|enabled
MCA rmaps: parameter "rmaps_base_topology" (current value: "",
string)
hwloc topology file (xml format) describing the
topology of the compute nodes [default: none]
"false", data source: default, level: 9 dev/all,
type: bool, synonym of: rmaps_base_pernode)
Launch one ppn as directed
t|true|enabled
int, synonym of: rmaps_base_n_pernode)
Launch n procs/node
int, synonym of: rmaps_base_n_persocket)
Launch n procs/socket
MCA rmaps: parameter "rmaps_ppr_pattern" (current value: "",
string, synonym of: rmaps_base_pattern)
Comma-separated list of number of processes on a
given resource type [default: none]
int)
Priority of the ppr rmaps component
MCA rmaps: parameter "rmaps_resilient_priority" (current
value: "40", data source: default, level: 9
dev/all, type: int)
Priority of the resilient rmaps component
MCA rmaps: parameter "rmaps_resilient_fault_grp_file" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Filename that contains a description of fault
groups for this system
int)
Priority of the seq rmaps component
MCA rmaps: parameter "rmaps_round_robin_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Priority of the rr rmaps component
int)
Priority of the mindist rmaps component
MCA rmaps: parameter "rmaps_rank_file_priority" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Priority of the rank_file rmaps component
"", data source: default, level: 5 tuner/detail,
type: string, synonyms: orte_rankfile)
Name of the rankfile to be used for mapping
processes (relative or absolute path)
MCA rmaps: parameter "rmaps_rank_file_physical" (current
value: "false", data source: default, level: 5
tuner/detail, type: bool)
Rankfile contains physical cpu designations
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the rml
framework (<none> means use all components that can
be found)
MCA rml: parameter "rml_wrapper" (current value: "", data
source: default, level: 9 dev/all, type: string,
synonym of: rml_base_wrapper)
Use a Wrapper component around the selected RML
component
MCA rml: parameter "rml_base_verbose" (current value: "0",
int)
Verbosity level for the rml framework (0 = no
verbosity)
MCA rml: parameter "rml_base_wrapper" (current value: "",
string, synonyms: rml_wrapper)
Use a Wrapper component around the selected RML
component
default, level: 2 user/detail, type: string)
Default selection set of components for the routed
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the routed framework (0 = no
verbosity)
MCA routed: parameter "routed_radix" (current value: "32", data
source: default, level: 9 dev/all, type: int)
Radix to be used for routed radix tree
MCA routed: parameter "routed_radix_max_connections" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Send direct between daemons if the number of nodes
is less than this number
default, level: 2 user/detail, type: string)
Default selection set of components for the sensor
framework (<none> means use all components that can
be found)
MCA sensor: parameter "sensor_sample_rate" (current value: "0",
data source: default, level: 9 dev/all, type: int,
deprecated, synonym of: sensor_base_sample_rate)
Sample rate in seconds
"false", data source: default, level: 9 dev/all,
sensor_base_log_samples)
Log samples to database
t|true|enabled
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the sensor framework (0 = no
verbosity)
int, synonyms: sensor_sample_rate)
Sample rate in seconds
"false", data source: default, level: 9 dev/all,
type: bool, synonyms: sensor_log_samples)
Log samples to database
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the snapc
framework (<none> means use all components that can
be found)
MCA snapc: parameter "snapc_base_verbose" (current value: "0",
int)
Verbosity level for the snapc framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
Only store the most recent checkpoint sequence.
[Default = disabled]
t|true|enabled
MCA snapc: parameter "snapc_base_global_snapshot_dir" (current
value: "/gpfs/gpfs0/groups/mozafari/dyoon", data
source: default, level: 9 dev/all, type: string,
sstore_base_global_snapshot_dir)
The base directory to use when storing global
snapshots
MCA snapc: parameter "snapc_base_global_snapshot_ref" (current
value: "", data source: default, level: 9 dev/all,
sstore_base_global_snapshot_ref)
The global snapshot reference to be used for this
job. [Default =
ompi_global_snapshot_MPIRUNPID.ckpt]
default, level: 2 user/detail, type: string)
Default selection set of components for the sstore
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the sstore framework (0 = no
verbosity)
MCA sstore: parameter "sstore_base_global_snapshot_dir"
snapc_base_global_snapshot_dir)
The base directory to use when storing global
snapshots
MCA sstore: parameter "sstore_base_global_snapshot_ref"
(current value: "", data source: default, level: 9
snapc_base_global_snapshot_ref)
The global snapshot reference to be used for this
job. [Default =
ompi_global_snapshot_MPIRUNPID.ckpt]
default, level: 2 user/detail, type: string)
Default selection set of components for the state
framework (<none> means use all components that can
be found)
MCA state: parameter "state_base_verbose" (current value: "0",
int)
Verbosity level for the state framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
Use this component
t|true|enabled
"4294967295", data source: default, level: 9
dev/all, type: unsigned)
If the number of processes in the application
exceeds the provided value,hostnames for remote
processes will not be retrieved by applications
[default: UINT32_MAX]
MCA mpi: parameter "mpi_param_check" (current value: "true",
data source: default, level: 9 dev/all, type: bool)
Whether you want MPI API parameters checked at
run-time or not. Possible values are 0 (no
checking) and 1 (perform checking at run-time)
t|true|enabled
"true", data source: default, level: 9 dev/all,
type: bool)
Yield the processor when waiting for MPI
communication (for MPI processes, will default to 1
when oversubscribing nodes)
t|true|enabled
int)
How often to progress TCP communications (0 =
never, otherwise specified in microseconds)
"false", data source: default, level: 9 dev/all,
type: bool)
Whether MPI_FINALIZE shows all MPI handles that
were not freed or not
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Whether to actually free MPI objects when their
handles are freed
t|true|enabled
MCA mpi: parameter "mpi_show_mpi_alloc_mem_leaks" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
If >0, MPI_FINALIZE will show up to this many
instances of memory allocated by MPI_ALLOC_MEM that
was not freed by MPI_FREE_MEM
MCA mpi: parameter "mpi_show_mca_params" (current value: "",
string)
Whether to show all MCA parameter values during
MPI_INIT or not (good for reproducability of MPI
jobs for debug purposes). Accepted values are all,
default, file, api, and enviro - or a comma
delimited combination of them
MCA mpi: parameter "mpi_show_mca_params_file" (current
value: "", data source: default, level: 9 dev/all,
type: string)
If mpi_show_mca_params is true, setting this string
to a valid filename tells Open MPI to dump all the
MCA parameter values into a file suitable for
reading via the mca_param_files parameter (good for
reproducability of MPI jobs)
"false", data source: default, level: 9 dev/all,
mpi_preconnect_mpi)
Whether to force MPI processes to fully wire-up the
MPI connections between MPI processes during
MPI_INIT (vs. making connections lazily -- upon the
first MPI traffic between each process peer pair)
t|true|enabled
MCA mpi: parameter "mpi_leave_pinned" (current value: "-1",
data source: default, level: 9 dev/all, type: int)
Whether to use the "leave pinned" protocol or not.
Enabling this setting can help bandwidth
performance when repeatedly sending and receiving
large messages with the same buffers over
RDMA-based networks (0 = do not use "leave pinned"
protocol, 1 = use "leave pinned" protocol, -1 =
allow network to choose at runtime).
MCA mpi: parameter "mpi_leave_pinned_pipeline" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Whether to use the "leave pinned pipeline" protocol
or not.
t|true|enabled
"true", data source: default, level: 9 dev/all,
type: bool)
If nonzero, issue a warning if program forks under
conditions that could cause system errors
t|true|enabled
MCA mpi: informational "mpi_have_sparse_group_storage"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Whether this Open MPI installation supports storing
of data in MPI groups in "sparse" formats (good for
extremely large process count MPI jobs that create
many communicators/groups)
t|true|enabled
MCA mpi: informational "mpi_use_sparse_group_storage"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Whether to use "sparse" storage formats for MPI
groups (only relevant if
mpi_have_sparse_group_storage is 1)
t|true|enabled
MCA mpi: informational "mpi_built_with_cuda_support"
(current value: "false", data source: default,
level: 4 tuner/basic, type: bool)
Whether CUDA GPU buffer support is built into
library or not
t|true|enabled
"false", data source: default, level: 4
tuner/basic, type: bool)
Whether CUDA GPU buffer support is enabled or not
t|true|enabled
MCA mpi: parameter "mpi_abort_delay" (current value: "0",
int, deprecated, synonym of: opal_abort_delay)
If nonzero, print out an identifying message when
abort operation is invoked (hostname, PID of the
process that called abort) and delay for that many
seconds before exiting (a negative delay value
means to never abort). This allows attaching of a
debugger before quitting the job.
"false", data source: default, level: 5
opal_abort_print_stack)
If nonzero, print out a stack trace when abort is
invoked
t|true|enabled
MCA allocator: parameter "allocator" (current value: "", data
string)
Default selection set of components for the
allocator framework (<none> means use all
components that can be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the allocator framework (0 = no
verbosity)
MCA allocator: parameter "allocator_bucket_num_buckets" (current
value: "30", data source: default, level: 9
dev/all, type: int)
default, level: 2 user/detail, type: string)
Default selection set of components for the bcol
framework (<none> means use all components that can
be found)
MCA bcol: parameter "bcol_base_verbose" (current value: "0",
int)
Verbosity level for the bcol framework (0 = no
verbosity)
"basesmuma,basesmuma,iboffload,ptpcoll,ugni", data
source: default, level: 9 dev/all, type: string)
Default set of basic collective components to use
int)
PTPCOLL component priority(from 0(low) to 90
(high))
int)
Output some verbose PTPCOLL information (0 = no
output, nonzero = output)
MCA bcol: parameter "bcol_ptpcoll_k_nomial_radix" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
The radix of K-Nomial Tree (starts from 2)
MCA bcol: parameter "bcol_ptpcoll_narray_radix" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
The radix of Narray Tree (starts from 2)
MCA bcol: parameter "bcol_ptpcoll_narray_knomial_radix"
(current value: "2", data source: default, level: 9
dev/all, type: int)
The radix of Narray/Knomial Tree for
scatther-gather type algorithms(starts from 2)
MCA bcol: parameter "bcol_ptpcoll_num_to_probe" (current
value: "8", data source: default, level: 9 dev/all,
type: int)
Number of probe operation in single source data
check(starts from 8)
MCA bcol: parameter
"bcol_ptpcoll_bcast_small_msg_known_root_alg"
(current value: "1", data source: default, level: 9
dev/all, type: int)
Algorithm selection for bcast small messages known
root(1 - K-nomial, 2 - N-array)
MCA bcol: parameter
"bcol_ptpcoll_bcast_large_msg_known_root_alg"
(current value: "1", data source: default, level: 9
dev/all, type: int)
Algorithm selection for bcast large messages known
root(1 - Binomial scatther-gather, 2 - N-array
scather, K-nomial gather)
MCA bcol: parameter "bcol_ptpcoll_barrier_alg" (current
value: "1", data source: default, level: 9 dev/all,
type: int)
Algorithm selection for Barrier(1 - Recursive
doubling, 2 - Recursive K-ing)
MCA bcol: parameter "bcol_ptpcoll_min_frag_size" (current
value: "65536", data source: default, level: 9
dev/all, type: int)
Minimum fragment size
MCA bcol: parameter "bcol_ptpcoll_max_frag_size" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Maximum fragment size
MCA bcol: parameter "bcol_ptpcoll_can_use_user_buffers"
(current value: "true", data source: default,
level: 9 dev/all, type: bool)
User memory can be used by the collective
algorithms
t|true|enabled
int)
MCA bcol: parameter "bcol_basesmuma_basesmuma_num_ctl_banks"
(current value: "2", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter
"bcol_basesmuma_basesmuma_num_buffs_per_bank"
9 dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_n_poll_loops" (current
value: "4", data source: default, level: 9 dev/all,
type: int)
MCA bcol: parameter "bcol_basesmuma_n_groups_supported"
9 dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_radix_fanin" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
MCA bcol: parameter "bcol_basesmuma_radix_fanout" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
MCA bcol: parameter "bcol_basesmuma_radix_read_tree" (current
value: "3", data source: default, level: 9 dev/all,
type: int)
MCA bcol: parameter "bcol_basesmuma_order_reduction_tree"
(current value: "2", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_k_nomial_radix" (current
value: "3", data source: default, level: 9 dev/all,
type: int)
MCA bcol: parameter "bcol_basesmuma_num_to_probe" (current
value: "10", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_scatter_kary_radix"
(current value: "4", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_min_frag_size" (current
value: "65536", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_max_frag_size" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
MCA bcol: parameter "bcol_basesmuma_can_use_user_buffers"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
t|true|enabled
int)
default, level: 2 user/detail, type: string)
Default selection set of components for the bml
framework (<none> means use all components that can
be found)
MCA bml: parameter "bml_base_verbose" (current value: "0",
int)
Verbosity level for the bml framework (0 = no
verbosity)
MCA bml: parameter "bml_r2_show_unreach_errors" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Show error message when procs are unreachable
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the btl
framework (<none> means use all components that can
be found)
MCA btl: parameter "btl_base_verbose" (current value: "0",
int)
Verbosity level for the btl framework (0 = no
verbosity)
MCA btl: parameter "btl_base_include" (current value: "",
string)
MCA btl: parameter "btl_base_exclude" (current value: "",
string)
MCA btl: parameter "btl_base_warn_component_unused" (current
value: "1", data source: default, level: 9 dev/all,
type: int)
This parameter is used to turn on warning messages
when certain NICs are not used
int)
Number of fragments by default
int)
Maximum number of fragments
int)
Increment by this number of fragments
"65536", data source: default, level: 7 dev/basic,
type: unsigned)
BTL exclusivity (must be >= 0)
MCA btl: parameter "btl_self_flags" (current value: "10",
unsigned)
BTL bit flags (general flags: SEND=1, PUT=2, GET=4,
SEND_INPLACE=8, RDMA_MATCHED=64,
HETEROGENEOUS_RDMA=256; flags only used by the "dr"
PML (ignored by others): ACK=16, CHECKSUM=32,
RDMA_COMPLETION=128; flags only used by the "bfo"
PML (ignored by others): FAILOVER_SUPPORT=512)
MCA btl: parameter "btl_self_rndv_eager_limit" (current
value: "131072", data source: default, level: 4
tuner/basic, type: size_t)
Size (in bytes, including header) of "phase 1"
fragment sent for all large messages (must be >= 0
and <= eager_limit)
"131072", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes, including header) of
"short" messages (must be >= 1).
"262144", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 2"
fragment of a long message when using the pipeline
protocol (must be >= 1)
MCA btl: parameter "btl_self_rdma_pipeline_send_length"
(current value: "2147483647", data source: default,
level: 4 tuner/basic, type: size_t)
Length of the "phase 2" portion of a large message
(in bytes) when using the pipeline protocol. This
part of the message will be split into fragments of
size max_send_size and sent using send/receive
semantics (must be >= 0; only relevant when the PUT
flag is set)
MCA btl: parameter "btl_self_rdma_pipeline_frag_size"
(current value: "2147483647", data source: default,
level: 4 tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 3"
fragment from a long message when using the
pipeline protocol. These fragments will be sent
using RDMA semantics (must be >= 1; only relevant
when the PUT flag is set)
MCA btl: parameter "btl_self_min_rdma_pipeline_size"
(current value: "2147614719", data source: default,
level: 4 tuner/basic, type: size_t)
Messages smaller than this size (in bytes) will not
use the RDMA pipeline protocol. Instead, they will
be split into fragments of max_send_size and sent
using send/receive semantics (must be >=0, and is
automatically adjusted up to at least
(eager_limit+btl_rdma_pipeline_send_length); only
relevant when the PUT flag is set)
MCA btl: parameter "btl_self_latency" (current value: "0",
unsigned)
Approximate latency of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = latency in microseconds)
"100", data source: default, level: 5 tuner/detail,
type: unsigned)
Approximate maximum bandwidth of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = bandwidth in Mbps)
int)
Whether knem support is desired or not (negative =
try to enable knem support, but continue even if it
is not available, 0 = do not enable knem support,
positive = try to enable knem support and fail if
it is not available)
unsigned)
Minimum message size (in bytes) to use the knem DMA
mode; ignored if knem does not support DMA mode (0
= do not use the knem DMA mode)
MCA btl: parameter "btl_sm_knem_max_simultaneous" (current
value: "0", data source: default, level: 9 dev/all,
type: unsigned)
Max number of simultaneous ongoing knem operations
to support (0 = do everything synchronously, which
probably gives the best large message latency; >0
means to do all operations asynchronously, which
supports better overlap for simultaneous large
message sends)
MCA btl: parameter "btl_sm_use_cma" (current value: "0",
unsigned)
Whether or not to enable CMA
"8", data source: default, level: 5 tuner/detail,
type: int)
"-1", data source: default, level: 5 tuner/detail,
type: int)
"64", data source: default, level: 5 tuner/detail,
type: int)
MCA btl: parameter "btl_sm_max_procs" (current value: "-1",
int)
"4096", data source: default, level: 4 tuner/basic,
type: unsigned)
MCA btl: parameter "btl_sm_num_fifos" (current value: "1",
int)
"120", data source: default, level: 5 tuner/detail,
type: unsigned)
int)
"65535", data source: default, level: 7 dev/basic,
type: unsigned)
BTL exclusivity (must be >= 0)
MCA btl: parameter "btl_sm_flags" (current value: "1", data
unsigned)
BTL bit flags (general flags: SEND=1, PUT=2, GET=4,
SEND_INPLACE=8, RDMA_MATCHED=64,
HETEROGENEOUS_RDMA=256; flags only used by the "dr"
PML (ignored by others): ACK=16, CHECKSUM=32,
RDMA_COMPLETION=128; flags only used by the "bfo"
PML (ignored by others): FAILOVER_SUPPORT=512)
"4096", data source: default, level: 4 tuner/basic,
type: size_t)
Size (in bytes, including header) of "phase 1"
fragment sent for all large messages (must be >= 0
and <= eager_limit)
"4096", data source: default, level: 4 tuner/basic,
type: size_t)
Maximum size (in bytes, including header) of
"short" messages (must be >= 1).
"32768", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 2"
fragment of a long message when using the pipeline
protocol (must be >= 1)
MCA btl: parameter "btl_tcp_links" (current value: "1", data
unsigned)
MCA btl: parameter "btl_tcp_if_include" (current value: "",
string)
Comma-delimited list of devices and/or CIDR
notation of networks to use for MPI communication
(e.g., "eth0,192.168.0.0/16"). Mutually exclusive
with btl_tcp_if_exclude.
"127.0.0.1/8,sppp", data source: default, level: 1
user/basic, type: string)
Comma-delimited list of devices and/or CIDR
notation of networks to NOT use for MPI
communication -- all devices not matching these
specifications will be used (e.g.,
"eth0,192.168.0.0/16"). If set to a non-default
value, it is mutually exclusive with
btl_tcp_if_include.
"8", data source: default, level: 5 tuner/detail,
type: int)
"-1", data source: default, level: 5 tuner/detail,
type: int)
"32", data source: default, level: 5 tuner/detail,
type: int)
"131072", data source: default, level: 4
tuner/basic, type: int)
"131072", data source: default, level: 4
tuner/basic, type: int)
"30720", data source: default, level: 4
tuner/basic, type: int)
The size of the internal cache for each TCP
connection. This cache is used to reduce the number
of syscalls, by replacing them with memcpy. Every
read will read the expected data plus the amount of
the endpoint_cache
MCA btl: parameter "btl_tcp_use_nagle" (current value: "0",
int)
Whether to use Nagle's algorithm or not (using
Nagle's algorithm may increase short message
latency)
"1024", data source: default, level: 2 user/detail,
type: int)
The minimum port where the TCP BTL will try to bind
(default 1024)
"64511", data source: default, level: 2
user/detail, type: int)
The number of ports where the TCP BTL will try to
bind (default 64511). This parameter together with
the port min, define a range of ports where Open
MPI will open sockets.
MCA btl: parameter "btl_tcp_warn_all_unfound_interfaces"
(current value: "false", data source: default,
level: 2 user/detail, type: bool)
Issue a warning for all unfound interfaces included
in if_exclude
t|true|enabled
"100", data source: default, level: 7 dev/basic,
type: unsigned)
BTL exclusivity (must be >= 0)
MCA btl: parameter "btl_tcp_flags" (current value: "314",
unsigned)
BTL bit flags (general flags: SEND=1, PUT=2, GET=4,
SEND_INPLACE=8, RDMA_MATCHED=64,
HETEROGENEOUS_RDMA=256; flags only used by the "dr"
PML (ignored by others): ACK=16, CHECKSUM=32,
RDMA_COMPLETION=128; flags only used by the "bfo"
PML (ignored by others): FAILOVER_SUPPORT=512)
MCA btl: parameter "btl_tcp_rndv_eager_limit" (current
value: "65536", data source: default, level: 4
tuner/basic, type: size_t)
Size (in bytes, including header) of "phase 1"
fragment sent for all large messages (must be >= 0
and <= eager_limit)
"65536", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes, including header) of
"short" messages (must be >= 1).
"131072", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 2"
fragment of a long message when using the pipeline
protocol (must be >= 1)
MCA btl: parameter "btl_tcp_rdma_pipeline_send_length"
(current value: "131072", data source: default,
level: 4 tuner/basic, type: size_t)
Length of the "phase 2" portion of a large message
(in bytes) when using the pipeline protocol. This
part of the message will be split into fragments of
size max_send_size and sent using send/receive
semantics (must be >= 0; only relevant when the PUT
flag is set)
MCA btl: parameter "btl_tcp_rdma_pipeline_frag_size"
(current value: "2147483647", data source: default,
level: 4 tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 3"
fragment from a long message when using the
pipeline protocol. These fragments will be sent
using RDMA semantics (must be >= 1; only relevant
when the PUT flag is set)
MCA btl: parameter "btl_tcp_min_rdma_pipeline_size" (current
value: "196608", data source: default, level: 4
tuner/basic, type: size_t)
Messages smaller than this size (in bytes) will not
use the RDMA pipeline protocol. Instead, they will
be split into fragments of max_send_size and sent
using send/receive semantics (must be >=0, and is
automatically adjusted up to at least
(eager_limit+btl_rdma_pipeline_send_length); only
relevant when the PUT flag is set)
MCA btl: parameter "btl_tcp_latency" (current value: "100",
unsigned)
Approximate latency of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = latency in microseconds)
"100", data source: default, level: 5 tuner/detail,
type: unsigned)
Approximate maximum bandwidth of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = bandwidth in Mbps)
"0", data source: default, level: 2 user/detail,
type: int)
MCA btl: parameter "btl_tcp_if_seq" (current value: "", data
source: default, level: 9 dev/all, type: string)
If specified, a comma-delimited list of TCP
interfaces. Interfaces will be assigned, one to
each MPI process, in a round-robin fashion on each
server. For example, if the list is "eth0,eth1"
and four MPI processes are run on a single server,
then local ranks 0 and 2 will use eth0 and local
ranks 1 and 3 will use eth1.
"false", data source: default, level: 9 dev/all,
type: bool)
Output some verbose OpenIB BTL information (0 = no
output, nonzero = output)
t|true|enabled
MCA btl: parameter "btl_openib_warn_no_device_params_found"
(current value: "true", data source: default,
btl_openib_warn_no_hca_params_found)
Warn when no device-specific parameters are found
in the INI file specified by the
btl_openib_device_param_files MCA parameter (0 = do
not warn; any other value = warn)
t|true|enabled
MCA btl: parameter "btl_openib_warn_no_hca_params_found"
(current value: "true", data source: default,
level: 9 dev/all, type: bool, deprecated, synonym
of: btl_openib_warn_no_device_params_found)
Warn when no device-specific parameters are found
in the INI file specified by the
btl_openib_device_param_files MCA parameter (0 = do
not warn; any other value = warn)
t|true|enabled
MCA btl: parameter "btl_openib_warn_default_gid_prefix"
(current value: "true", data source: default,
level: 9 dev/all, type: bool)
Warn when there is more than one active ports and
at least one of them connected to the network with
only default GID prefix configured (0 = do not
warn; any other value = warn)
t|true|enabled
MCA btl: parameter "btl_openib_warn_nonexistent_if" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Warn if non-existent devices and/or ports are
specified in the btl_openib_if_[in|ex]clude MCA
parameters (0 = do not warn; any other value =
warn)
t|true|enabled
MCA btl: parameter "btl_openib_abort_not_enough_reg_mem"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
If there is not enough registered memory available
on the system for Open MPI to function properly,
Open MPI will issue a warning. If this MCA
parameter is set to true, then Open MPI will also
abort all MPI jobs (0 = warn, but do not abort; any
other value = warn and abort)
t|true|enabled
MCA btl: parameter "btl_openib_poll_cq_batch" (current
value: "256", data source: default, level: 9
dev/all, type: unsigned)
Retrieve up to poll_cq_batch completions from CQ
MCA btl: parameter "btl_openib_device_param_files" (current
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-btl-openib-device-params.ini",
string, synonyms: btl_openib_hca_param_files)
Colon-delimited list of INI-style files that
contain device vendor/part-specific parameters (use
semicolon for Windows)
MCA btl: parameter "btl_openib_hca_param_files" (current
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-btl-openib-device-params.ini",
btl_openib_device_param_files)
Colon-delimited list of INI-style files that
contain device vendor/part-specific parameters (use
semicolon for Windows)
"all", data source: default, level: 9 dev/all,
type: int)
Specify to only use IB or iWARP network adapters
(infiniband = only use InfiniBand HCAs; iwarp =
only use iWARP NICs; all = use any available
adapters)
Valid values: 0:"infiniband", 0:"ib", 1:"iwarp",
1:"iw", 2:"all"
int)
Maximum number of device ports to use (-1 = use all
available, otherwise must be >= 1)
MCA btl: parameter "btl_openib_free_list_num" (current
value: "8", data source: default, level: 9 dev/all,
type: int)
Initial size of free lists (must be >= 1)
MCA btl: parameter "btl_openib_free_list_max" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Maximum size of free lists (-1 = infinite,
otherwise must be >= 0)
MCA btl: parameter "btl_openib_free_list_inc" (current
value: "32", data source: default, level: 9
dev/all, type: int)
Increment size of free lists (must be >= 1)
"grdma", data source: default, level: 9 dev/all,
type: string)
Name of the memory pool to be used (it is unlikely
that you will ever want to change this)
int)
Length of the registration cache most recently used
list (must be >= 1)
"8192", data source: default, level: 9 dev/all,
type: int, synonyms: btl_openib_ib_cq_size)
Minimum size of the OpenFabrics completion queue
(CQs are automatically sized based on the number of
peer MPI processes; this value determines the
*minimum* size of all CQs)
"8192", data source: default, level: 9 dev/all,
btl_openib_cq_size)
Minimum size of the OpenFabrics completion queue
(CQs are automatically sized based on the number of
peer MPI processes; this value determines the
*minimum* size of all CQs)
MCA btl: parameter "btl_openib_max_inline_data" (current
value: "-1", data source: default, level: 9
btl_openib_ib_max_inline_data)
Maximum size of inline data segment (-1 = run-time
probe to discover max value, otherwise must be >=
0). If not explicitly set, use max_inline_data from
the INI file containing device-specific parameters
MCA btl: parameter "btl_openib_ib_max_inline_data" (current
value: "-1", data source: default, level: 9
btl_openib_max_inline_data)
Maximum size of inline data segment (-1 = run-time
probe to discover max value, otherwise must be >=
0). If not explicitly set, use max_inline_data from
the INI file containing device-specific parameters
MCA btl: parameter "btl_openib_pkey" (current value: "0",
unsigned, synonyms: btl_openib_ib_pkey_val)
OpenFabrics partition key (pkey) value. Unsigned
integer decimal or hex values are allowed (e.g.,
"3" or "0x3f") and will be masked against the
maximum allowable IB partition key value (0x7fff)
unsigned, deprecated, synonym of: btl_openib_pkey)
OpenFabrics partition key (pkey) value. Unsigned
integer decimal or hex values are allowed (e.g.,
"3" or "0x3f") and will be masked against the
maximum allowable IB partition key value (0x7fff)
MCA btl: parameter "btl_openib_psn" (current value: "0",
unsigned, synonyms: btl_openib_ib_psn)
OpenFabrics packet sequence starting number (must
be >= 0)
MCA btl: parameter "btl_openib_ib_psn" (current value: "0",
unsigned, deprecated, synonym of: btl_openib_psn)
OpenFabrics packet sequence starting number (must
be >= 0)
MCA btl: parameter "btl_openib_ib_qp_ous_rd_atom" (current
value: "4", data source: default, level: 9 dev/all,
type: unsigned)
InfiniBand outstanding atomic reads (must be >= 0)
MCA btl: parameter "btl_openib_mtu" (current value: "1k",
data source: default, level: 9 dev/all, type: int,
synonyms: btl_openib_ib_mtu)
OpenFabrics MTU, in bytes (if not specified in INI
files). Valid values are: 1=256 bytes, 2=512
bytes, 3=1024 bytes, 4=2048 bytes, 5=4096 bytes
Valid values: 1:"256B", 2:"512B", 3:"1k", 4:"2k",
5:"4k"
MCA btl: parameter "btl_openib_ib_mtu" (current value: "1k",
data source: default, level: 9 dev/all, type: int,
deprecated, synonym of: btl_openib_mtu)
OpenFabrics MTU, in bytes (if not specified in INI
files). Valid values are: 1=256 bytes, 2=512
bytes, 3=1024 bytes, 4=2048 bytes, 5=4096 bytes
Valid values: 1:"256B", 2:"512B", 3:"1k", 4:"2k",
5:"4k"
MCA btl: parameter "btl_openib_ib_min_rnr_timer" (current
value: "25", data source: default, level: 9
dev/all, type: unsigned)
InfiniBand minimum "receiver not ready" timer, in
seconds (must be >= 0 and <= 31)
unsigned)
4.096 microseconds * (2^btl_openib_ib_timeout)
(must be >= 0 and <= 31)
MCA btl: parameter "btl_openib_ib_retry_count" (current
value: "7", data source: default, level: 9 dev/all,
type: unsigned)
InfiniBand transmit retry count (must be >= 0 and
<= 7)
unsigned)
InfiniBand "receiver not ready" retry count;
applies *only* to SRQ/XRC queues. PP queues use
RNR retry values of 0 because Open MPI performs
software flow control to guarantee that RNRs never
occur (must be >= 0 and <= 7; 7 = "infinite")
MCA btl: parameter "btl_openib_ib_max_rdma_dst_ops" (current
value: "4", data source: default, level: 9 dev/all,
type: unsigned)
InfiniBand maximum pending RDMA destination
operations (must be >= 0)
MCA btl: parameter "btl_openib_ib_service_level" (current
value: "0", data source: default, level: 9 dev/all,
type: unsigned)
InfiniBand service level (must be >= 0 and <= 15)
MCA btl: parameter "btl_openib_ib_path_record_service_level"
(current value: "0", data source: default, level: 9
dev/all, type: unsigned)
Enable getting InfiniBand service level from
PathRecord (must be >= 0, 0 = disabled, positive =
try to get the service level from PathRecord)
MCA btl: parameter "btl_openib_use_eager_rdma" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Use RDMA for eager messages (-1 = use device
default, 0 = do not use eager RDMA, 1 = use eager
RDMA)
MCA btl: parameter "btl_openib_eager_rdma_threshold"
9 dev/all, type: int)
Use RDMA for short messages after this number of
messages are received from a given peer (must be >=
1)
MCA btl: parameter "btl_openib_max_eager_rdma" (current
value: "16", data source: default, level: 9
dev/all, type: int)
Maximum number of peers allowed to use RDMA for
short messages (RDMA is used for all long messages,
except if explicitly disabled, such as with the
"dr" pml) (must be >= 0)
MCA btl: parameter "btl_openib_eager_rdma_num" (current
value: "17", data source: default, level: 9
dev/all, type: int)
Number of RDMA buffers to allocate for small
messages (must be >= 1)
unsigned)
Number of BTLs to create for each InfiniBand LID
(must be >= 1)
MCA btl: parameter "btl_openib_max_lmc" (current value: "1",
unsigned)
Maximum number of LIDs to use for each device port
(must be >= 0, where 0 = use all available)
MCA btl: parameter "btl_openib_enable_apm_over_lmc" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Maximum number of alternative paths for each device
port (must be >= -1, where 0 = disable apm, -1 =
all available alternative paths )
MCA btl: parameter "btl_openib_enable_apm_over_ports"
(current value: "0", data source: default, level: 9
dev/all, type: int)
Enable alternative path migration (APM) over
different ports of the same device (must be >= 0,
where 0 = disable APM over ports, 1 = enable APM
over ports of the same device)
MCA btl: parameter "btl_openib_use_async_event_thread"
(current value: "true", data source: default,
level: 9 dev/all, type: bool)
If nonzero, use the thread that will handle
InfiniBand asynchronous events
t|true|enabled
MCA btl: parameter "btl_openib_enable_srq_resize" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Enable/Disable on demand SRQ resize. (0 = without
resizing, nonzero = with resizing)
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Enable/Disable routing between different subnets(0
= disable, nonzero = enable)
t|true|enabled
MCA btl: parameter "btl_openib_buffer_alignment" (current
value: "64", data source: default, level: 9
dev/all, type: unsigned)
Preferred communication buffer alignment, in bytes
(must be > 0 and power of two)
MCA btl: parameter "btl_openib_cq_poll_ratio" (current
value: "100", data source: default, level: 9
dev/all, type: unsigned)
How often to poll high priority CQ versus low
priority CQ
MCA btl: parameter "btl_openib_eager_rdma_poll_ratio"
9 dev/all, type: unsigned)
How often to poll eager RDMA channel versus CQ
MCA btl: parameter "btl_openib_hp_cq_poll_per_progress"
9 dev/all, type: unsigned)
Max number of completion events to process for each
call of BTL progress engine
MCA btl: parameter "btl_openib_max_hw_msg_size" (current
value: "0", data source: default, level: 9 dev/all,
type: unsigned)
Maximum size (in bytes) of a single fragment of a
long message when using the RDMA protocols (must be
0 and <= hw capabilities).
MCA btl: parameter
"btl_openib_allow_max_memory_registration" (current
value: "true", data source: default, level: 9
dev/all, type: bool)
Allow maximum possible memory to register with HCA
t|true|enabled
MCA btl: parameter "btl_openib_memory_registration_verbose"
(current value: "0", data source: default, level: 9
dev/all, type: int)
Output some verbose memory registration information
(0 = no output, nonzero = output)
MCA btl: parameter "btl_openib_ignore_locality" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Ignore any locality information and use all devices
(0 = use locality informaiton and use only close
devices, nonzero = ignore locality information)
MCA btl: informational "btl_openib_have_fork_support"
(current value: "true", data source: default,
level: 9 dev/all, type: bool)
Whether the OpenFabrics stack supports applications
that invoke the "fork()" system call or not (0 =
no, 1 = yes). Note that this value does NOT
indicate whether the system being run on supports
"fork()" with OpenFabrics applications or not.
t|true|enabled
"1024", data source: default, level: 7 dev/basic,
type: unsigned)
BTL exclusivity (must be >= 0)
MCA btl: parameter "btl_openib_flags" (current value: "310",
unsigned)
BTL bit flags (general flags: SEND=1, PUT=2, GET=4,
SEND_INPLACE=8, RDMA_MATCHED=64,
HETEROGENEOUS_RDMA=256; flags only used by the "dr"
PML (ignored by others): ACK=16, CHECKSUM=32,
RDMA_COMPLETION=128; flags only used by the "bfo"
PML (ignored by others): FAILOVER_SUPPORT=512)
MCA btl: parameter "btl_openib_rndv_eager_limit" (current
value: "12288", data source: default, level: 4
tuner/basic, type: size_t)
Size (in bytes, including header) of "phase 1"
fragment sent for all large messages (must be >= 0
and <= eager_limit)
"12288", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes, including header) of
"short" messages (must be >= 1).
MCA btl: parameter "btl_openib_max_send_size" (current
value: "65536", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 2"
fragment of a long message when using the pipeline
protocol (must be >= 1)
MCA btl: parameter "btl_openib_rdma_pipeline_send_length"
(current value: "1048576", data source: default,
level: 4 tuner/basic, type: size_t)
Length of the "phase 2" portion of a large message
(in bytes) when using the pipeline protocol. This
part of the message will be split into fragments of
size max_send_size and sent using send/receive
semantics (must be >= 0; only relevant when the PUT
flag is set)
MCA btl: parameter "btl_openib_rdma_pipeline_frag_size"
(current value: "1048576", data source: default,
level: 4 tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 3"
fragment from a long message when using the
pipeline protocol. These fragments will be sent
using RDMA semantics (must be >= 1; only relevant
when the PUT flag is set)
MCA btl: parameter "btl_openib_min_rdma_pipeline_size"
(current value: "1060864", data source: default,
level: 4 tuner/basic, type: size_t)
Messages smaller than this size (in bytes) will not
use the RDMA pipeline protocol. Instead, they will
be split into fragments of max_send_size and sent
using send/receive semantics (must be >=0, and is
automatically adjusted up to at least
(eager_limit+btl_rdma_pipeline_send_length); only
relevant when the PUT flag is set)
MCA btl: parameter "btl_openib_latency" (current value: "4",
unsigned)
Approximate latency of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = latency in microseconds)
"0", data source: default, level: 5 tuner/detail,
type: unsigned)
Approximate maximum bandwidth of interconnect (0 =
auto-detect value at run-time [not supported in all
BTL modules], >= 1 = bandwidth in Mbps)
MCA btl: parameter "btl_openib_receive_queues" (current
"P,128,256,192,128:S,2048,1024,1008,64:S,12288,1024,1008,64:S,65536,1024,1008,64",
string)
Colon-delimited, comma-delimited list of receive
queues: P,4096,8,6,4:P,32768,8,6,4
string)
Comma-delimited list of devices/ports to be used
(e.g. "mthca0,mthca1:2"; empty value means to use
all ports found). Mutually exclusive with
btl_openib_if_exclude.
string)
Comma-delimited list of device/ports to be excluded
(empty value means to not exclude any ports).
Mutually exclusive with btl_openib_if_include.
MCA btl: parameter "btl_openib_ipaddr_include" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Comma-delimited list of IP Addresses to be used
(e.g. "192.168.1.0/24"). Mutually exclusive with
btl_openib_ipaddr_exclude.
MCA btl: parameter "btl_openib_ipaddr_exclude" (current
value: "", data source: default, level: 9 dev/all,
type: string)
Comma-delimited list of IP Addresses to be excluded
(e.g. "192.168.1.0/24"). Mutually exclusive with
btl_openib_ipaddr_include.
int)
GID index to use on verbs device ports
MCA btl: parameter "btl_openib_allow_different_subnets"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
Allow connecting processes from different IB
subnets.(0 = do not allow; 1 = allow)
t|true|enabled
"disabled", data source: default, level: 5
memory_linux_memalign)
[64 | 32 | 0] - Enable memory alignment for all
malloc calls.
Valid values: -1:"disabled", 0:"0", 32:"32",
64:"64"
MCA btl: parameter "btl_openib_memalign_threshold" (current
value: "12288", data source: default, level: 5
memory_linux_memalign_threshold)
Allocating memory more than
memory_linux_memalign_thresholdbytes will
automatically be aligned to the value of
memory_linux_memalign bytes.(default: 12288)
string)
Method used to select OpenFabrics connections
(valid values: rdmacm,udcm)
string)
Method used to exclude OpenFabrics connections
(valid values: rdmacm,udcm)
MCA btl: parameter "btl_openib_connect_rdmacm_priority"
9 dev/all, type: int)
The selection method priority for rdma_cm
MCA btl: parameter "btl_openib_connect_rdmacm_port" (current
value: "0", data source: default, level: 9 dev/all,
type: unsigned)
The selection method port for rdma_cm
MCA btl: parameter
"btl_openib_connect_rdmacm_resolve_timeout"
(current value: "30000", data source: default,
level: 9 dev/all, type: int)
The timeout (in miliseconds) for address and route
resolution
MCA btl: parameter "btl_openib_connect_rdmacm_retry_count"
9 dev/all, type: int)
Maximum number of times rdmacm will retry route
resolution
MCA btl: parameter
"btl_openib_connect_rdmacm_reject_causes_connect_error"
(current value: "false", data source: default,
level: 9 dev/all, type: bool)
The drivers for some devices are buggy such that an
RDMA REJECT action may result in a CONNECT_ERROR
event instead of a REJECTED event. Setting this
MCA parameter to true tells Open MPI to treat
CONNECT_ERROR events on connections where a REJECT
is expected as a REJECT (default: false)
t|true|enabled
MCA btl: parameter "btl_openib_connect_udcm_priority"
9 dev/all, type: int)
Priority of the udcm connection method
MCA btl: parameter "btl_openib_connect_udcm_recv_count"
9 dev/all, type: int)
Number of registered buffers to post
MCA btl: parameter "btl_openib_connect_udcm_timeout"
(current value: "500000", data source: default,
level: 9 dev/all, type: int)
Ack timeout for udcm connection messages
MCA btl: parameter "btl_openib_connect_udcm_max_retry"
9 dev/all, type: int)
Maximum number of times to retry sending a udcm
connection message
int)
Initial number of fragments to allocate for shared
memory communication.
"4096", data source: default, level: 9 dev/all,
type: int)
Maximum number of fragments to allocate for shared
memory communication.
int)
Number of fragments to create on each allocation.
"524288", data source: default, level: 5
tuner/detail, type: int)
Message size to switch from using memove to memcpy.
The relative speed of these two routines can vary
by size.
"4194304", data source: default, level: 5
tuner/detail, type: int)
4M)
MCA btl: parameter "btl_vader_max_inline_send" (current
value: "256", data source: default, level: 5
tuner/detail, type: unsigned)
Maximum size to transfer using copy-in copy-out
semantics
MCA btl: parameter "btl_vader_fbox_threshold" (current
value: "16", data source: default, level: 5
tuner/detail, type: unsigned)
Number of sends required before an eager send
buffer is setup for a peer (default: 16)
"32", data source: default, level: 5 tuner/detail,
type: unsigned)
Maximum number of eager send buffers to allocate
(default: 32)
"4096", data source: default, level: 5
tuner/detail, type: unsigned)
4k)
MCA btl: parameter "btl_vader_single_copy_mechanism"
(current value: "none", data source: default,
level: 3 user/all, type: int)
Single copy mechanism to use (defaults to best
available)
Valid values: 3:"none"
"65536", data source: default, level: 7 dev/basic,
type: unsigned)
BTL exclusivity (must be >= 0)
MCA btl: parameter "btl_vader_flags" (current value: "8",
unsigned)
BTL bit flags (general flags: SEND=1, PUT=2, GET=4,
SEND_INPLACE=8, RDMA_MATCHED=64,
HETEROGENEOUS_RDMA=256; flags only used by the "dr"
PML (ignored by others): ACK=16, CHECKSUM=32,
RDMA_COMPLETION=128; flags only used by the "bfo"
PML (ignored by others): FAILOVER_SUPPORT=512)
MCA btl: parameter "btl_vader_rndv_eager_limit" (current
value: "32768", data source: default, level: 4
tuner/basic, type: size_t)
Size (in bytes, including header) of "phase 1"
fragment sent for all large messages (must be >= 0
and <= eager_limit)
"4096", data source: default, level: 4 tuner/basic,
type: size_t)
Maximum size (in bytes, including header) of
"short" messages (must be >= 1).
"32768", data source: default, level: 4
tuner/basic, type: size_t)
Maximum size (in bytes) of a single "phase 2"
fragment of a long message when using the pipeline
protocol (must be >= 1)
default, level: 2 user/detail, type: string)
Default selection set of components for the coll
framework (<none> means use all components that can
be found)
MCA coll: parameter "coll_base_verbose" (current value: "0",
int)
Verbosity level for the coll framework (0 = no
verbosity)
"30", data source: default, level: 6 tuner/all,
type: int)
Priority of the tuned coll component
MCA coll: parameter
"coll_tuned_pre_allocate_memory_comm_size_limit"
(current value: "32768", data source: default,
level: 6 tuner/all, type: int)
Size of communicator were we stop pre-allocating
memory for the fixed internal buffer used for
message requests etc that is hung off the
communicator data segment. I.e. if you have a
100'000 nodes you might not want to pre-allocate
200'000 request handle slots per communicator
instance!
MCA coll: parameter "coll_tuned_init_tree_fanout" (current
value: "4", data source: default, level: 6
tuner/all, type: int)
Inital fanout used in the tree topologies for each
communicator. This is only an initial guess, if a
tuned collective needs a different fanout for an
operation, it build it dynamically. This parameter
is only for the first guess and might save a little
time
MCA coll: parameter "coll_tuned_init_chain_fanout" (current
value: "4", data source: default, level: 6
tuner/all, type: int)
Inital fanout used in the chain (fanout followed by
pipeline) topologies for each communicator. This is
only an initial guess, if a tuned collective needs
a different fanout for an operation, it build it
dynamically. This parameter is only for the first
guess and might save a little time
MCA coll: parameter "coll_tuned_alltoall_small_msg" (current
value: "1000", data source: default, level: 6
tuner/all, type: int)
threshold (if supported) to decide if small MSGs
alltoall algorithm will be used
MCA coll: parameter "coll_tuned_alltoall_intermediate_msg"
(current value: "2000", data source: default,
level: 6 tuner/all, type: int)
threshold (if supported) to decide if intermediate
MSGs alltoall algorithm will be used
MCA coll: parameter "coll_tuned_use_dynamic_rules" (current
value: "false", data source: default, level: 6
tuner/all, type: bool)
Switch used to decide if we use static (compiled/if
statements) or dynamic (built at runtime) decision
function rules
t|true|enabled
MCA coll: parameter "coll_tuned_dynamic_rules_filename"
(current value: "", data source: default, level: 6
tuner/all, type: string)
Filename of configuration file that contains the
MCA coll: informational
"coll_tuned_allreduce_algorithm_count" (current
value: "5", data source: default, level: 5
tuner/detail, type: int)
Number of allreduce algorithms available
MCA coll: parameter "coll_tuned_allreduce_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which allreduce algorithm is used. Can be locked
down to any of: 0 ignore, 1 basic linear, 2
nonoverlapping (tuned reduce + tuned bcast), 3
recursive doubling, 4 ring, 5 segmented ring
Valid values: 0:"ignore", 1:"basic_linear",
2:"nonoverlapping", 3:"recursive_doubling",
4:"ring", 5:"segmented_ring"
MCA coll: parameter
"coll_tuned_allreduce_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for allreduce
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation.
MCA coll: parameter
"coll_tuned_allreduce_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for allreduce algorithms.
Only has meaning if algorithm is forced and
supports n-tree topo based operation.
MCA coll: parameter
"coll_tuned_allreduce_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for allreduce algorithms.
Only has meaning if algorithm is forced and
supports chain topo based operation.
MCA coll: informational "coll_tuned_alltoall_algorithm_count"
(current value: "5", data source: default, level: 5
tuner/detail, type: int)
Number of alltoall algorithms available
MCA coll: parameter "coll_tuned_alltoall_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which alltoall algorithm is used. Can be locked
down to choice of: 0 ignore, 1 basic linear, 2
pairwise, 3: modified bruck, 4: linear with sync,
5:two proc only.
Valid values: 0:"ignore", 1:"linear", 2:"pairwise",
3:"modified_bruck", 4:"linear_sync", 5:"two_proc"
MCA coll: parameter
"coll_tuned_alltoall_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for alltoall
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation.
MCA coll: parameter
"coll_tuned_alltoall_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for alltoall algorithms.
Only has meaning if algorithm is forced and
supports n-tree topo based operation.
MCA coll: parameter
"coll_tuned_alltoall_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for alltoall algorithms.
Only has meaning if algorithm is forced and
supports chain topo based operation.
MCA coll: parameter
"coll_tuned_alltoall_algorithm_max_requests"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Maximum number of outstanding send or recv
requests. Only has meaning for synchronized
algorithms.
MCA coll: informational
"coll_tuned_allgather_algorithm_count" (current
value: "6", data source: default, level: 5
tuner/detail, type: int)
Number of allgather algorithms available
MCA coll: parameter "coll_tuned_allgather_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which allallgather algorithm is used. Can be locked
down to choice of: 0 ignore, 1 basic linear, 2
bruck, 3 recursive doubling, 4 ring, 5 neighbor
exchange, 6: two proc only.
Valid values: 0:"ignore", 1:"linear", 2:"bruck",
3:"recursive_doubling", 4:"ring", 5:"neighbor",
6:"two_proc"
MCA coll: parameter
"coll_tuned_allgather_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for allgather
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation. Currently, available algorithms do
not support segmentation.
MCA coll: parameter
"coll_tuned_allgather_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for allgather algorithms.
Only has meaning if algorithm is forced and
supports n-tree topo based operation. Currently,
available algorithms do not support n-tree
topologies.
MCA coll: parameter
"coll_tuned_allgather_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for allgather algorithms.
Only has meaning if algorithm is forced and
supports chain topo based operation. Currently,
available algorithms do not support chain
topologies.
MCA coll: informational
"coll_tuned_allgatherv_algorithm_count" (current
value: "5", data source: default, level: 5
tuner/detail, type: int)
Number of allgatherv algorithms available
MCA coll: parameter "coll_tuned_allgatherv_algorithm"
(current value: "ignore", data source: default,
level: 5 tuner/detail, type: int)
Which allallgatherv algorithm is used. Can be
locked down to choice of: 0 ignore, 1 default
(allgathervv + bcast), 2 bruck, 3 ring, 4 neighbor
exchange, 5: two proc only.
Valid values: 0:"ignore", 1:"default", 2:"bruck",
3:"ring", 4:"neighbor", 5:"two_proc"
MCA coll: parameter
"coll_tuned_allgatherv_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for
allgatherv algorithms. Only has meaning if
algorithm is forced and supports segmenting. 0
bytes means no segmentation. Currently, available
algorithms do not support segmentation.
MCA coll: parameter
"coll_tuned_allgatherv_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for allgatherv algorithms.
Only has meaning if algorithm is forced and
supports n-tree topo based operation. Currently,
available algorithms do not support n-tree
topologies.
MCA coll: parameter
"coll_tuned_allgatherv_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for allgatherv algorithms.
Only has meaning if algorithm is forced and
supports chain topo based operation. Currently,
available algorithms do not support chain
topologies.
MCA coll: informational
"coll_tuned_alltoallv_algorithm_count" (current
value: "2", data source: default, level: 5
tuner/detail, type: int)
Number of alltoallv algorithms available
MCA coll: parameter "coll_tuned_alltoallv_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which alltoallv algorithm is used. Can be locked
down to choice of: 0 ignore, 1 basic linear, 2
pairwise.
Valid values: 0:"ignore", 1:"basic_linear",
2:"pairwise"
MCA coll: informational "coll_tuned_barrier_algorithm_count"
(current value: "6", data source: default, level: 5
tuner/detail, type: int)
Number of barrier algorithms available
MCA coll: parameter "coll_tuned_barrier_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which barrier algorithm is used. Can be locked down
tree
Valid values: 0:"ignore", 1:"linear",
2:"double_ring", 3:"recursive_doubling", 4:"bruck",
5:"two_proc", 6:"tree"
MCA coll: informational "coll_tuned_bcast_algorithm_count"
(current value: "6", data source: default, level: 5
tuner/detail, type: int)
Number of bcast algorithms available
MCA coll: parameter "coll_tuned_bcast_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which bcast algorithm is used. Can be locked down
binomial tree.
Valid values: 0:"ignore", 1:"basic_linear",
2:"chain", 3:"pipeline", 4:"split_binary_tree",
5:"binary_tree", 6:"binomial"
MCA coll: parameter "coll_tuned_bcast_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for bcast
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation.
MCA coll: parameter "coll_tuned_bcast_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for bcast algorithms. Only
has meaning if algorithm is forced and supports
n-tree topo based operation.
MCA coll: parameter "coll_tuned_bcast_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for bcast algorithms. Only
has meaning if algorithm is forced and supports
chain topo based operation.
MCA coll: informational "coll_tuned_reduce_algorithm_count"
(current value: "6", data source: default, level: 5
tuner/detail, type: int)
Number of reduce algorithms available
MCA coll: parameter "coll_tuned_reduce_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which reduce algorithm is used. Can be locked down
to choice of: 0 ignore, 1 linear, 2 chain, 3
pipeline, 4 binary, 5 binomial, 6 in-order binary
Valid values: 0:"ignore", 1:"linear", 2:"chain",
3:"pipeline", 4:"binary", 5:"binomial",
6:"in-order_binary"
MCA coll: parameter "coll_tuned_reduce_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for reduce
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation.
MCA coll: parameter "coll_tuned_reduce_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for reduce algorithms. Only
has meaning if algorithm is forced and supports
n-tree topo based operation.
MCA coll: parameter
"coll_tuned_reduce_algorithm_chain_fanout" (current
value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for reduce algorithms. Only
has meaning if algorithm is forced and supports
chain topo based operation.
MCA coll: parameter
"coll_tuned_reduce_algorithm_max_requests" (current
value: "0", data source: default, level: 5
tuner/detail, type: int)
Maximum number of outstanding send requests on leaf
nodes. 0 means no limit.
MCA coll: informational
"coll_tuned_reduce_scatter_algorithm_count"
(current value: "2", data source: default, level: 5
tuner/detail, type: int)
Number of reduce_scatter algorithms available
MCA coll: parameter "coll_tuned_reduce_scatter_algorithm"
(current value: "ignore", data source: default,
level: 5 tuner/detail, type: int)
Which reduce reduce_scatter algorithm is used. Can
be locked down to choice of: 0 ignore, 1
non-overlapping (Reduce + Scatterv), 2 recursive
halving, 3 ring
Valid values: 0:"ignore", 1:"non-overlapping",
2:"recursive_halfing", 3:"ring"
MCA coll: parameter
"coll_tuned_reduce_scatter_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for
reduce_scatter algorithms. Only has meaning if
algorithm is forced and supports segmenting. 0
bytes means no segmentation.
MCA coll: parameter
"coll_tuned_reduce_scatter_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for reduce_scatter
algorithms. Only has meaning if algorithm is forced
and supports n-tree topo based operation.
MCA coll: parameter
"coll_tuned_reduce_scatter_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for reduce_scatter
algorithms. Only has meaning if algorithm is forced
and supports chain topo based operation.
MCA coll: informational "coll_tuned_gather_algorithm_count"
(current value: "3", data source: default, level: 5
tuner/detail, type: int)
Number of gather algorithms available
MCA coll: parameter "coll_tuned_gather_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which gather algorithm is used. Can be locked down
to choice of: 0 ignore, 1 basic linear, 2 binomial,
3 linear with synchronization.
Valid values: 0:"ignore", 1:"basic_linear",
2:"binomial", 3:"linear_sync"
MCA coll: parameter "coll_tuned_gather_algorithm_segmentsize"
(current value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for gather
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation. Currently, available algorithms do
not support segmentation.
MCA coll: parameter "coll_tuned_gather_algorithm_tree_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for gather algorithms. Only
has meaning if algorithm is forced and supports
n-tree topo based operation. Currently, available
algorithms do not support n-tree topologies.
MCA coll: parameter
"coll_tuned_gather_algorithm_chain_fanout" (current
value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for gather algorithms. Only
has meaning if algorithm is forced and supports
chain topo based operation. Currently, available
algorithms do not support chain topologies.
MCA coll: informational "coll_tuned_scatter_algorithm_count"
(current value: "2", data source: default, level: 5
tuner/detail, type: int)
Number of scatter algorithms available
MCA coll: parameter "coll_tuned_scatter_algorithm" (current
value: "ignore", data source: default, level: 5
tuner/detail, type: int)
Which scatter algorithm is used. Can be locked down
to choice of: 0 ignore, 1 basic linear, 2 binomial.
Valid values: 0:"ignore", 1:"basic_linear",
2:"binomial"
MCA coll: parameter
"coll_tuned_scatter_algorithm_segmentsize" (current
value: "0", data source: default, level: 5
tuner/detail, type: int)
Segment size in bytes used by default for scatter
algorithms. Only has meaning if algorithm is forced
and supports segmenting. 0 bytes means no
segmentation. Currently, available algorithms do
not support segmentation.
MCA coll: parameter
"coll_tuned_scatter_algorithm_tree_fanout" (current
value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for n-tree used for scatter algorithms. Only
has meaning if algorithm is forced and supports
n-tree topo based operation. Currently, available
algorithms do not support n-tree topologies.
MCA coll: parameter
"coll_tuned_scatter_algorithm_chain_fanout"
(current value: "4", data source: default, level: 5
tuner/detail, type: int)
Fanout for chains used for scatter algorithms. Only
has meaning if algorithm is forced and supports
chain topo based operation. Currently, available
algorithms do not support chain topologies.
int)
Priority of the libnbc coll component
int)
MCA coll: parameter "coll_sm_priority" (current value: "0",
data source: default, level: 9 dev/all, type: int)
Priority of the sm coll component
"4096", data source: default, level: 9 dev/all,
type: int)
Length of the control data -- should usually be
either the length of a cache line on most SMPs, or
the size of a page on machines that support direct
memory affinity page placement (in bytes)
"8192", data source: default, level: 9 dev/all,
type: int)
Fragment size (in bytes) used for passing data
through shared memory (will be rounded up to the
nearest control_size size)
MCA coll: parameter "coll_sm_comm_in_use_flags" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
Number of "in use" flags, used to mark a message
passing area segment as currently being used or not
(must be >= 2 and <= comm_num_segments)
MCA coll: parameter "coll_sm_comm_num_segments" (current
value: "8", data source: default, level: 9 dev/all,
type: int)
Number of segments in each communicator's shared
memory message passing area (must be >= 2, and must
be a multiple of comm_in_use_flags)
int)
Degree of the tree for tree-based operations (must
be => 1 and <= min(control_size, 255))
int)
Number of processes to use for the calculation of
the shared_mem_size MCA information parameter (must
be => 2)
MCA coll: informational "coll_sm_shared_mem_used_data"
(current value: "548864", data source: default,
level: 9 dev/all, type: int)
Amount of shared memory used, per communicator, in
the shared memory data area for info_num_procs
processes (in bytes)
int)
Priority of the basic coll component
int)
Minimum number of processes in a communicator
before using the logarithmic algorithms
int)
Priority of the inter coll component
MCA coll: parameter "coll_inter_verbose" (current value: "0",
data source: default, level: 9 dev/all, type: int)
Turn verbose message of the inter coll component
on/off
int)
Priority of the hierarchical coll component
int)
Turn verbose message of the hierarchical coll
component on/off
int)
Switch from the send btl list used to detect
hierarchies to the rdma btl list
int)
Ignore sm protocol when detecting hierarchies.
Required to enable the usage of protocol specific
collective operations
MCA coll: parameter "coll_hierarch_detection_alg" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
Used to specify the algorithm for detecting
Hierarchy.Choose between all or two levels of
hierarchy
int)
Used to specify the algorithm used for bcast
operations.
MCA coll: parameter "coll_hierarch_segment_size" (current
value: "32768", data source: default, level: 9
dev/all, type: int)
Used to specify the segment size for segmented
algorithms.
MCA coll: parameter "coll_ml_priority" (current value: "0",
data source: default, level: 9 dev/all, type: int)
ML component priority(from 0(low) to 90 (high))
MCA coll: parameter "coll_ml_verbose" (current value: "0",
data source: default, level: 9 dev/all, type: int)
Output some verbose ML information (0 = no output,
nonzero = output)
MCA coll: parameter "coll_ml_max_comm" (current value: "24",
data source: default, level: 9 dev/all, type: int)
Maximum number of communicators that can use
coll/ml
int)
Minimum size of communicator to use coll/ml
MCA coll: parameter "coll_ml_n_payload_mem_banks" (current
value: "2", data source: default, level: 9 dev/all,
type: int)
Number of payload memory banks
MCA coll: parameter "coll_ml_n_payload_buffs_per_bank"
9 dev/all, type: int)
Number of payload buffers per bank
MCA coll: parameter "coll_ml_payload_buffer_size" (current
value: "4096", data source: default, level: 9
dev/all, type: unsigned long long)
Size of payload buffers
int)
Size of fragmentation pipeline
MCA coll: parameter "coll_ml_free_list_init_size" (current
value: "128", data source: default, level: 9
dev/all, type: int)
Initial size of free lists in coll/ml
MCA coll: parameter "coll_ml_free_list_grow_size" (current
value: "64", data source: default, level: 9
dev/all, type: int)
Initial size of free lists in coll/ml
MCA coll: parameter "coll_ml_free_list_max_size" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Initial size of free lists in coll/ml
"static", data source: default, level: 9 dev/all,
type: int)
Algorithm to use for broadcast
Valid values: 0:"static", 1:"sequential",
2:"unknown-root"
MCA coll: parameter "coll_ml_disable_allgather" (current
value: "false", data source: default, level: 9
dev/all, type: bool)
Disable Allgather
t|true|enabled
"false", data source: default, level: 9 dev/all,
type: bool)
Disable Reduce
t|true|enabled
MCA coll: parameter "coll_ml_enable_fragmentation" (current
value: "auto", data source: default, level: 9
dev/all, type: int)
Disable/Enable fragmentation for large messages
Valid values: 0:"disable", 1:"enable", 2:"auto"
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-coll-ml.config",
string)
ML collectives configuration file
MCA coll: parameter "coll_ml_memory_manager_list_size"
9 dev/all, type: size_t)
Memory manager list size
MCA coll: parameter "coll_ml_memory_manager_block_size"
(current value: "3145728", data source: default,
level: 9 dev/all, type: size_t)
Memory manager block size
MCA coll: parameter "coll_ml_memory_manager_alignment"
(current value: "3145728", data source: default,
level: 9 dev/all, type: size_t)
Memory manager alignment
default, level: 2 user/detail, type: string)
Default selection set of components for the crcp
framework (<none> means use all components that can
be found)
MCA crcp: parameter "crcp_base_verbose" (current value: "0",
int)
Verbosity level for the crcp framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the dpm
framework (<none> means use all components that can
be found)
MCA dpm: parameter "dpm_base_verbose" (current value: "0",
int)
Verbosity level for the dpm framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the fbtl
framework (<none> means use all components that can
be found)
MCA fbtl: parameter "fbtl_base_verbose" (current value: "0",
int)
Verbosity level for the fbtl framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the fcoll
framework (<none> means use all components that can
be found)
MCA fcoll: parameter "fcoll_base_verbose" (current value: "0",
int)
Verbosity level for the fcoll framework (0 = no
verbosity)
MCA fcoll: parameter "fcoll_individual_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Priority of the individual fcoll component
MCA fcoll: parameter "fcoll_individual_constant_cbs" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
wether we are using constant or scaling cycle
buffer size in the individual fcoll component
MCA fcoll: parameter "fcoll_individual_cycle_buffer_size"
(current value: "33554432", data source: default,
level: 9 dev/all, type: int)
Cycle Buffer Size of the individual fcoll component
int)
Priority of the ylib fcoll component
int)
Number of writers in the ylib fcoll component
"1048576", data source: default, level: 9 dev/all,
type: int)
Stripe Size of the ylib fcoll component
MCA fcoll: parameter "fcoll_ylib_blocks_per_cycle" (current
value: "20", data source: default, level: 9
dev/all, type: int)
Blocks to write per cycle of the ylib fcoll
component
MCA fcoll: parameter "fcoll_two_phase_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Priority of the two_phase fcoll component
MCA fcoll: parameter "fcoll_two_phase_num_io_procs" (current
value: "-1", data source: default, level: 9
dev/all, type: int)
Number of writers in the two_phase fcoll component
MCA fcoll: parameter "fcoll_two_phase_constant_cbs" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
wether we are using constant or scaling cycle
buffer size in the two_phase fcoll component
MCA fcoll: parameter "fcoll_two_phase_cycle_buffer_size"
(current value: "33554432", data source: default,
level: 9 dev/all, type: int)
Cycle Buffer Size of the two_phase fcoll component
default, level: 2 user/detail, type: string)
Default selection set of components for the fs
framework (<none> means use all components that can
be found)
MCA fs: parameter "fs_base_verbose" (current value: "0",
int)
Verbosity level for the fs framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the io
framework (<none> means use all components that can
be found)
MCA io: parameter "io_base_verbose" (current value: "0",
int)
Verbosity level for the io framework (0 = no
verbosity)
MCA io: parameter "io_ompio_priority" (current value: "10",
data source: default, level: 9 dev/all, type: int)
Priority of the io ompio component
MCA io: parameter "io_ompio_delete_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Delete priority of the io ompio component
MCA io: parameter "io_ompio_record_file_offset_info"
(current value: "0", data source: default, level: 9
dev/all, type: int)
The information of the file offset/length
MCA io: parameter "io_ompio_coll_timing_info" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Enable collective algorithm timing information
MCA io: parameter "io_ompio_cycle_buffer_size" (current
value: "33554432", data source: default, level: 9
dev/all, type: int)
Cycle Buffer Size of individual reads/writes
"33554432", data source: default, level: 9 dev/all,
type: int)
Bytes per aggregator process for automatic
selection
MCA io: parameter "io_ompio_sharedfp_lazy_open" (current
value: "1", data source: default, level: 9 dev/all,
type: int)
lazy allocation of internal shared file pointer
structures
MCA io: parameter "io_romio_priority" (current value: "20",
data source: default, level: 9 dev/all, type: int)
Priority of the io romio component
MCA io: parameter "io_romio_delete_priority" (current
value: "20", data source: default, level: 9
dev/all, type: int)
Delete priority of the io romio component
"from MPICH v3.0.4", data source: default, level: 9
dev/all, type: string)
Version of ROMIO
MCA io: informational "io_romio_user_configure_params"
(current value: "", data source: default, level: 9
dev/all, type: string)
User-specified command line parameters passed to
ROMIO's configure script
MCA io: informational "io_romio_complete_configure_params"
(current value: " FROM_OMPI=yes CC='gcc'
CFLAGS='-O3 -DNDEBUG -finline-functions
-fno-strict-aliasing -pthread' CPPFLAGS='
-I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/hwloc/hwloc191/hwloc/include
-I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/event/libevent2021/libevent
-I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/event/libevent2021/libevent/include'
FFLAGS='' LDFLAGS=' ' --enable-shared
--disable-static
--prefix=/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
--disable-aio", data source: default, level: 9
dev/all, type: string)
Complete set of command line parameters passed to
ROMIO's configure script
default, level: 2 user/detail, type: string)
Default selection set of components for the mpool
framework (<none> means use all components that can
be found)
MCA mpool: parameter "mpool_base_verbose" (current value: "0",
int)
Verbosity level for the mpool framework (0 = no
verbosity)
"vma", data source: default, level: 9 dev/all,
type: string)
The name of the registration cache the mpool should
use
"false", data source: default, level: 9 dev/all,
type: bool)
print pool usage statistics at the end of the run
t|true|enabled
"bucket", data source: default, level: 9 dev/all,
type: string)
Name of allocator component to use with sm mpool
"134217728", data source: default, level: 9
dev/all, type: unsigned long long)
Minimum size of the sm mpool shared memory file
MCA mpool: parameter "mpool_sm_verbose" (current value: "0",
data source: default, level: 9 dev/all, type: int)
Enable verbose output for mpool sm component
default, level: 2 user/detail, type: string)
Default selection set of components for the mtl
framework (<none> means use all components that can
be found)
MCA mtl: parameter "mtl_base_verbose" (current value: "0",
int)
Verbosity level for the mtl framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the op
framework (<none> means use all components that can
be found)
MCA op: parameter "op_base_verbose" (current value: "0",
int)
Verbosity level for the op framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the osc
framework (<none> means use all components that can
be found)
MCA osc: parameter "osc_base_verbose" (current value: "0",
int)
Verbosity level for the osc framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
Enable optimizations available only if MPI_LOCK is
not used. Info key of same name overrides this
value.
t|true|enabled
"8192", data source: default, level: 9 dev/all,
type: unsigned)
Data transfers smaller than this limit may be
coalesced before being transferred (default: 8k)
default, level: 2 user/detail, type: string)
Default selection set of components for the pml
framework (<none> means use all components that can
be found)
MCA pml: parameter "pml_base_verbose" (current value: "0",
int)
Verbosity level for the pml framework (0 = no
verbosity)
MCA pml: parameter "pml_base_bsend_allocator" (current
value: "basic", data source: default, level: 9
dev/all, type: string)
int)
Initial size of request free lists
int)
Maximum size of request free lists
int)
Number of elements to add when growing request free
lists
MCA pml: parameter "pml_bfo_verbose" (current value: "0",
data source: default, level: 9 dev/all, type: int)
int)
int)
int)
MCA pml: parameter "pml_bfo_priority" (current value: "5",
data source: default, level: 9 dev/all, type: int)
MCA pml: parameter "pml_bfo_send_pipeline_depth" (current
value: "3", data source: default, level: 9 dev/all,
type: unsigned)
MCA pml: parameter "pml_bfo_recv_pipeline_depth" (current
value: "4", data source: default, level: 9 dev/all,
type: unsigned)
MCA pml: parameter "pml_bfo_rdma_put_retries_limit" (current
value: "5", data source: default, level: 9 dev/all,
type: unsigned)
MCA pml: parameter "pml_bfo_max_rdma_per_request" (current
value: "4", data source: default, level: 9 dev/all,
type: int)
MCA pml: parameter "pml_bfo_max_send_per_range" (current
value: "4", data source: default, level: 9 dev/all,
type: int)
MCA pml: parameter "pml_bfo_unexpected_limit" (current
value: "128", data source: default, level: 9
dev/all, type: unsigned)
"bucket", data source: default, level: 9 dev/all,
type: string)
Name of allocator component for unexpected messages
MCA pml: parameter "pml_v_output" (current value: "stderr",
string)
MCA pml: parameter "pml_v_verbose" (current value: "0", data
source: default, level: 9 dev/all, type: int)
Verbosity of the pml v component
MCA pml: parameter "pml_v_vprotocol" (current value: "",
string, synonyms: vprotocol)
Specify a specific vprotocol to use
MCA pml: parameter "pml_ob1_verbose" (current value: "0",
data source: default, level: 9 dev/all, type: int)
int)
int)
int)
MCA pml: parameter "pml_ob1_priority" (current value: "20",
data source: default, level: 9 dev/all, type: int)
MCA pml: parameter "pml_ob1_send_pipeline_depth" (current
value: "3", data source: default, level: 9 dev/all,
type: size_t)
MCA pml: parameter "pml_ob1_recv_pipeline_depth" (current
value: "4", data source: default, level: 9 dev/all,
type: size_t)
MCA pml: parameter "pml_ob1_max_rdma_per_request" (current
value: "4", data source: default, level: 9 dev/all,
type: int)
MCA pml: parameter "pml_ob1_max_send_per_range" (current
value: "4", data source: default, level: 9 dev/all,
type: int)
MCA pml: parameter "pml_ob1_unexpected_limit" (current
value: "128", data source: default, level: 9
dev/all, type: unsigned)
"bucket", data source: default, level: 9 dev/all,
type: string)
Name of allocator component for unexpected messages
unsigned, class: size)
Number of unexpected messages received by each peer
in a communicator
unsigned, class: size)
Number of unmatched receives posted for each peer
in a communicator
default, level: 2 user/detail, type: string)
Default selection set of components for the pubsub
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the pubsub framework (0 = no
verbosity)
int)
Priority of the pubsub pmi component
MCA pubsub: parameter "pubsub_orte_server" (current value: "",
string)
Contact info for ompi_server for publish/subscribe
operations
default, level: 2 user/detail, type: string)
Default selection set of components for the rcache
framework (<none> means use all components that can
be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the rcache framework (0 = no
verbosity)
default, level: 2 user/detail, type: string)
Default selection set of components for the rte
framework (<none> means use all components that can
be found)
MCA rte: parameter "rte_base_verbose" (current value: "0",
int)
Verbosity level for the rte framework (0 = no
verbosity)
"false", data source: default, level: 9 dev/all,
type: bool)
Enable direct modex (default: false)
t|true|enabled
default, level: 2 user/detail, type: string)
Default selection set of components for the sbgp
framework (<none> means use all components that can
be found)
MCA sbgp: parameter "sbgp_base_verbose" (current value: "0",
int)
Verbosity level for the sbgp framework (0 = no
verbosity)
MCA sbgp: parameter "sbgp_base_subgroups_string" (current
value: "basesmsocket,basesmuma,ibnet,p2p", data
source: default, level: 9 dev/all, type: string)
Default set of subgroup operations to apply
int)
Priority of the sbgp basesmuma
MCA sbgp: parameter "sbgp_basesmsocket_priority" (current
value: "90", data source: default, level: 9
dev/all, type: int)
Priority for the sbgp basesmsocket component
MCA sbgp: parameter "sbgp_p2p_priority" (current value: "90",
data source: default, level: 9 dev/all, type: int)
Priority for the sbgp p2p component
MCA sharedfp: parameter "sharedfp" (current value: "", data
string)
Default selection set of components for the
sharedfp framework (<none> means use all components
that can be found)
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the sharedfp framework (0 = no
verbosity)
MCA sharedfp: parameter "sharedfp_individual_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Priority of the individual sharedfp component
MCA sharedfp: parameter "sharedfp_individual_verbose" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Verbosity of the individual sharedfp component
int)
Priority of the sm sharedfp component
int)
Verbosity of the sm sharedfp component
MCA sharedfp: parameter "sharedfp_lockedfile_priority" (current
value: "10", data source: default, level: 9
dev/all, type: int)
Priority of the lockedfile sharedfp component
MCA sharedfp: parameter "sharedfp_lockedfile_verbose" (current
value: "0", data source: default, level: 9 dev/all,
type: int)
Verbosity of the lockedfile sharedfp component
default, level: 2 user/detail, type: string)
Default selection set of components for the topo
framework (<none> means use all components that can
be found)
MCA topo: parameter "topo_base_verbose" (current value: "0",
int)
Verbosity level for the topo framework (0 = no
verbosity)
MCA vprotocol: parameter "vprotocol" (current value: "", data
source: default, level: 9 dev/all, type: string,
synonym of: pml_v_vprotocol)
Specify a specific vprotocol to use
"0", data source: default, level: 8 dev/detail,
type: int)
Verbosity level for the vprotocol framework (0 = no
verbosity)
MCA vprotocol: parameter "vprotocol_pessimist_priority" (current
value: "30", data source: default, level: 9
dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_free_list_num"
9 dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_free_list_max"
9 dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_free_list_inc"
9 dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_sender_based_chunk"
(current value: "268435456", data source: default,
level: 9 dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_event_buffer_size"
(current value: "1024", data source: default,
level: 9 dev/all, type: int)
MCA vprotocol: parameter "vprotocol_pessimist_sender_based_file"
(current value: "vprotocol_pessimist-senderbased",
string)
Subject: Job 617532: <tpcc_dist_lock_nn4> in cluster <conflux> Done
Job <tpcc_dist_lock_nn4> was submitted from host <ln001> by user <dyoon> in cluster <conflux>.
Job was executed on host(s) <cn014>, in queue <experiments>, as user <dyoon> in cluster <conflux>.
</gpfs/gpfs0/groups/mozafari/dyoon> was used as the home directory.
</gpfs/gpfs0/groups/mozafari/dyoon/work/rdma_2pc_dev/script> was used as the working directory.
Started at Fri Apr 14 20:06:27 2017
Results reported on Fri Apr 14 20:06:29 2017
------------------------------------------------------------
# LSBATCH: User input
mpirun --bynode --tag-output ompi_info --all --parsable
------------------------------------------------------------
Successfully completed.
CPU time : 0.41 sec.
Total Requested Memory : 20.00 MB
Delta Memory : -
Run time : 1 sec.
Turnaround time : 2 sec.
--------------------------------------------------------------------------
The following command line options and corresponding MCA parameter have
Deprecated: --bynode, -bynode
Replacement: --map-by node
Deprecated: rmaps_base_bynode
Replacement: rmaps_base_mapping_policy=node
The deprecated forms *will* disappear in a future version of Open MPI.
Please update to the new syntax.
--------------------------------------------------------------------------
[1,0]<stdout>:ompi:version:full:1.10.3
[1,0]<stdout>:ompi:version:repo:v1.10.2-251-g9acf492
[1,0]<stdout>:ompi:version:release_date:Jun 14, 2016
[1,0]<stdout>:orte:version:full:1.10.3
[1,0]<stdout>:orte:version:repo:v1.10.2-251-g9acf492
[1,0]<stdout>:orte:version:release_date:Jun 14, 2016
[1,0]<stdout>:opal:version:full:1.10.3
[1,0]<stdout>:opal:version:repo:v1.10.2-251-g9acf492
[1,0]<stdout>:opal:version:release_date:Jun 14, 2016
[1,0]<stdout>:mpi-api:version:full:3.0.0
[1,0]<stdout>:ident:1.10.3
[1,0]<stdout>:path:prefix:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
[1,0]<stdout>:path:exec_prefix:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
[1,0]<stdout>:path:bindir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/bin
[1,0]<stdout>:path:sbindir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/sbin
[1,0]<stdout>:path:libdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib
[1,0]<stdout>:path:incdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include
[1,0]<stdout>:path:mandir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/man
[1,0]<stdout>:path:pkglibdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
[1,0]<stdout>:path:libexecdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/libexec
[1,0]<stdout>:path:datarootdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
[1,0]<stdout>:path:datadir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
[1,0]<stdout>:path:sysconfdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc
[1,0]<stdout>:path:sharedstatedir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/com
[1,0]<stdout>:path:localstatedir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/var
[1,0]<stdout>:path:infodir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/info
[1,0]<stdout>:path:pkgdatadir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi
[1,0]<stdout>:path:pkglibdir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
[1,0]<stdout>:path:pkgincludedir:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include/openmpi
[1,0]<stdout>:config:arch:powerpc64le-unknown-linux-gnu
[1,0]<stdout>:config:host:ln001
[1,0]<stdout>:config:user:raeker
[1,0]<stdout>:config:timestamp:Fri Jun 17 14:26:10 EDT 2016
[1,0]<stdout>:config:host:ln001
[1,0]<stdout>:build:user:raeker
[1,0]<stdout>:build:timestamp:Fri Jun 17 14:48:13 EDT 2016
[1,0]<stdout>:build:host:ln001
[1,0]<stdout>:bindings:c:yes
[1,0]<stdout>:bindings:cxx:yes
[1,0]<stdout>:bindings:mpif.h:yes (all)
[1,0]<stdout>:bindings:use_mpi:yes (full: ignore TKR)
[1,0]<stdout>:bindings:use_mpi:size:deprecated-ompi-info-value
[1,0]<stdout>:bindings:use_mpi_f08:yes
[1,0]<stdout>:bindings:use_mpi_f08:compliance:The mpi_f08 module is available, but due to limitations in the gfortran compiler, does not support the following: array subsections, direct passthru (where possible) to underlying Open MPI's C functionality
[1,0]<stdout>:bindings:use_mpi_f08:subarrays-supported:no
[1,0]<stdout>:bindings:java:no
[1,0]<stdout>:compiler:all:rpath:runpath
[1,0]<stdout>:compiler:c:command:gcc
[1,0]<stdout>:compiler:c:absolute:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gcc
[1,0]<stdout>:compiler:c:familyname:GNU
[1,0]<stdout>:compiler:c:version:5.4.0
[1,0]<stdout>:compiler:c:sizeof:char:1
[1,0]<stdout>:compiler:c:sizeof:bool:1
[1,0]<stdout>:compiler:c:sizeof:short:2
[1,0]<stdout>:compiler:c:sizeof:int:4
[1,0]<stdout>:compiler:c:sizeof:long:8
[1,0]<stdout>:compiler:c:sizeof:float:4
[1,0]<stdout>:compiler:c:sizeof:double:8
[1,0]<stdout>:compiler:c:sizeof:pointer:8
[1,0]<stdout>:compiler:c:align:char:1
[1,0]<stdout>:compiler:c:align:bool:1
[1,0]<stdout>:compiler:c:align:int:4
[1,0]<stdout>:compiler:c:align:float:4
[1,0]<stdout>:compiler:c:align:double:8
[1,0]<stdout>:compiler:cxx:command:g++
[1,0]<stdout>:compiler:cxx:absolute:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/g++
[1,0]<stdout>:compiler:fortran:command:gfortran
[1,0]<stdout>:compiler:fortran:absolute:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gfortran
[1,0]<stdout>:compiler:fortran:ignore_tkr:yes (!GCC$ ATTRIBUTES NO_ARG_CHECK ::)
[1,0]<stdout>:compiler:fortran:f08_assumed_rank:yes
[1,0]<stdout>:compiler:fortran:optional_arguments:yes
[1,0]<stdout>:compiler:fortran:interface:yes
[1,0]<stdout>:compiler:fortran:iso_fortran_env:yes
[1,0]<stdout>:compiler:fortran:storage_size:yes
[1,0]<stdout>:compiler:fortran:bind_c:yes
[1,0]<stdout>:compiler:fortran:iso_c_binding:yes
[1,0]<stdout>:compiler:fortran:subroutine_bind_c:yes
[1,0]<stdout>:compiler:fortran:type_bind_c:yes
[1,0]<stdout>:compiler:fortran:type_name_bind_c:yes
[1,0]<stdout>:compiler:fortran:private:yes
[1,0]<stdout>:compiler:fortran:protected:yes
[1,0]<stdout>:compiler:fortran:abstract:yes
[1,0]<stdout>:compiler:fortran:asynchronous:yes
[1,0]<stdout>:compiler:fortran:procedure:yes
[1,0]<stdout>:compiler:fortran:use_only:yes
[1,0]<stdout>:compiler:fortran:c_funloc:yes
[1,0]<stdout>:compiler:fortran:08_wrappers:yes
[1,0]<stdout>:compiler:fortran:mpi_sizeof:yes
[1,0]<stdout>:compiler:fortran:sizeof:integer:4
[1,0]<stdout>:compiler:fortran:sizeof:logical:4
[1,0]<stdout>:compiler:fortran:value:true:1
[1,0]<stdout>:compiler:fortran:have:integer1:yes
[1,0]<stdout>:compiler:fortran:have:integer2:yes
[1,0]<stdout>:compiler:fortran:have:integer4:yes
[1,0]<stdout>:compiler:fortran:have:integer8:yes
[1,0]<stdout>:compiler:fortran:have:integer16:no
[1,0]<stdout>:compiler:fortran:have:real4:yes
[1,0]<stdout>:compiler:fortran:have:real8:yes
[1,0]<stdout>:compiler:fortran:have:real16:yes
[1,0]<stdout>:compiler:fortran:have:complex8:yes
[1,0]<stdout>:compiler:fortran:have:complex16:yes
[1,0]<stdout>:compiler:fortran:have:complex32:yes
[1,0]<stdout>:compiler:fortran:sizeof:integer1:1
[1,0]<stdout>:compiler:fortran:sizeof:integer2:2
[1,0]<stdout>:compiler:fortran:sizeof:integer4:4
[1,0]<stdout>:compiler:fortran:sizeof:integer8:8
[1,0]<stdout>:compiler:fortran:sizeof:integer16:-1
[1,0]<stdout>:compiler:fortran:sizeof:real:4
[1,0]<stdout>:compiler:fortran:sizeof:real4:4
[1,0]<stdout>:compiler:fortran:sizeof:real8:8
[1,0]<stdout>:compiler:fortran:sizeof:real17:16
[1,0]<stdout>:compiler:fortran:sizeof:double_precision:8
[1,0]<stdout>:compiler:fortran:sizeof:complex:8
[1,0]<stdout>:compiler:fortran:sizeof:double_complex:16
[1,0]<stdout>:compiler:fortran:sizeof:complex8:8
[1,0]<stdout>:compiler:fortran:sizeof:complex16:16
[1,0]<stdout>:compiler:fortran:sizeof:complex32:32
[1,0]<stdout>:compiler:fortran:align:integer:4
[1,0]<stdout>:compiler:fortran:align:integer1:1
[1,0]<stdout>:compiler:fortran:align:integer2:2
[1,0]<stdout>:compiler:fortran:align:integer4:4
[1,0]<stdout>:compiler:fortran:align:integer8:8
[1,0]<stdout>:compiler:fortran:align:integer16:-1
[1,0]<stdout>:compiler:fortran:align:real:4
[1,0]<stdout>:compiler:fortran:align:real4:4
[1,0]<stdout>:compiler:fortran:align:real8:8
[1,0]<stdout>:compiler:fortran:align:real16:16
[1,0]<stdout>:compiler:fortran:align:double_precision:8
[1,0]<stdout>:compiler:fortran:align:complex:4
[1,0]<stdout>:compiler:fortran:align:double_complex:8
[1,0]<stdout>:compiler:fortran:align:complex8:4
[1,0]<stdout>:compiler:fortran:align:complex16:8
[1,0]<stdout>:compiler:fortran:align:complex32:16
[1,0]<stdout>:option:profiling:c:yes
[1,0]<stdout>:option:profiling:cxx:yes
[1,0]<stdout>:option:profiling:mpif.h:yes
[1,0]<stdout>:option:profiling:use_mpi:yes
[1,0]<stdout>:option:profiling:use_mpi_f08:yes
[1,0]<stdout>:option:cxx_exceptions:no
[1,0]<stdout>:option:threads:posix (MPI_THREAD_MULTIPLE: no, OPAL support: yes, OMPI progress: no, ORTE progress: yes, Event lib: yes)
[1,0]<stdout>:option:sparse:groups:no
[1,0]<stdout>:option:build:cflags:-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -pthread
[1,0]<stdout>:option:build:cxxflags:-O3 -DNDEBUG -finline-functions -pthread
[1,0]<stdout>:option:build:libs:-lrt -lm -lutil
[1,0]<stdout>:option:wrapper:extra_cflags:-pthread
[1,0]<stdout>:option:wrapper:extra_cxxflags:-pthread
[1,0]<stdout>:option:wrapper:extra_fcflags:-pthread
[1,0]<stdout>:option:wrapper:extra_libs:-lm -lnuma -ldl -lrt -lbat -llsf -lnsl -losmcomp -libverbs -lrdmacm -lutil
[1,0]<stdout>:option:debug:no
[1,0]<stdout>:option:mpi-interface-warning:yes
[1,0]<stdout>:option:mpi-param-check:runtime
[1,0]<stdout>:option:mem-profile:no
[1,0]<stdout>:option:mem-debug:no
[1,0]<stdout>:option:dlopen:no
[1,0]<stdout>:options:heterogeneous:no
[1,0]<stdout>:mpirun:prefix_by_default:no
[1,0]<stdout>:options:mpi-io:yes
[1,0]<stdout>:options:mpi-wtime:gettimeofday
[1,0]<stdout>:options:visibility:yes
[1,0]<stdout>:options:host-topol[1,0]<stdout>:ogy:yes
[1,0]<stdout>:options:ft_support:no (checkpoint thread: no)
[1,0]<stdout>:options:crdebug_support:no
[1,0]<stdout>:options:vt:yes
[1,0]<stdout>:options:mpi-max-processor-name:256
[1,0]<stdout>:options:mpi-max-error-string:256
[1,0]<stdout>:options:mpi-max-object-name:64
[1,0]<stdout>:options:mpi-max-info-key:36
[1,0]<stdout>:options:mpi-max-info-val:256
[1,0]<stdout>:options:mpi-max-port-name:1024
[1,0]<stdout>:options:mpi-max-datarep-string:128
[1,0]<stdout>:mca:mca:base:param:mca_param_files:value:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/mca-params.conf:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params.conf
[1,0]<stdout>:mca:mca:base:param:mca_param_files:source:default
[1,0]<stdout>:mca:mca:base:param:mca_param_files:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_param_files:level:2
[1,0]<stdout>:mca:mca:base:param:mca_param_files:help:Path for MCA configuration files containing variable values
[1,0]<stdout>:mca:mca:base:param:mca_param_files:deprecated:yes
[1,0]<stdout>:mca:mca:base:param:mca_param_files:type:string
[1,0]<stdout>:mca:mca:base:param:mca_param_files:synonym_of:name:mca_base_param_files
[1,0]<stdout>:mca:mca:base:param:mca_param_files:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_component_path:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/components
[1,0]<stdout>:mca:mca:base:param:mca_component_path:source:default
[1,0]<stdout>:mca:mca:base:param:mca_component_path:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_component_path:level:9
[1,0]<stdout>:mca:mca:base:param:mca_component_path:help:Path where to look for Open MPI and ORTE components
[1,0]<stdout>:mca:mca:base:param:mca_component_path:deprecated:yes
[1,0]<stdout>:mca:mca:base:param:mca_component_path:type:string
[1,0]<stdout>:mca:mca:base:param:mca_component_path:synonym_of:name:mca_base_component_path
[1,0]<stdout>:mca:mca:base:param:mca_component_path:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:value:true
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:source:default
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:level:9
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:help:Whether to show errors for components that failed to load or not
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:enumerator:value:0:false
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:enumerator:value:1:true
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:deprecated:yes
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:type:bool
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:synonym_of:name:mca_base_component_show_load_errors
[1,0]<stdout>:mca:mca:base:param:mca_component_show_load_errors:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:value:false
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:source:default
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:level:9
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:help:Whether to attempt to disable opening dynamic components or not
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:enumerator:value:0:false
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:enumerator:value:1:true
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:deprecated:yes
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:type:bool
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:synonym_of:name:mca_base_component_disable_dlopen
[1,0]<stdout>:mca:mca:base:param:mca_component_disable_dlopen:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_verbose:value:stderr
[1,0]<stdout>:mca:mca:base:param:mca_verbose:source:default
[1,0]<stdout>:mca:mca:base:param:mca_verbose:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_verbose:level:9
[1,0]<stdout>:mca:mca:base:param:mca_verbose:help:Specifies where the default error output stream goes (this is separate from distinct help messages). Accepts a comma-delimited list of: stderr, stdout, syslog, syslogpri:<notice|info|debug>, syslogid:<str> (where str is the prefix string for all syslog notices), file[:filename] (if filename is not specified, a default filename is used), fileappend (if not specified, the file is opened for truncation), level[:N] (if specified, integer verbose level; otherwise, 0 is implied)
[1,0]<stdout>:mca:mca:base:param:mca_verbose:deprecated:yes
[1,0]<stdout>:mca:mca:base:param:mca_verbose:type:string
[1,0]<stdout>:mca:mca:base:param:mca_verbose:synonym_of:name:mca_base_verbose
[1,0]<stdout>:mca:mc[1,0]<stdout>:a:base:param:mca_verbose:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:value:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/mca-params.conf:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params.conf
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:level:2
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:help:Path for MCA configuration files containing variable values
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:synonym:name:mca_param_files
[1,0]<stdout>:mca:mca:base:param:mca_base_param_files:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params-override.conf
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:status:read-only
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:level:2
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:help:Variables set in this file will override any value set inthe environment or another configuration file
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_override_param_file:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:value:false
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:level:2
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:help:Suppress warnings when attempting to set an overridden value (default: false)
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:enumerator:value:0:false
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:enumerator:value:1:true
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:type:bool
[1,0]<stdout>:mca:mca:base:param:mca_base_suppress_override_warning:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:level:3
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:help:Aggregate MCA parameter file sets
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_prefix:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/amca-param-sets:/gpfs/gpfs0/groups/mozafari/dyoon/work/rdma_2pc_dev/script
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:level:3
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:help:Aggregate MCA parameter Search path
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:level:3
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:help:Forced Aggregate MCA parameter Search path
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_param_file_path_force:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/components
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:level:9
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:help:Path where to look for Open MPI and ORTE components
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:synonym:name:mca_component_path
[1,0]<stdout>:mca:mca:base:param:mca_base_component_path:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:value:true
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:level:9
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:help:Whether to show errors for components that failed to load or not
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:enumerator:value:0:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:enumerator:value:1:true
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:type:bool
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:synonym:name:mca_component_show_load_errors
[1,0]<stdout>:mca:mca:base:param:mca_base_component_show_load_errors:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:value:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:level:9
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:help:Whether to attempt to disable opening dynamic components or not
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:enumerator:value:0:false
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:enumerator:value:1:true
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:type:bool
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:synonym:name:mca_component_disable_dlopen
[1,0]<stdout>:mca:mca:base:param:mca_base_component_disable_dlopen:disabled:false
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:value:stderr
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:source:default
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:status:writeable
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:level:9
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:help:Specifies where the default error output stream goes (this is separate from distinct help messages). Accepts a comma-delimited list of: stderr, stdout, syslog, syslogpri:<notice|info|debug>, syslogid:<str> (where str is the prefix string for all syslog notices), file[:filename] (if filename is not specified, a default filename is used), fileappend (if not specified, the file is opened for truncation), level[:N] (if specified, integer verbose level; otherwise, 0 is implied)
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:deprecated:no
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:type:string
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:synonym:name:mca_verbose
[1,0]<stdout>:mca:mca:base:param:mca_base_verbose:disabled:false
[1,0]<stdout>:mca:opal:base:param:opal_signal:value:6,7,8,11
[1,0]<stdout>:mca:opal:base:param:opal_signal:source:default
[1,0]<stdout>:mca:opal:base:param:opal_signal:status:writeable
[1,0]<stdout>:mca:opal:base:param:opal_signal:level:3
[1,0]<stdout>:mca:opal:base:param:opal_signal:help:Comma-delimited list of integer signal numbers to Open MPI to attempt to intercept. Upon receipt of the intercepted signal, Open MPI will display a stack trace and abort. Open MPI will *not* replace signals if handlers are already installed by the time MPI_INIT is invoked. Optionally append ":complain" to any signal number in the comma-delimited list to make Open MPI complain if it detects another signal handler (and therefore does not insert its own).
[1,0]<stdout>:mca:opal:base:param:opal_signal:deprecated:no
[1,0]<stdout>:mca:opal:base:param:opal_signal:type:string
[1,0]<stdout>:mca:opal:base:param:opal_signal:disabled:false
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:source:default
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:status:writeable
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:level:3
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:help:Set the specified system-imposed limits to the specified value, including "unlimited".Supported params: core, filesize, maxmem, openfiles, stacksize, maxchildren
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:deprecated:no
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:type:string
[1,0]<stdout>:mca:opal:base:param:opal_set_max_sys_limits:disabled:false
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:value:0
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:source:default
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:status:writeable
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:level:5
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:help:If nonzero, print out an identifying message when abort operation is invoked (hostname, PID of the process that called abort) and delay for that many seconds before exiting (a negative delay value means to never abort). This allows attaching of a debugger before quitting the job.
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:deprecated:no
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:type:int
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:synonym:name:mpi_abort_delay
[1,0]<stdout>:mca:opal:base:param:opal_abort_delay:disabled:false
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:value:false
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:source:default
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:status:writeable
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:level:5
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:help:If nonzero, print out a stack trace when abort is invoked
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:enumerator:value:0:false
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:enumerator:value:1:true
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:deprecated:no
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:type:bool
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:synonym:name:mpi_abort_print_stack
[1,0]<stdout>:mca:opal:base:param:opal_abort_print_stack:disabled:false
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:value:10.0.0.0/8;172.16.0.0/12;192.168.0.0/16;169.254.0.0/16
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:source:default
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:status:writeable
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:level:3
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:help:Semicolon-delimited list of CIDR notation entries specifying what networks are considered "private" (default value based on RFC1918 and RFC3330)
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:deprecated:no
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:type:string
[1,0]<stdout>:mca:opal:net:param:opal_net_private_ipv4:disabled:false
[1,0]<stdout>:mca:opal:event:param:opal_event_include:value:poll
[1,0]<stdout>:mca:opal:event:param:opal_event_include:source:default
[1,0]<stdout>:mca:opal:event:param:opal_event_include:status:writeable
[1,0]<stdout>:mca:opal:event:param:opal_event_include:level:3
[1,0]<stdout>:mca:opal:event:param:opal_event_include:help:Comma-delimited list of libevent subsystems to use (epoll, poll, select -- available on your platform)
[1,0]<stdout>:mca:opal:event:param:opal_event_include:deprecated:no
[1,0]<stdout>:mca:opal:event:param:opal_event_include:type:string
[1,0]<stdout>:mca:opal:event:param:opal_event_include:synonym_of:name:event_libevent2021_event_include
[1,0]<stdout>:mca:opal:event:param:opal_event_include:disabled:false
[1,0]<stdout>:mca:backtrace:base:param:backtrace:source:default
[1,0]<stdout>:mca:backtrace:base:param:backtrace:status:writeable
[1,0]<stdout>:mca:backtrace:base:param:backtrace:level:2
[1,0]<stdout>:mca:backtrace:base:param:backtrace:help:Default selection set of components for the backtrace framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:backtrace:base:param:backtrace:deprecated:no
[1,0]<stdout>:mca:backtrace:base:param:backtrace:type:string
[1,0]<stdout>:mca:backtrace:base:param:backtrace:disabled:false
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:value:0
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:source:default
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:status:writeable
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:level:8
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:help:Verbosity level for the backtrace framework (0 = no verbosity)
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:deprecated:no
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:type:int
[1,0]<stdout>:mca:backtrace:base:param:backtrace_base_verbose:disabled:false
[1,0]<stdout>:mca:compress:base:param:compress:source:default
[1,0]<stdout>:mca:compress:base:param:compress:status:writeable
[1,0]<stdout>:mca:compress:base:param:compress:level:2
[1,0]<stdout>:mca:compress:base:param:compress:help:Default selection set of components for the compress framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:compress:base:param:compress:deprecated:no
[1,0]<stdout>:mca:compress:base:param:compress:type:string
[1,0]<stdout>:mca:compress:base:param:compress:disabled:false
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:value:0
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:source:default
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:status:writeable
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:level:8
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:help:Verbosity level for the compress framework (0 = no verbosity)
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:deprecated:no
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:type:int
[1,0]<stdout>:mca:compress:base:param:compress_base_verbose:disabled:false
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:value:15
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:source:default
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:status:writeable
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:level:9
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:help:Priority of the COMPRESS gzip component (default: 15)
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:deprecated:no
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:type:int
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_priority:disabled:false
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:value:0
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:source:default
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:status:writeable
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:level:9
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:help:Verbose level for the COMPRESS gzip component
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:deprecated:no
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:type:int
[1,0]<stdout>:mca:compress:gzip:param:compress_gzip_verbose:disabled:false
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:value:10
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:source:default
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:status:writeable
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:level:9
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:help:Priority of the COMPRESS bzip component (default: 10)
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:deprecated:no
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:type:int
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_priority:disabled:false
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:value:0
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:source:default
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:status:writeable
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:level:9
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:help:Verbose level for the COMPRESS bzip component
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:deprecated:no
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:type:int
[1,0]<stdout>:mca:compress:bzip:param:compress_bzip_verbose:disabled:false
[1,0]<stdout>:mca:crs:base:param:crs:source:default
[1,0]<stdout>:mca:crs:base:param:crs:status:writeable
[1,0]<stdout>:mca:crs:base:param:crs:level:2
[1,0]<stdout>:mca:crs:base:param:crs:help:Default selection set of components for the crs framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:crs:base:param:crs:deprecated:no
[1,0]<stdout>:mca:crs:base:param:crs:type:string
[1,0]<stdout>:mca:crs:base:param:crs:disabled:false
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:value:0
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:source:default
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:status:writeable
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:level:8
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:help:Verbosity level for the crs framework (0 = no verbosity)
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:deprecated:no
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:type:int
[1,0]<stdout>:mca:crs:base:param:crs_base_verbose:disabled:false
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:value:1
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:source:default
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:status:read-only
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:level:3
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:help:Priority of the crs none component
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:deprecated:no
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:type:int
[1,0]<stdout>:mca:crs:none:param:crs_none_priority:disabled:false
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:value:false
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:source:default
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:status:writeable
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:level:9
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:help:Enable warning when the 'none' component is selected when checkpoint/restart functionality is requested.[Default = disabled/no-warning]
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:enumerator:value:0:false
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:enumerator:value:1:true
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:deprecated:no
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:type:bool
[1,0]<stdout>:mca:crs:none:param:crs_none_select_warning:disabled:false
[1,0]<stdout>:mca:db:base:param:db:value:^pmi
[1,0]<stdout>:mca:db:base:param:db:source:environment
[1,0]<stdout>:mca:db:base:param:db:status:writeable
[1,0]<stdout>:mca:db:base:param:db:level:2
[1,0]<stdout>:mca:db:base:param:db:help:Default selection set of components for the db framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:db:base:param:db:deprecated:no
[1,0]<stdout>:mca:db:base:param:db:type:string
[1,0]<stdout>:mca:db:base:param:db:disabled:false
[1,0]<stdout>:mca:db:base:param:db_base_verbose:value:0
[1,0]<stdout>:mca:db:base:param:db_base_verbose:source:default
[1,0]<stdout>:mca:db:base:param:db_base_verbose:status:writeable
[1,0]<stdout>:mca:db:base:param:db_base_verbose:level:8
[1,0]<stdout>:mca:db:base:param:db_base_verbose:help:Verbosity level for the db framework (0 = no verbosity)
[1,0]<stdout>:mca:db:base:param:db_base_verbose:deprecated:no
[1,0]<stdout>:mca:db:base:param:db_base_verbose:type:int
[1,0]<stdout>:mca:db:base:param:db_base_verbose:disabled:false
[1,0]<stdout>:mca:db:print:param:db_print_file:source:default
[1,0]<stdout>:mca:db:print:param:db_print_file:status:writeable
[1,0]<stdout>:mca:db:print:param:db_print_file:level:9
[1,0]<stdout>:mca:db:print:param:db_print_file:help:Print to the indicated file (- => stdout, + => stderr)
[1,0]<stdout>:mca:db:print:param:db_print_file:deprecated:no
[1,0]<stdout>:mca:db:print:param:db_print_file:type:string
[1,0]<stdout>:mca:db:print:param:db_print_file:disabled:false
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:value:1
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:source:default
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:status:writeable
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:level:9
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:help:Priority dictating order in which store commands will given to database components
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:deprecated:no
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:type:int
[1,0]<stdout>:mca:db:hash:param:db_hash_store_priority:disabled:false
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:value:100
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:source:default
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:status:writeable
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:level:9
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:help:Priority dictating order in which fetch commands will given to database components
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:deprecated:no
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:type:int
[1,0]<stdout>:mca:db:hash:param:db_hash_fetch_priority:disabled:false
[1,0]<stdout>:mca:dl:base:param:dl:source:default
[1,0]<stdout>:mca:dl:base:param:dl:status:writeable
[1,0]<stdout>:mca:dl:base:param:dl:level:2
[1,0]<stdout>:mca:dl:base:param:dl:help:Default selection set of components for the dl framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:dl:base:param:dl:deprecated:no
[1,0]<stdout>:mca:dl:base:param:dl:type:string
[1,0]<stdout>:mca:dl:base:param:dl:disabled:false
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:value:0
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:source:default
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:status:writeable
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:level:8
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:help:Verbosity level for the dl framework (0 = no verbosity)
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:deprecated:no
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:type:int
[1,0]<stdout>:mca:dl:base:param:dl_base_verbose:disabled:false
[1,0]<stdout>:mca:event:base:param:event:source:default
[1,0]<stdout>:mca:event:base:param:event:status:writeable
[1,0]<stdout>:mca:event:base:param:event:level:2
[1,0]<stdout>:mca:event:base:param:event:help:Default selection set of components for the event framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:event:base:param:event:deprecated:no
[1,0]<stdout>:mca:event:base:param:event:type:string
[1,0]<stdout>:mca:event:base:param:event:disabled:false
[1,0]<stdout>:mca:event:base:param:event_base_verbose:value:0
[1,0]<stdout>:mca:event:base:param:event_base_verbose:source:default
[1,0]<stdout>:mca:event:base:param:event_base_verbose:status:writeable
[1,0]<stdout>:mca:event:base:param:event_base_verbose:level:8
[1,0]<stdout>:mca:event:base:param:event_base_verbose:help:Verbosity level for the event framework (0 = no verbosity)
[1,0]<stdout>:mca:event:base:param:event_base_verbose:deprecated:no
[1,0]<stdout>:mca:event:base:param:event_base_verbose:type:int
[1,0]<stdout>:mca:event:base:param:event_base_verbose:disabled:false
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:value:poll
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:source:default
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:status:writeable
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:level:3
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:help:Comma-delimited list of libevent subsystems to use (epoll, poll, select -- available on your platform)
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:deprecated:no
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:type:string
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:synonym:name:opal_event_include
[1,0]<stdout>:mca:event:libevent2021:param:event_libevent2021_event_include:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc:level:2
[1,0]<stdout>:mca:hwloc:base:param:hwloc:help:Default selection set of components for the hwloc framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:hwloc:base:param:hwloc:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc:type:string
[1,0]<stdout>:mca:hwloc:base:param:hwloc:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:value:0
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:level:8
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:help:Verbosity level for the hwloc framework (0 = no verbosity)
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:type:int
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_verbose:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:value:none
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:help:General memory allocations placement policy (this is not memory binding). "none" means that no memory policy is applied. "local_only" means that a process' memory allocations will be restricted to its local NUMA node. If using direct launch, this policy will not be in effect until after MPI_INIT. Note that operating system paging policies are unaffected by this setting. For example, if "local_only" is used and local NUMA node memory is exhausted, a new memory allocation may cause paging.
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:enumerator:value:0:none
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:enumerator:value:1:local_only
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:type:int
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_alloc_policy:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:value:warn
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:help:What Open MPI will do if it explicitly tries to bind memory to a specific NUMA location, and fails. Note that this is a different case than the general allocation policy described by hwloc_base_alloc_policy. A value of "silent" means that Open MPI will proceed without comment. A value of "warn" means that Open MPI will warn the first time this happens, but allow the job to continue (possibly with degraded performance). A value of "error" means that Open MPI will abort the job if this happens.
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:enumerator:value:0:silent
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:enumerator:value:1:warn
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:enumerator:value:2:error
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:type:int
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_mem_bind_failure_action:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:help:Policy for binding processes. Allowed values: none, hwthread, core, l1cache, l2cache, l3cache, socket, numa, board ("none" is the default when oversubscribed, "core" is the default when np<=2, and "socket" is the default when np>2). Allowed qualifiers: overload-allowed, if-supported
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:type:string
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_binding_policy:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:value:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:help:Bind processes to cores
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:enumerator:value:0:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:enumerator:value:1:true
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:type:bool
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_core:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:value:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:help:Bind processes to sockets
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:enumerator:value:0:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:enumerator:value:1:true
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:type:bool
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_bind_to_socket:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:value:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:help:Report bindings to stderr
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:enumerator:value:0:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:enumerator:value:1:true
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:type:bool
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_report_bindings:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:help:List of processor IDs to bind processes to [default=NULL]
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:type:string
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_slot_list:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:help:Comma-separated list of ranges specifying logical cpus allocated to this job [default: none]
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:type:string
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_cpu_set:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:value:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:help:Use hardware threads as independent cpus
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:enumerator:value:0:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:enumerator:value:1:true
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:type:bool
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_use_hwthreads_as_cpus:disabled:false
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:source:default
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:status:writeable
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:level:9
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:help:Read local topology from file instead of directly sensing it
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:deprecated:no
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:type:string
[1,0]<stdout>:mca:hwloc:base:param:hwloc_base_topo_file:disabled:false
[1,0]<stdout>:mca:if:base:param:if:source:default
[1,0]<stdout>:mca:if:base:param:if:status:writeable
[1,0]<stdout>:mca:if:base:param:if:level:2
[1,0]<stdout>:mca:if:base:param:if:help:Default selection set of components for the if framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:if:base:param:if:deprecated:no
[1,0]<stdout>:mca:if:base:param:if:type:string
[1,0]<stdout>:mca:if:base:param:if:disabled:false
[1,0]<stdout>:mca:if:base:param:if_base_verbose:value:0
[1,0]<stdout>:mca:if:base:param:if_base_verbose:source:default
[1,0]<stdout>:mca:if:base:param:if_base_verbose:status:writeable
[1,0]<stdout>:mca:if:base:param:if_base_verbose:level:8
[1,0]<stdout>:mca:if:base:param:if_base_verbose:help:Verbosity level for the if framework (0 = no verbosity)
[1,0]<stdout>:mca:if:base:param:if_base_verbose:deprecated:no
[1,0]<stdout>:mca:if:base:param:if_base_verbose:type:int
[1,0]<stdout>:mca:if:base:param:if_base_verbose:disabled:false
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:value:false
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:source:default
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:status:writeable
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:level:9
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:help:If nonzero, do not attempt to resolve interfaces
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:enumerator:value:0:false
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:enumerator:value:1:true
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:deprecated:no
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:type:bool
[1,0]<stdout>:mca:if:base:param:if_base_do_not_resolve:disabled:false
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:value:false
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:source:default
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:status:writeable
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:level:9
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:help:If nonzero, retain loopback interfaces
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:enumerator:value:0:false
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:enumerator:value:1:true
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:deprecated:no
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:type:bool
[1,0]<stdout>:mca:if:base:param:if_base_retain_loopback:disabled:false
[1,0]<stdout>:mca:memchecker:base:param:memchecker:source:default
[1,0]<stdout>:mca:memchecker:base:param:memchecker:status:writeable
[1,0]<stdout>:mca:memchecker:base:param:memchecker:level:2
[1,0]<stdout>:mca:memchecker:base:param:memchecker:help:Default selection set of components for the memchecker framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:memchecker:base:param:memchecker:deprecated:no
[1,0]<stdout>:mca:memchecker:base:param:memchecker:type:string
[1,0]<stdout>:mca:memchecker:base:param:memchecker:disabled:false
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:value:0
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:source:default
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:status:writeable
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:level:8
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:help:Verbosity level for the memchecker framework (0 = no verbosity)
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:deprecated:no
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:type:int
[1,0]<stdout>:mca:memchecker:base:param:memchecker_base_verbose:disabled:false
[1,0]<stdout>:mca:memcpy:base:param:memcpy:source:default
[1,0]<stdout>:mca:memcpy:base:param:memcpy:status:writeable
[1,0]<stdout>:mca:memcpy:base:param:memcpy:level:2
[1,0]<stdout>:mca:memcpy:base:param:memcpy:help:Default selection set of components for the memcpy framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:memcpy:base:param:memcpy:deprecated:no
[1,0]<stdout>:mca:memcpy:base:param:memcpy:type:string
[1,0]<stdout>:mca:memcpy:base:param:memcpy:disabled:false
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:value:0
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:source:default
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:status:writeable
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:level:8
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:help:Verbosity level for the memcpy framework (0 = no verbosity)
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:deprecated:no
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:type:int
[1,0]<stdout>:mca:memcpy:base:param:memcpy_base_verbose:disabled:false
[1,0]<stdout>:mca:memory:base:param:memory:source:default
[1,0]<stdout>:mca:memory:base:param:memory:status:writeable
[1,0]<stdout>:mca:memory:base:param:memory:level:2
[1,0]<stdout>:mca:memory:base:param:memory:help:Default selection set of components for the memory framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:memory:base:param:memory:deprecated:no
[1,0]<stdout>:mca:memory:base:param:memory:type:string
[1,0]<stdout>:mca:memory:base:param:memory:disabled:false
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:value:0
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:source:default
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:status:writeable
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:level:8
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:help:Verbosity level for the memory framework (0 = no verbosity)
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:deprecated:no
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:type:int
[1,0]<stdout>:mca:memory:base:param:memory_base_verbose:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:value:true
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:level:3
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:help:Whether ptmalloc2 support is included in Open MPI or not (1 = yes, 0 = no)
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:enumerator:value:0:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:enumerator:value:1:true
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:type:bool
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_available:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:value:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:level:3
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:help:Whether ummunotify support is included in Open MPI or not (1 = yes, 0 = no)
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:enumerator:value:0:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:enumerator:value:1:true
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:type:bool
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_available:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:value:-1
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:level:3
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:help:Whether to enable ptmalloc2 support or not (negative = try to enable, but continue even if support is not available, 0 = do not enable support, positive = try to enable and fail if support is not available)
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:type:int
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ptmalloc2_enable:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:value:-1
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:level:3
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:help:Whether to enable ummunotify support or not (negative = try to enable, but continue even if support is not available, 0 = do not enable support, positive = try to enable and fail if support is not available)
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:type:int
[1,0]<stdout>:mca:memory:linux:param:memory_linux_ummunotify_enable:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:value:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:level:3
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:help:If this MCA parameter is set to 1 **VIA ENVIRONMENT VARIABLE ONLY*** (this MCA parameter *CANNOT* be set in a file or on the mpirun command line!), this component will be disabled and will not attempt to use either ummunotify or memory hook support
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:enumerator:value:0:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:enumerator:value:1:true
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:type:bool
[1,0]<stdout>:mca:memory:linux:param:memory_linux_disable:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:value:disabled
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:level:5
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:help:[64 | 32 | 0] - Enable memory alignment for all malloc calls.
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:enumerator:value:-1:disabled
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:enumerator:value:0:0
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:enumerator:value:32:32
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:enumerator:value:64:64
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:type:int
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:synonym:name:btl_openib_memalign
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign:disabled:false
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:value:12288
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:source:default
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:status:writeable
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:level:5
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:help:Allocating memory more than memory_linux_memalign_thresholdbytes will automatically be aligned to the value of memory_linux_memalign bytes.(default: 12288)
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:deprecated:no
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:type:size_t
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:synonym:name:btl_openib_memalign_threshold
[1,0]<stdout>:mca:memory:linux:param:memory_linux_memalign_threshold:disabled:false
[1,0]<stdout>:mca:pstat:base:param:pstat:source:default
[1,0]<stdout>:mca:pstat:base:param:pstat:status:writeable
[1,0]<stdout>:mca:pstat:base:param:pstat:level:2
[1,0]<stdout>:mca:pstat:base:param:pstat:help:Default selection set of components for the pstat framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:pstat:base:param:pstat:deprecated:no
[1,0]<stdout>:mca:pstat:base:param:pstat:type:string
[1,0]<stdout>:mca:pstat:base:param:pstat:disabled:false
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:value:0
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:source:default
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:status:writeable
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:level:8
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:help:Verbosity level for the pstat framework (0 = no verbosity)
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:deprecated:no
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:type:int
[1,0]<stdout>:mca:pstat:base:param:pstat_base_verbose:disabled:false
[1,0]<stdout>:mca:sec:base:param:sec:source:default
[1,0]<stdout>:mca:sec:base:param:sec:status:writeable
[1,0]<stdout>:mca:sec:base:param:sec:level:2
[1,0]<stdout>:mca:sec:base:param:sec:help:Default selection set of components for the sec framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:sec:base:param:sec:deprecated:no
[1,0]<stdout>:mca:sec:base:param:sec:type:string
[1,0]<stdout>:mca:sec:base:param:sec:disabled:false
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:value:0
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:source:default
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:status:writeable
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:level:8
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:help:Verbosity level for the sec framework (0 = no verbosity)
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:deprecated:no
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:type:int
[1,0]<stdout>:mca:sec:base:param:sec_base_verbose:disabled:false
[1,0]<stdout>:mca:shmem:base:param:shmem:source:default
[1,0]<stdout>:mca:shmem:base:param:shmem:status:writeable
[1,0]<stdout>:mca:shmem:base:param:shmem:level:2
[1,0]<stdout>:mca:shmem:base:param:shmem:help:Default selection set of components for the shmem framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:shmem:base:param:shmem:deprecated:no
[1,0]<stdout>:mca:shmem:base:param:shmem:type:string
[1,0]<stdout>:mca:shmem:base:param:shmem:disabled:false
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:value:0
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:source:default
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:status:writeable
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:level:8
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:help:Verbosity level for the shmem framework (0 = no verbosity)
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:deprecated:no
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:type:int
[1,0]<stdout>:mca:shmem:base:param:shmem_base_verbose:disabled:false
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:value:50
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:source:default
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:status:writeable
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:level:3
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:help:Priority for shmem mmap component (default: 50)
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:deprecated:no
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:type:int
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_priority:disabled:false
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:value:true
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:source:default
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:status:writeable
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:level:9
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:help:Enable the warning emitted when Open MPI detects that its shared memory backing file is located on a network filesystem (1 = enabled, 0 = disabled).
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:enumerator:value:0:false
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:enumerator:value:1:true
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:deprecated:no
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:type:bool
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_enable_nfs_warning:disabled:false
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:value:0
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:source:default
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:status:writeable
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:level:9
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:help:Whether to change the default placement of backing files or not (Negative = try to relocate backing files to an area rooted at the path specified by shmem_mmap_backing_file_base_dir, but continue with the default path if the relocation fails, 0 = do not relocate, Positive = same as the negative option, but will fail if the relocation fails.
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:deprecated:no
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:type:int
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_relocate_backing_file:disabled:false
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:value:/dev/shm
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:source:default
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:status:writeable
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:level:9
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:help:Specifies where backing files will be created when shmem_mmap_relocate_backing_file is in use.
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:deprecated:no
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:type:string
[1,0]<stdout>:mca:shmem:mmap:param:shmem_mmap_backing_file_base_dir:disabled:false
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:value:40
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:source:default
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:status:writeable
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:level:3
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:help:Priority for the shmem posix component (default: 40)
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:deprecated:no
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:type:int
[1,0]<stdout>:mca:shmem:posix:param:shmem_posix_priority:disabled:false
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:value:30
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:source:default
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:status:writeable
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:level:3
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:help:Priority for the shmem sysv component (default: 30)
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:deprecated:no
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:type:int
[1,0]<stdout>:mca:shmem:sysv:param:shmem_sysv_priority:disabled:false
[1,0]<stdout>:mca:timer:base:param:timer:source:default
[1,0]<stdout>:mca:timer:base:param:timer:status:writeable
[1,0]<stdout>:mca:timer:base:param:timer:level:2
[1,0]<stdout>:mca:timer:base:param:timer:help:Default selection set of components for the timer framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:timer:base:param:timer:deprecated:no
[1,0]<stdout>:mca:timer:base:param:timer:type:string
[1,0]<stdout>:mca:timer:base:param:timer:disabled:false
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:value:0
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:source:default
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:status:writeable
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:level:8
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:help:Verbosity level for the timer framework (0 = no verbosity)
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:deprecated:no
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:type:int
[1,0]<stdout>:mca:timer:base:param:timer_base_verbose:disabled:false
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:value:1
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:source:default
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:status:writeable
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:level:9
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:help:Node-level monotonic timer required (default yes)
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:deprecated:no
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:type:int
[1,0]<stdout>:mca:timer:require:param:timer_require_monotonic:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:value:/tmp
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:source:environment
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:level:9
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:help:Base of the session directory tree to be used by all processes
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:type:string
[1,0]<stdout>:mca:orte:base:param:orte_tmpdir_base:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:source:default
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:level:9
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:help:Base of the session directory tree to be used by orterun/mpirun
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:type:string
[1,0]<stdout>:mca:orte:base:param:orte_local_tmpdir_base:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:source:default
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:level:9
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:help:Base of the session directory tree on remote nodes, if required to be different from head node
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:type:string
[1,0]<stdout>:mca:orte:base:param:orte_remote_tmpdir_base:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:source:default
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:level:9
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:help:Prohibited locations for session directories (multiple locations separated by ',', default=NULL)
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:type:string
[1,0]<stdout>:mca:orte:base:param:orte_no_session_dirs:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:value:true
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:source:default
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:level:9
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:help:Create session directories
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_create_session_dirs:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:value:false
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:source:default
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:level:9
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:help:Do not output error and help messages
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_execute_quiet:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:value:false
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:source:default
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:level:9
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:help:Report all errors, including silent ones
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_report_silent_errors:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debug:value:false
[1,0]<stdout>:mca:orte:base:param:orte_debug:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debug:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debug:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debug:help:Top-level ORTE debug switch (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_debug:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_debug:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_debug:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debug:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_debug:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:value:-1
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:help:Verbosity level for ORTE debug messages (default: 1)
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:type:int
[1,0]<stdout>:mca:orte:base:param:orte_debug_verbose:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:value:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:help:Whether want stdout/stderr of daemons to go to a file or not
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons_file:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:value:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:help:Whether to debug the ORTE daemons or not
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_debug_daemons:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:value:-1
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:source:default
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:level:9
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:help:Debug level for ORTE progress threads
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:type:int
[1,0]<stdout>:mca:orte:base:param:orte_progress_thread_debug:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:value:false
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:source:default
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:level:9
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:help:Whether applications and/or daemons should leave their sessions attached so that any output can be received - this allows X forwarding without all the attendant debugging output
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_leave_session_attached:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:value:false
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:source:default
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:level:9
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:help:Whether or not to output the debugger proctable after launch (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_output_debugger_proctable:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:help:Name of the executable to be used to simulate a debugger colaunch (relative or absolute path)
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:type:string
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_daemon:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:value:false
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:help:Test debugger colaunch after debugger attachment
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_debugger_test_attach:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:value:0
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:source:default
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:level:9
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:help:Set rate (in secs) for auto-detect of debugger attachment (0 => do not check)
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:type:int
[1,0]<stdout>:mca:orte:base:param:orte_debugger_check_rate:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:value:false
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:source:default
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:level:9
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:help:Perform all necessary operations to prepare to launch the application, but do not actually launch it
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_do_not_launch:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:value:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:source:default
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:level:9
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:help:Have any orteds spin until we can connect a debugger to them
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_daemon_spin:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:value:-1
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:source:default
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:level:9
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:help:Have the specified orted fail after init for debugging purposes
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:type:int
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:value:0
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:source:default
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:level:9
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:help:Have the specified orted fail after specified number of seconds (default: 0 => no delay)
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:type:int
[1,0]<stdout>:mca:orte:base:param:orte_daemon_fail_delay:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:value:0
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:source:default
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:level:9
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:help:Seconds to wait for startup or job launch before declaring failed_to_start (default: 0 => do not check)
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:type:int
[1,0]<stdout>:mca:orte:base:param:orte_startup_timeout:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:value:false
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:source:default
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:level:9
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:help:Request that detailed timing data by reported
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_timing_details:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_timing:value:false
[1,0]<stdout>:mca:orte:base:param:orte_timing:source:default
[1,0]<stdout>:mca:orte:base:param:orte_timing:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_timing:level:9
[1,0]<stdout>:mca:orte:base:param:orte_timing:help:Request that critical timing loops be measured
[1,0]<stdout>:mca:orte:base:param:orte_timing:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_timing:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_timing:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_timing:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_timing:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:source:default
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:level:9
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:help:Sequence of user-level debuggers to search for in orterun
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:type:string
[1,0]<stdout>:mca:orte:base:param:orte_base_user_debugger:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-default-hostfile
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:source:default
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:level:9
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:help:Name of the default hostfile (relative or absolute path, "none" to ignore environmental or default MCA param setting)
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:type:string
[1,0]<stdout>:mca:orte:base:param:orte_default_hostfile:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:source:default
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:level:9
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:help:Regular expression defining nodes in the system
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:type:string
[1,0]<stdout>:mca:orte:base:param:orte_node_regex:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:value:false
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:source:default
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:level:9
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:help:Whether or not to keep FQDN hostnames [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_keep_fqdn_hostnames:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:value:false
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:source:default
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:level:9
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:help:Whether or not to keep aliases for host names [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_retain_aliases:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:value:1
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:source:default
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:level:9
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:help:If hostname aliases are being retained, which one to use for the debugger proc table [default: 1st alias]
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:type:int
[1,0]<stdout>:mca:orte:base:param:orte_hostname_alias_index:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:value:false
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:source:default
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:level:9
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:help:Display all output in XML format (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_xml_output:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:value:true
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:source:environment
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:level:9
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:help:Tag all output with [job,rank] (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_tag_output:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:source:default
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:level:9
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:help:Provide all output in XML format to the specified file
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:type:string
[1,0]<stdout>:mca:orte:base:param:orte_xml_file:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:value:false
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:source:default
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:level:9
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:help:Timestamp all application process output (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_timestamp_output:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:source:default
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:level:9
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:help:Redirect output from application processes into filename.rank [default: NULL]
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:type:string
[1,0]<stdout>:mca:orte:base:param:orte_output_filename:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:value:false
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:source:default
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:level:9
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:help:Display any node names that are resolved to a different name (default: false)
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_show_resolved_nodenames:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:value:false
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:source:default
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:level:9
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:help:Nodes in cluster may differ in topology, so send the topology back from each node [Default = false]
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_hetero_nodes:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:value:orted
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:source:default
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:level:9
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:help:Command used to start processes on remote nodes (default: orted)
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:type:string
[1,0]<stdout>:mca:orte:base:param:orte_launch_agent:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:source:default
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:level:9
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:help:Command used to fork processes on remote nodes (default: NULL)
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:type:string
[1,0]<stdout>:mca:orte:base:param:orte_fork_agent:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:value:false
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:source:default
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:level:9
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:help:Whether or not an allocation by a resource manager is required [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_allocation_required:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:value:false
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:source:default
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:level:9
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:help:Map output from opal_output to stderr of the local process [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_map_stddiag_to_stderr:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_xterm:source:default
[1,0]<stdout>:mca:orte:base:param:orte_xterm:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_xterm:level:9
[1,0]<stdout>:mca:orte:base:param:orte_xterm:help:Create a new xterm window and display output from the specified ranks there [default: none]
[1,0]<stdout>:mca:orte:base:param:orte_xterm:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_xterm:type:string
[1,0]<stdout>:mca:orte:base:param:orte_xterm:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:value:false
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:source:default
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:level:9
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:help:Forward SIGTSTP (after converting to SIGSTOP) and SIGCONT signals to the application procs [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_forward_job_control:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:value:false
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:source:default
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:level:9
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:help:Output a brief periodic report on launch progress [default: no]
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_report_launch_progress:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_report_events:source:default
[1,0]<stdout>:mca:orte:base:param:orte_report_events:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_report_events:level:9
[1,0]<stdout>:mca:orte:base:param:orte_report_events:help:URI to which events are to be reported (default: NULL)
[1,0]<stdout>:mca:orte:base:param:orte_report_events:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_report_events:type:string
[1,0]<stdout>:mca:orte:base:param:orte_report_events:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:value:false
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:source:default
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:level:9
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:help:Enable recovery from process failure [Default = disabled]
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_enable_recovery:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:value:0
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:source:default
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:level:9
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:help:Max number of times to restart a failed process
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:type:int
[1,0]<stdout>:mca:orte:base:param:orte_max_restarts:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:value:true
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:source:default
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:level:9
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:help:Abort the job if any process returns a non-zero exit status - no restart in such cases
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_abort_on_non_zero_status:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:value:false
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:source:default
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:level:9
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:help:Process exiting without calling finalize will not trigger job termination
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_allowed_exit_without_sync:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:value:false
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:source:default
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:level:9
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:help:Staged execution is being used
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_staged_execution:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:value:false
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:source:default
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:level:9
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:help:Return the exit status of the primary job only
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_report_child_jobs_separately:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:value:1
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:source:default
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:level:9
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:help:Number of stat samples to keep
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:type:int
[1,0]<stdout>:mca:orte:base:param:orte_stat_history_size:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:source:default
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:level:9
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:help:Comma-delimited environmental variables to forward, can include value to set
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:type:string
[1,0]<stdout>:mca:orte:base:param:orte_forward_envars:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:value:-1
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:source:default
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:level:9
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:help:Maximum size of virtual machine - used to subdivide allocation
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:type:int
[1,0]<stdout>:mca:orte:base:param:orte_max_vm_size:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:value:cores
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:source:default
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:level:9
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:help:Set the number of slots on nodes that lack such info to the number of specified objects [a number, "cores" (default), "numas", "sockets", "hwthreads" (default if hwthreads_as_cpus is set), or "none" to skip this option]
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:type:string
[1,0]<stdout>:mca:orte:base:param:orte_set_default_slots:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:value:false
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:source:default
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:level:9
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:help:Whether to display the allocation after it is determined
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:synonym:name:ras_base_display_alloc
[1,0]<stdout>:mca:orte:base:param:orte_display_alloc:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:value:false
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:source:default
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:level:9
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:help:Whether to display a developer-detail allocation after it is determined
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:synonym:name:ras_base_display_devel_alloc
[1,0]<stdout>:mca:orte:base:param:orte_display_devel_alloc:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:value:false
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:source:default
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:level:9
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:help:Treat -host directives as desired, but not required
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_soft_locations:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:source:default
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:level:5
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:help:Restrict the ORTE daemons (including mpirun) to operate on the specified cores (comma-separated list of ranges)
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:type:string
[1,0]<stdout>:mca:orte:base:param:orte_daemon_cores:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:value:ssh : rsh
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:source:default
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:level:2
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:help:The command used to launch executables on remote nodes (typically either "ssh" or "rsh")
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:deprecated:yes
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:type:string
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:synonym_of:name:plm_rsh_agent
[1,0]<stdout>:mca:orte:base:param:orte_rsh_agent:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:value:true
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:source:default
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:level:2
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:help:If set to true, assume that the shell on the remote node is the same as the shell on the local node. Otherwise, probe for what the remote shell [default: 1]
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:synonym_of:name:plm_rsh_assume_same_shell
[1,0]<stdout>:mca:orte:base:param:orte_assume_same_shell:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:source:default
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:level:5
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:help:Name of the rankfile to be used for mapping processes (relative or absolute path)
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:type:string
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:synonym_of:name:rmaps_rank_file_path
[1,0]<stdout>:mca:orte:base:param:orte_rankfile:disabled:false
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:value:true
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:source:default
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:status:writeable
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:level:9
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:help:If orte_base_help_aggregate is true, duplicate help messages will be aggregated rather than displayed individually. This can be helpful for parallel jobs that experience multiple identical failures; rather than print out the same help/failure message N times, display it once with a count of how many processes sent the same message.
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:enumerator:value:0:false
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:enumerator:value:1:true
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:deprecated:no
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:type:bool
[1,0]<stdout>:mca:orte:base:param:orte_base_help_aggregate:disabled:false
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:value:1104412673
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:source:default
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:status:writeable
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:level:9
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:help:Process jobid
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:deprecated:no
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:type:string
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:synonym_of:name:ess_base_jobid
[1,0]<stdout>:mca:orte:ess:param:orte_ess_jobid:disabled:false
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:value:0
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:source:default
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:status:writeable
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:level:9
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:help:Process vpid
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:deprecated:no
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:type:string
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:synonym_of:name:ess_base_vpid
[1,0]<stdout>:mca:orte:ess:param:orte_ess_vpid:disabled:false
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:value:1
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:source:default
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:status:writeable
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:level:9
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:help:Used to discover the number of procs in the job
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:deprecated:no
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:type:int
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:synonym_of:name:ess_base_num_procs
[1,0]<stdout>:mca:orte:ess:param:orte_ess_num_procs:disabled:false
[1,0]<stdout>:mca:dfs:base:param:dfs:source:default
[1,0]<stdout>:mca:dfs:base:param:dfs:status:writeable
[1,0]<stdout>:mca:dfs:base:param:dfs:level:2
[1,0]<stdout>:mca:dfs:base:param:dfs:help:Default selection set of components for the dfs framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:dfs:base:param:dfs:deprecated:no
[1,0]<stdout>:mca:dfs:base:param:dfs:type:string
[1,0]<stdout>:mca:dfs:base:param:dfs:disabled:false
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:value:0
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:source:default
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:status:writeable
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:level:8
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:help:Verbosity level for the dfs framework (0 = no verbosity)
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:deprecated:no
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:type:int
[1,0]<stdout>:mca:dfs:base:param:dfs_base_verbose:disabled:false
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:value:false
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:source:default
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:status:writeable
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:level:9
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:help:Apps select the test plug-in for the DFS framework
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:enumerator:value:0:false
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:enumerator:value:1:true
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:deprecated:no
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:type:bool
[1,0]<stdout>:mca:dfs:test:param:dfs_test_select:disabled:false
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:value:0
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:source:default
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:status:writeable
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:level:9
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:help:Number of worker threads to use for processing file requests
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:deprecated:no
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:type:int
[1,0]<stdout>:mca:dfs:orted:param:dfs_orted_num_worker_threads:disabled:false
[1,0]<stdout>:mca:errmgr:base:param:errmgr:source:default
[1,0]<stdout>:mca:errmgr:base:param:errmgr:status:writeable
[1,0]<stdout>:mca:errmgr:base:param:errmgr:level:2
[1,0]<stdout>:mca:errmgr:base:param:errmgr:help:Default selection set of components for the errmgr framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:errmgr:base:param:errmgr:deprecated:no
[1,0]<stdout>:mca:errmgr:base:param:errmgr:type:string
[1,0]<stdout>:mca:errmgr:base:param:errmgr:disabled:false
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:value:0
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:source:default
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:status:writeable
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:level:8
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:help:Verbosity level for the errmgr framework (0 = no verbosity)
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:deprecated:no
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:type:int
[1,0]<stdout>:mca:errmgr:base:param:errmgr_base_verbose:disabled:false
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:value:1000
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:source:default
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:status:writeable
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:level:9
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:help:Priority of the default_tool errmgr component
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:deprecated:no
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:type:int
[1,0]<stdout>:mca:errmgr:default_tool:param:errmgr_default_tool_priority:disabled:false
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:value:1000
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:source:default
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:status:writeable
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:level:9
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:help:Priority of the default_hnp errmgr component
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:deprecated:no
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:type:int
[1,0]<stdout>:mca:errmgr:default_hnp:param:errmgr_default_hnp_priority:disabled:false
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:value:1000
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:source:default
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:status:writeable
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:level:9
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:help:Priority of the default_orted errmgr component
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:deprecated:no
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:type:int
[1,0]<stdout>:mca:errmgr:default_orted:param:errmgr_default_orted_priority:disabled:false
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:value:1000
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:source:default
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:status:writeable
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:level:9
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:help:Priority of the default_app errmgr component
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:deprecated:no
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:type:int
[1,0]<stdout>:mca:errmgr:default_app:param:errmgr_default_app_priority:disabled:false
[1,0]<stdout>:mca:ess:base:param:ess:value:env
[1,0]<stdout>:mca:ess:base:param:ess:source:environment
[1,0]<stdout>:mca:ess:base:param:ess:status:writeable
[1,0]<stdout>:mca:ess:base:param:ess:level:2
[1,0]<stdout>:mca:ess:base:param:ess:help:Default selection set of components for the ess framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:ess:base:param:ess:deprecated:no
[1,0]<stdout>:mca:ess:base:param:ess:type:string
[1,0]<stdout>:mca:ess:base:param:ess:disabled:false
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:value:0
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:source:default
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:status:writeable
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:level:8
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:help:Verbosity level for the ess framework (0 = no verbosity)
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:deprecated:no
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:type:int
[1,0]<stdout>:mca:ess:base:param:ess_base_verbose:disabled:false
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:value:default
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:source:default
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:status:writeable
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:level:9
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:help:Adjust buffering for stdout/stderr [-1 system default] [0 unbuffered] [1 line buffered] [2 fully buffered] (Default: -1)
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:enumerator:value:-1:default
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:enumerator:value:0:unbuffered
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:enumerator:value:1:line_buffered
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:enumerator:value:2:fully_buffered
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:deprecated:no
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:type:int
[1,0]<stdout>:mca:ess:base:param:ess_base_stream_buffering:disabled:false
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:source:default
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:status:writeable
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:level:9
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:help:Server to be used as HNP - [file|FILE]:<filename> or just uri
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:deprecated:no
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:type:string
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:synonym:name:server
[1,0]<stdout>:mca:ess:singleton:param:ess_singleton_server:disabled:true
[1,0]<stdout>:mca:filem:base:param:filem:source:default
[1,0]<stdout>:mca:filem:base:param:filem:status:writeable
[1,0]<stdout>:mca:filem:base:param:filem:level:2
[1,0]<stdout>:mca:filem:base:param:filem:help:Default selection set of components for the filem framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:filem:base:param:filem:deprecated:no
[1,0]<stdout>:mca:filem:base:param:filem:type:string
[1,0]<stdout>:mca:filem:base:param:filem:disabled:false
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:value:0
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:source:default
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:status:writeable
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:level:8
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:help:Verbosity level for the filem framework (0 = no verbosity)
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:deprecated:no
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:type:int
[1,0]<stdout>:mca:filem:base:param:filem_base_verbose:disabled:false
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:value:false
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:source:default
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:status:writeable
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:level:9
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:help:Put all files in the working directory instead of creating their respective directory trees
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:enumerator:value:0:false
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:enumerator:value:1:true
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:deprecated:no
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:type:bool
[1,0]<stdout>:mca:filem:raw:param:filem_raw_flatten_directory_trees:disabled:false
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:value:^pmi
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:source:environment
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:status:writeable
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:level:2
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:help:Default selection set of components for the grpcomm framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:deprecated:no
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:type:string
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm:disabled:false
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:value:0
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:source:default
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:status:writeable
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:level:8
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:help:Verbosity level for the grpcomm framework (0 = no verbosity)
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:deprecated:no
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:type:int
[1,0]<stdout>:mca:grpcomm:base:param:grpcomm_base_verbose:disabled:false
[1,0]<stdout>:mca:iof:base:param:iof:source:default
[1,0]<stdout>:mca:iof:base:param:iof:status:writeable
[1,0]<stdout>:mca:iof:base:param:iof:level:2
[1,0]<stdout>:mca:iof:base:param:iof:help:Default selection set of components for the iof framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:iof:base:param:iof:deprecated:no
[1,0]<stdout>:mca:iof:base:param:iof:type:string
[1,0]<stdout>:mca:iof:base:param:iof:disabled:false
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:value:0
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:source:default
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:status:writeable
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:level:8
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:help:Verbosity level for the iof framework (0 = no verbosity)
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:deprecated:no
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:type:int
[1,0]<stdout>:mca:iof:base:param:iof_base_verbose:disabled:false
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:value:2147483647
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:source:default
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:status:writeable
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:level:9
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:help:Maximum backlog of output messages [default: unlimited]
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:deprecated:no
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:type:size_t
[1,0]<stdout>:mca:iof:base:param:iof_base_output_limit:disabled:false
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:source:default
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:status:writeable
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:level:9
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:help:Comma-separated list of input files to be read and sent to stdin of procs (default: NULL)
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:deprecated:no
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:type:string
[1,0]<stdout>:mca:iof:base:param:iof_base_input_files:disabled:false
[1,0]<stdout>:mca:odls:base:param:odls:source:default
[1,0]<stdout>:mca:odls:base:param:odls:status:writeable
[1,0]<stdout>:mca:odls:base:param:odls:level:2
[1,0]<stdout>:mca:odls:base:param:odls:help:Default selection set of components for the odls framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:odls:base:param:odls:deprecated:no
[1,0]<stdout>:mca:odls:base:param:odls:type:string
[1,0]<stdout>:mca:odls:base:param:odls:disabled:false
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:value:0
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:source:default
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:status:writeable
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:level:8
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:help:Verbosity level for the odls framework (0 = no verbosity)
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:deprecated:no
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:type:int
[1,0]<stdout>:mca:odls:base:param:odls_base_verbose:disabled:false
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:value:1
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:source:default
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:status:writeable
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:level:9
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:help:Time to wait for a process to die after issuing a kill signal to it
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:deprecated:no
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:type:int
[1,0]<stdout>:mca:odls:base:param:odls_base_sigkill_timeout:disabled:false
[1,0]<stdout>:mca:oob:base:param:oob:source:default
[1,0]<stdout>:mca:oob:base:param:oob:status:writeable
[1,0]<stdout>:mca:oob:base:param:oob:level:2
[1,0]<stdout>:mca:oob:base:param:oob:help:Default selection set of components for the oob framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:oob:base:param:oob:deprecated:no
[1,0]<stdout>:mca:oob:base:param:oob:type:string
[1,0]<stdout>:mca:oob:base:param:oob:disabled:false
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:value:0
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:source:default
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:status:writeable
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:level:8
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:help:Verbosity level for the oob framework (0 = no verbosity)
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:deprecated:no
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:type:int
[1,0]<stdout>:mca:oob:base:param:oob_base_verbose:disabled:false
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:value:false
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:source:default
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:status:writeable
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:level:9
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:help:Whether to independently progress OOB messages for each interface
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:enumerator:value:0:false
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:enumerator:value:1:true
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:deprecated:no
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:type:bool
[1,0]<stdout>:mca:oob:base:param:oob_base_enable_module_progress_threads:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:value:-1
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:level:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:help:Maximum number of peer connections to simultaneously maintain (-1 = infinite)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_limit:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:value:2
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:level:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:help:Number of times to try shutting down a connection before giving up
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_peer_retries:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:value:131072
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:level:4
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:help:TCP socket send buffering size (in bytes)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_sndbuf:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:value:131072
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:level:4
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:help:TCP socket receive buffering size (in bytes)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_rcvbuf:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:level:2
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:help:Comma-delimited list of devices and/or CIDR notation of TCP networks to use for Open MPI bootstrap communication (e.g., "eth0,192.168.0.0/16"). Mutually exclusive with oob_tcp_if_exclude.
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:type:string
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:synonym:name:oob_tcp_include
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_include:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:level:2
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:help:Comma-delimited list of devices and/or CIDR notation of TCP networks to NOT use for Open MPI bootstrap communication -- all devices not matching these specifications will be used (e.g., "eth0,192.168.0.0/16"). If set to a non-default value, it is mutually exclusive with oob_tcp_if_include.
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:type:string
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:synonym:name:oob_tcp_exclude
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_if_exclude:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:level:2
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:help:Static ports for daemons and procs (IPv4)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:type:string
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_static_ipv4_ports:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:level:4
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:help:Range of ports to be dynamically used by daemons and procs (IPv4)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:type:string
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_dynamic_ipv4_ports:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:value:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:level:4
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:help:Disable the IPv4 interfaces
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:enumerator:value:0:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:enumerator:value:1:true
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:type:bool
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_disable_ipv4_family:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:value:60
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:level:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:help:Idle time in seconds before starting to send keepalives (keepalive_time <= 0 disables keepalive functionality)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_time:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:value:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:level:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:help:Time between successive keepalive pings when peer has not responded, in seconds (ignored if keepalive_time <= 0)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_intvl:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:value:3
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:level:5
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:help:Number of keepalives that can be missed before declaring error (ignored if keepalive_time <= 0)
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:type:int
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_keepalive_probes:disabled:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:value:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:source:default
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:status:writeable
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:level:6
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:help:Skip checking versions between connections
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:enumerator:value:0:false
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:enumerator:value:1:true
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:deprecated:no
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:type:bool
[1,0]<stdout>:mca:oob:tcp:param:oob_tcp_skip_version_check:disabled:false
[1,0]<stdout>:mca:plm:base:param:plm:source:default
[1,0]<stdout>:mca:plm:base:param:plm:status:writeable
[1,0]<stdout>:mca:plm:base:param:plm:level:2
[1,0]<stdout>:mca:plm:base:param:plm:help:Default selection set of components for the plm framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:plm:base:param:plm:deprecated:no
[1,0]<stdout>:mca:plm:base:param:plm:type:string
[1,0]<stdout>:mca:plm:base:param:plm:disabled:false
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:value:0
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:source:default
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:status:writeable
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:level:8
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:help:Verbosity level for the plm framework (0 = no verbosity)
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:deprecated:no
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:type:int
[1,0]<stdout>:mca:plm:base:param:plm_base_verbose:disabled:false
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:source:default
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:status:writeable
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:level:9
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:help:Custom arguments to srun
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:deprecated:no
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:type:string
[1,0]<stdout>:mca:plm:slurm:param:plm_slurm_args:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:value:128
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:level:5
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:help:How many plm_rsh_agent instances to invoke concurrently (must be > 0)
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:type:int
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_num_concurrent:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:help:Force the launcher to always use rsh
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_force_rsh:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:help:Disable the use of qrsh when under the Grid Engine parallel environment
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_qrsh:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:help:Daemonize the orted under the Grid Engine parallel environment
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_qrsh:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:help:Disable the use of llspawn when under the LoadLeveler environment
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_disable_llspawn:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:help:Daemonize the orted when under the LoadLeveler environment
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_daemonize_llspawn:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:value:10
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:level:9
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:help:Priority of the rsh plm component
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:type:int
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_priority:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:level:4
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:help:Delay between invocations of the remote agent (sec[:usec])
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:type:string
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_delay:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:value:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:level:5
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:help:If set to true, do not launch via a tree-based topology
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_no_tree_spawn:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:value:ssh : rsh
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:help:The command used to launch executables on remote nodes (typically either "ssh" or "rsh")
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:type:string
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:synonym:name:pls_rsh_agent
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:synonym:name:orte_rsh_agent
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_agent:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:value:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:help:If set to true, assume that the shell on the remote node is the same as the shell on the local node. Otherwise, probe for what the remote shell [default: 1]
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:synonym:name:orte_assume_same_shell
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_assume_same_shell:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:value:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:level:2
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:help:If set to false, do not include mca params from the environment on the orted cmd line
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:enumerator:value:0:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:enumerator:value:1:true
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:type:bool
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_environ_mca_params:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:level:9
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:help:Arguments to add to rsh/ssh
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:type:string
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_args:disabled:false
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:source:default
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:status:writeable
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:level:9
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:help:Prepend the specified library path to the remote shell's LD_LIBRARY_PATH
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:deprecated:no
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:type:string
[1,0]<stdout>:mca:plm:rsh:param:plm_rsh_pass_libpath:disabled:false
[1,0]<stdout>:mca:ras:base:param:ras:source:default
[1,0]<stdout>:mca:ras:base:param:ras:status:writeable
[1,0]<stdout>:mca:ras:base:param:ras:level:2
[1,0]<stdout>:mca:ras:base:param:ras:help:Default selection set of components for the ras framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:ras:base:param:ras:deprecated:no
[1,0]<stdout>:mca:ras:base:param:ras:type:string
[1,0]<stdout>:mca:ras:base:param:ras:disabled:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:value:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:source:default
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:status:writeable
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:level:9
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:help:Whether to display the allocation after it is determined
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:deprecated:yes
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:type:bool
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:synonym_of:name:orte_display_alloc
[1,0]<stdout>:mca:ras:base:param:ras_base_display_alloc:disabled:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:value:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:source:default
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:status:writeable
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:level:9
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:help:Whether to display a developer-detail allocation after it is determined
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:deprecated:yes
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:type:bool
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:synonym_of:name:orte_display_devel_alloc
[1,0]<stdout>:mca:ras:base:param:ras_base_display_devel_alloc:disabled:false
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:value:0
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:source:default
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:status:writeable
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:level:8
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:help:Verbosity level for the ras framework (0 = no verbosity)
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:deprecated:no
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:type:int
[1,0]<stdout>:mca:ras:base:param:ras_base_verbose:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:value:1
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:help:Comma-separated list of number of slots on each node to simulate
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:type:string
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_slots:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:value:0
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:help:Comma-separated list of number of max slots on each node to simulate
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:type:string
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_max_slots:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:help:Comma-separated list of number of nodes to simulate for each topology
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:type:string
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_num_nodes:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:help:Comma-separated list of files containing xml topology descriptions for simulated nodes
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:type:string
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topo_files:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:help:Comma-separated list of topology descriptions for simulated nodes
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:type:string
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_topologies:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:value:true
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:help:Topology supports binding to cpus
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:enumerator:value:0:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:enumerator:value:1:true
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:type:bool
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_cpubind:disabled:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:value:true
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:source:default
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:status:writeable
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:level:9
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:help:Topology supports binding to memory
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:enumerator:value:0:false
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:enumerator:value:1:true
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:deprecated:no
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:type:bool
[1,0]<stdout>:mca:ras:simulator:param:ras_simulator_have_membind:disabled:false
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:value:90
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:source:default
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:status:writeable
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:level:9
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:help:Priority of the loadleveler ras component
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:deprecated:no
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:type:int
[1,0]<stdout>:mca:ras:loadleveler:param:ras_loadleveler_priority:disabled:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:value:30
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:source:default
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:status:writeable
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:level:9
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:help:Number of seconds to wait for Slurm dynamic allocation
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:deprecated:no
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:type:int
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_dyn_allocate_timeout:disabled:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:value:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:source:default
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:status:writeable
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:level:9
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:help:Whether or not dynamic allocations are enabled
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:deprecated:no
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:type:bool
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_dyn_alloc:disabled:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:source:default
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:status:writeable
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:level:9
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:help:Path to Slurm configuration file
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:deprecated:no
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:type:string
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_config_file:disabled:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:value:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:source:default
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:status:writeable
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:level:9
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:help:Enable partial dynamic allocations
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:enumerator:value:0:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:enumerator:value:1:true
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:deprecated:no
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:type:bool
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_enable_rolling_alloc:disabled:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:value:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:source:default
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:status:writeable
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:level:5
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:help:Use entire allocation (not just job step nodes) for this application
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:enumerator:value:0:false
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:enumerator:value:1:true
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:deprecated:no
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:type:bool
[1,0]<stdout>:mca:ras:slurm:param:ras_slurm_use_entire_allocation:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps:level:2
[1,0]<stdout>:mca:rmaps:base:param:rmaps:help:Default selection set of components for the rmaps framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:rmaps:base:param:rmaps:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:help:If specified, map processes near to this device. Any device name that is identified by the lstopo hwloc utility as Net or OpenFabrics (for example eth0, mlx4_0, etc) or special name as auto
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_dist_device:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:value:0
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:level:8
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:help:Verbosity level for the rmaps framework (0 = no verbosity)
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:type:int
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_verbose:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:help:Launch one ppn as directed
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:synonym:name:rmaps_ppr_pernode
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pernode:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:value:0
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:help:Launch n procs/node
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:type:int
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:synonym:name:rmaps_ppr_n_pernode
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_pernode:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:value:0
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:help:Launch n procs/socket
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:type:int
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:synonym:name:rmaps_ppr_n_persocket
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_n_persocket:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:help:Comma-separated list of number of processes on a given resource type [default: none]
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:synonym:name:rmaps_ppr_pattern
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_pattern:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:help:Mapping Policy [slot | hwthread | core (default:np<=2) | l1cache | l2cache | l3cache | socket (default:np>2) | numa | board | node | seq | dist | ppr], with allowed modifiers :PE=y,SPAN,OVERSUBSCRIBE,NOOVERSUBSCRIBE
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:synonym:name:rmaps_base_schedule_policy
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_mapping_policy:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:help:Mapping Policy [slot | hwthread | core (default:np<=2) | l1cache | l2cache | l3cache | socket (default:np>2) | numa | board | node | seq | dist | ppr], with allowed modifiers :PE=y,SPAN,OVERSUBSCRIBE,NOOVERSUBSCRIBE
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:deprecated:yes
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:synonym_of:name:rmaps_base_mapping_policy
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_schedule_policy:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:help:Ranking Policy [slot (default:np<=2) | hwthread | core | l1cache | l2cache | l3cache | socket (default:np>2) | numa | board | node], with modifier :SPAN or :FILL
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_ranking_policy:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:help:Whether to map and rank processes round-robin by core
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bycore:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:help:Whether to map and rank processes round-robin by slot
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_byslot:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:value:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:source:environment
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:help:Whether to map and rank processes round-robin by node
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_bynode:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:value:1
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:help:Number of cpus to use for each rank [1-2**15 (default=1)]
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:type:int
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:synonym:name:rmaps_base_cpus_per_rank
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_proc:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:value:1
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:help:Number of cpus to use for each rank [1-2**15 (default=1)]
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:type:int
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:synonym_of:name:rmaps_base_cpus_per_proc
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_cpus_per_rank:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:help:If false, allow scheduling MPI applications on the same node as mpirun (default). If true, do not schedule any MPI applications on the same node as mpirun
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_schedule_local:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:help:If true, then do not allow oversubscription of nodes - mpirun will return an error if there aren't enough nodes to launch all processes without oversubscribing
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_no_oversubscribe:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:help:If true, then allow oversubscription of nodes and overloading of processing elements
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_oversubscribe:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:help:Whether to display the process map after it is computed
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_map:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:help:Whether to display a developer-detail process map after it is computed
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_devel_map:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:help:Whether to display the topology with the map
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_topo_with_map:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:value:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:help:Whether to display a diffable process map after it is computed
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:type:bool
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_display_diffable_map:disabled:false
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:source:default
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:status:writeable
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:level:9
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:help:hwloc topology file (xml format) describing the topology of the compute nodes [default: none]
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:deprecated:no
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:type:string
[1,0]<stdout>:mca:rmaps:base:param:rmaps_base_topology:disabled:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:value:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:source:default
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:status:writeable
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:level:9
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:help:Launch one ppn as directed
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:deprecated:no
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:type:bool
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:synonym_of:name:rmaps_base_pernode
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pernode:disabled:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:value:0
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:source:default
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:status:writeable
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:level:9
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:help:Launch n procs/node
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:deprecated:no
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:type:int
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:synonym_of:name:rmaps_base_n_pernode
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_pernode:disabled:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:value:0
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:source:default
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:status:writeable
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:level:9
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:help:Launch n procs/socket
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:deprecated:no
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:type:int
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:synonym_of:name:rmaps_base_n_persocket
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_n_persocket:disabled:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:source:default
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:status:writeable
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:level:9
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:help:Comma-separated list of number of processes on a given resource type [default: none]
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:deprecated:no
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:type:string
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:synonym_of:name:rmaps_base_pattern
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_pattern:disabled:false
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:value:90
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:source:default
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:status:writeable
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:level:9
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:help:Priority of the ppr rmaps component
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:type:int
[1,0]<stdout>:mca:rmaps:ppr:param:rmaps_ppr_priority:disabled:false
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:value:40
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:source:default
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:status:writeable
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:level:9
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:help:Priority of the resilient rmaps component
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:type:int
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_priority:disabled:false
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:source:default
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:status:writeable
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:level:9
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:help:Filename that contains a description of fault groups for this system
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:deprecated:no
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:type:string
[1,0]<stdout>:mca:rmaps:resilient:param:rmaps_resilient_fault_grp_file:disabled:false
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:value:60
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:source:default
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:status:writeable
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:level:9
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:help:Priority of the seq rmaps component
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:type:int
[1,0]<stdout>:mca:rmaps:seq:param:rmaps_seq_priority:disabled:false
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:value:10
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:source:default
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:status:writeable
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:level:9
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:help:Priority of the rr rmaps component
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:type:int
[1,0]<stdout>:mca:rmaps:round_robin:param:rmaps_round_robin_priority:disabled:false
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:value:20
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:source:default
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:status:writeable
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:level:9
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:help:Priority of the mindist rmaps component
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:type:int
[1,0]<stdout>:mca:rmaps:mindist:param:rmaps_mindist_priority:disabled:false
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:value:0
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:source:default
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:status:writeable
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:level:9
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:help:Priority of the rank_file rmaps component
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:deprecated:no
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:type:int
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_priority:disabled:false
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:source:default
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:status:writeable
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:level:5
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:help:Name of the rankfile to be used for mapping processes (relative or absolute path)
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:deprecated:no
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:type:string
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:synonym:name:orte_rankfile
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_path:disabled:false
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:value:false
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:source:default
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:status:writeable
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:level:5
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:help:Rankfile contains physical cpu designations
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:enumerator:value:0:false
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:enumerator:value:1:true
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:deprecated:no
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:type:bool
[1,0]<stdout>:mca:rmaps:rank_file:param:rmaps_rank_file_physical:disabled:false
[1,0]<stdout>:mca:rml:base:param:rml:source:default
[1,0]<stdout>:mca:rml:base:param:rml:status:writeable
[1,0]<stdout>:mca:rml:base:param:rml:level:2
[1,0]<stdout>:mca:rml:base:param:rml:help:Default selection set of components for the rml framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:rml:base:param:rml:deprecated:no
[1,0]<stdout>:mca:rml:base:param:rml:type:string
[1,0]<stdout>:mca:rml:base:param:rml:disabled:false
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:source:default
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:status:writeable
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:level:9
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:help:Use a Wrapper component around the selected RML component
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:deprecated:no
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:type:string
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:synonym_of:name:rml_base_wrapper
[1,0]<stdout>:mca:rml:base:param:rml_wrapper:disabled:false
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:value:0
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:source:default
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:status:writeable
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:level:8
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:help:Verbosity level for the rml framework (0 = no verbosity)
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:deprecated:no
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:type:int
[1,0]<stdout>:mca:rml:base:param:rml_base_verbose:disabled:false
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:source:default
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:status:writeable
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:level:9
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:help:Use a Wrapper component around the selected RML component
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:deprecated:no
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:type:string
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:synonym:name:rml_wrapper
[1,0]<stdout>:mca:rml:base:param:rml_base_wrapper:disabled:false
[1,0]<stdout>:mca:routed:base:param:routed:source:default
[1,0]<stdout>:mca:routed:base:param:routed:status:writeable
[1,0]<stdout>:mca:routed:base:param:routed:level:2
[1,0]<stdout>:mca:routed:base:param:routed:help:Default selection set of components for the routed framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:routed:base:param:routed:deprecated:no
[1,0]<stdout>:mca:routed:base:param:routed:type:string
[1,0]<stdout>:mca:routed:base:param:routed:disabled:false
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:value:0
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:source:default
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:status:writeable
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:level:8
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:help:Verbosity level for the routed framework (0 = no verbosity)
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:deprecated:no
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:type:int
[1,0]<stdout>:mca:routed:base:param:routed_base_verbose:disabled:false
[1,0]<stdout>:mca:routed:radix:param:routed_radix:value:32
[1,0]<stdout>:mca:routed:radix:param:routed_radix:source:default
[1,0]<stdout>:mca:routed:radix:param:routed_radix:status:writeable
[1,0]<stdout>:mca:routed:radix:param:routed_radix:level:9
[1,0]<stdout>:mca:routed:radix:param:routed_radix:help:Radix to be used for routed radix tree
[1,0]<stdout>:mca:routed:radix:param:routed_radix:deprecated:no
[1,0]<stdout>:mca:routed:radix:param:routed_radix:type:int
[1,0]<stdout>:mca:routed:radix:param:routed_radix:disabled:false
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:value:-1
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:source:default
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:status:writeable
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:level:9
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:help:Send direct between daemons if the number of nodes is less than this number
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:deprecated:no
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:type:int
[1,0]<stdout>:mca:routed:radix:param:routed_radix_max_connections:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor:level:2
[1,0]<stdout>:mca:sensor:base:param:sensor:help:Default selection set of components for the sensor framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:sensor:base:param:sensor:deprecated:no
[1,0]<stdout>:mca:sensor:base:param:sensor:type:string
[1,0]<stdout>:mca:sensor:base:param:sensor:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:value:0
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:level:9
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:help:Sample rate in seconds
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:deprecated:yes
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:type:int
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:synonym_of:name:sensor_base_sample_rate
[1,0]<stdout>:mca:sensor:base:param:sensor_sample_rate:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:value:false
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:level:9
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:help:Log samples to database
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:enumerator:value:0:false
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:enumerator:value:1:true
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:deprecated:yes
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:type:bool
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:synonym_of:name:sensor_base_log_samples
[1,0]<stdout>:mca:sensor:base:param:sensor_log_samples:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:value:0
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:level:8
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:help:Verbosity level for the sensor framework (0 = no verbosity)
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:deprecated:no
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:type:int
[1,0]<stdout>:mca:sensor:base:param:sensor_base_verbose:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:value:0
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:level:9
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:help:Sample rate in seconds
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:deprecated:no
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:type:int
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:synonym:name:sensor_sample_rate
[1,0]<stdout>:mca:sensor:base:param:sensor_base_sample_rate:disabled:false
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:value:false
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:source:default
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:status:writeable
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:level:9
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:help:Log samples to database
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:enumerator:value:0:false
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:enumerator:value:1:true
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:deprecated:no
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:type:bool
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:synonym:name:sensor_log_samples
[1,0]<stdout>:mca:sensor:base:param:sensor_base_log_samples:disabled:false
[1,0]<stdout>:mca:snapc:base:param:snapc:source:default
[1,0]<stdout>:mca:snapc:base:param:snapc:status:writeable
[1,0]<stdout>:mca:snapc:base:param:snapc:level:2
[1,0]<stdout>:mca:snapc:base:param:snapc:help:Default selection set of components for the snapc framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:snapc:base:param:snapc:deprecated:no
[1,0]<stdout>:mca:snapc:base:param:snapc:type:string
[1,0]<stdout>:mca:snapc:base:param:snapc:disabled:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:value:0
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:source:default
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:status:writeable
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:level:8
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:help:Verbosity level for the snapc framework (0 = no verbosity)
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:deprecated:no
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:type:int
[1,0]<stdout>:mca:snapc:base:param:snapc_base_verbose:disabled:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:value:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:source:default
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:status:writeable
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:level:9
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:help:Only store the most recent checkpoint sequence. [Default = disabled]
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:enumerator:value:0:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:enumerator:value:1:true
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:deprecated:no
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:type:bool
[1,0]<stdout>:mca:snapc:base:param:snapc_base_only_one_seq:disabled:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:value:/gpfs/gpfs0/groups/mozafari/dyoon
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:source:default
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:status:writeable
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:level:9
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:help:The base directory to use when storing global snapshots
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:deprecated:yes
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:type:string
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:synonym_of:name:sstore_base_global_snapshot_dir
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_dir:disabled:false
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:source:default
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:status:writeable
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:level:9
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:help:The global snapshot reference to be used for this job. [Default = ompi_global_snapshot_MPIRUNPID.ckpt]
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:deprecated:yes
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:type:string
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:synonym_of:name:sstore_base_global_snapshot_ref
[1,0]<stdout>:mca:snapc:base:param:snapc_base_global_snapshot_ref:disabled:false
[1,0]<stdout>:mca:sstore:base:param:sstore:source:default
[1,0]<stdout>:mca:sstore:base:param:sstore:status:writeable
[1,0]<stdout>:mca:sstore:base:param:sstore:level:2
[1,0]<stdout>:mca:sstore:base:param:sstore:help:Default selection set of components for the sstore framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:sstore:base:param:sstore:deprecated:no
[1,0]<stdout>:mca:sstore:base:param:sstore:type:string
[1,0]<stdout>:mca:sstore:base:param:sstore:disabled:false
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:value:0
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:source:default
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:status:writeable
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:level:8
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:help:Verbosity level for the sstore framework (0 = no verbosity)
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:deprecated:no
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:type:int
[1,0]<stdout>:mca:sstore:base:param:sstore_base_verbose:disabled:false
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:value:/gpfs/gpfs0/groups/mozafari/dyoon
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:source:default
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:status:writeable
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:level:9
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:help:The base directory to use when storing global snapshots
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:deprecated:no
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:type:string
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:synonym:name:snapc_base_global_snapshot_dir
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_dir:disabled:false
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:source:default
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:status:writeable
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:level:9
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:help:The global snapshot reference to be used for this job. [Default = ompi_global_snapshot_MPIRUNPID.ckpt]
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:deprecated:no
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:type:string
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:synonym:name:snapc_base_global_snapshot_ref
[1,0]<stdout>:mca:sstore:base:param:sstore_base_global_snapshot_ref:disabled:false
[1,0]<stdout>:mca:state:base:param:state:source:default
[1,0]<stdout>:mca:state:base:param:state:status:writeable
[1,0]<stdout>:mca:state:base:param:state:level:2
[1,0]<stdout>:mca:state:base:param:state:help:Default selection set of components for the state framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:state:base:param:state:deprecated:no
[1,0]<stdout>:mca:state:base:param:state:type:string
[1,0]<stdout>:mca:state:base:param:state:disabled:false
[1,0]<stdout>:mca:state:base:param:state_base_verbose:value:0
[1,0]<stdout>:mca:state:base:param:state_base_verbose:source:default
[1,0]<stdout>:mca:state:base:param:state_base_verbose:status:writeable
[1,0]<stdout>:mca:state:base:param:state_base_verbose:level:8
[1,0]<stdout>:mca:state:base:param:state_base_verbose:help:Verbosity level for the state framework (0 = no verbosity)
[1,0]<stdout>:mca:state:base:param:state_base_verbose:deprecated:no
[1,0]<stdout>:mca:state:base:param:state_base_verbose:type:int
[1,0]<stdout>:mca:state:base:param:state_base_verbose:disabled:false
[1,0]<stdout>:mca:state:novm:param:state_novm_select:value:false
[1,0]<stdout>:mca:state:novm:param:state_novm_select:source:default
[1,0]<stdout>:mca:state:novm:param:state_novm_select:status:writeable
[1,0]<stdout>:mca:state:novm:param:state_novm_select:level:9
[1,0]<stdout>:mca:state:novm:param:state_novm_select:help:Use this component
[1,0]<stdout>:mca:state:novm:param:state_novm_select:enumerator:value:0:false
[1,0]<stdout>:mca:state:novm:param:state_novm_select:enumerator:value:1:true
[1,0]<stdout>:mca:state:novm:param:state_novm_select:deprecated:no
[1,0]<stdout>:mca:state:novm:param:state_novm_select:type:bool
[1,0]<stdout>:mca:state:novm:param:state_novm_select:disabled:false
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:value:4294967295
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:source:default
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:status:writeable
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:level:9
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:help:If the number of processes in the application exceeds the provided value,hostnames for remote processes will not be retrieved by applications [default: UINT32_MAX]
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:deprecated:no
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:type:unsigned
[1,0]<stdout>:mca:ompi:base:param:ompi_hostname_cutoff:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:value:true
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:help:Whether you want MPI API parameters checked at run-time or not. Possible values are 0 (no checking) and 1 (perform checking at run-time)
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_param_check:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:source:environment
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:help:Yield the processor when waiting for MPI communication (for MPI processes, will default to 1 when oversubscribing nodes)
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_yield_when_idle:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:value:-1
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:help:How often to progress TCP communications (0 = never, otherwise specified in microseconds)
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:type:int
[1,0]<stdout>:mca:mpi:base:param:mpi_event_tick_rate:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:help:Whether MPI_FINALIZE shows all MPI handles that were not freed or not
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_show_handle_leaks:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:help:Whether to actually free MPI objects when their handles are freed
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_no_free_handles:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:value:0
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:help:If >0, MPI_FINALIZE will show up to this many instances of memory allocated by MPI_ALLOC_MEM that was not freed by MPI_FREE_MEM
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:type:int
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mpi_alloc_mem_leaks:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:help:Whether to show all MCA parameter values during MPI_INIT or not (good for reproducability of MPI jobs for debug purposes). Accepted values are all, default, file, api, and enviro - or a comma delimited combination of them
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:type:string
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:help:If mpi_show_mca_params is true, setting this string to a valid filename tells Open MPI to dump all the MCA parameter values into a file suitable for reading via the mca_param_files parameter (good for reproducability of MPI jobs)
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:type:string
[1,0]<stdout>:mca:mpi:base:param:mpi_show_mca_params_file:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:help:Whether to force MPI processes to fully wire-up the MPI connections between MPI processes during MPI_INIT (vs. making connections lazily -- upon the first MPI traffic between each process peer pair)
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:deprecated:yes
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:synonym_of:name:mpi_preconnect_mpi
[1,0]<stdout>:mca:mpi:base:param:mpi_preconnect_all:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:value:-1
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:help:Whether to use the "leave pinned" protocol or not. Enabling this setting can help bandwidth performance when repeatedly sending and receiving large messages with the same buffers over RDMA-based networks (0 = do not use "leave pinned" protocol, 1 = use "leave pinned" protocol, -1 = allow network to choose at runtime).
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:type:int
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:help:Whether to use the "leave pinned pipeline" protocol or not.
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_leave_pinned_pipeline:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:value:true
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:help:If nonzero, issue a warning if program forks under conditions that could cause system errors
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_warn_on_fork:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:status:read-only
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:help:Whether this Open MPI installation supports storing of data in MPI groups in "sparse" formats (good for extremely large process count MPI jobs that create many communicators/groups)
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_have_sparse_group_storage:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:status:read-only
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:level:9
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:help:Whether to use "sparse" storage formats for MPI groups (only relevant if mpi_have_sparse_group_storage is 1)
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_use_sparse_group_storage:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:status:read-only
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:level:4
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:help:Whether CUDA GPU buffer support is built into library or not
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_built_with_cuda_support:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:level:4
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:help:Whether CUDA GPU buffer support is enabled or not
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:deprecated:no
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_cuda_support:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:value:0
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:level:5
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:help:If nonzero, print out an identifying message when abort operation is invoked (hostname, PID of the process that called abort) and delay for that many seconds before exiting (a negative delay value means to never abort). This allows attaching of a debugger before quitting the job.
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:deprecated:yes
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:type:int
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:synonym_of:name:opal_abort_delay
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_delay:disabled:false
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:value:false
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:source:default
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:status:writeable
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:level:5
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:help:If nonzero, print out a stack trace when abort is invoked
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:enumerator:value:0:false
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:enumerator:value:1:true
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:deprecated:yes
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:type:bool
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:synonym_of:name:opal_abort_print_stack
[1,0]<stdout>:mca:mpi:base:param:mpi_abort_print_stack:disabled:false
[1,0]<stdout>:mca:allocator:base:param:allocator:source:default
[1,0]<stdout>:mca:allocator:base:param:allocator:status:writeable
[1,0]<stdout>:mca:allocator:base:param:allocator:level:2
[1,0]<stdout>:mca:allocator:base:param:allocator:help:Default selection set of components for the allocator framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:allocator:base:param:allocator:deprecated:no
[1,0]<stdout>:mca:allocator:base:param:allocator:type:string
[1,0]<stdout>:mca:allocator:base:param:allocator:disabled:false
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:value:0
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:source:default
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:status:writeable
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:level:8
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:help:Verbosity level for the allocator framework (0 = no verbosity)
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:deprecated:no
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:type:int
[1,0]<stdout>:mca:allocator:base:param:allocator_base_verbose:disabled:false
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:value:30
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:source:default
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:status:writeable
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:level:9
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:deprecated:no
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:type:int
[1,0]<stdout>:mca:allocator:bucket:param:allocator_bucket_num_buckets:disabled:false
[1,0]<stdout>:mca:bcol:base:param:bcol:source:default
[1,0]<stdout>:mca:bcol:base:param:bcol:status:writeable
[1,0]<stdout>:mca:bcol:base:param:bcol:level:2
[1,0]<stdout>:mca:bcol:base:param:bcol:help:Default selection set of components for the bcol framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:bcol:base:param:bcol:deprecated:no
[1,0]<stdout>:mca:bcol:base:param:bcol:type:string
[1,0]<stdout>:mca:bcol:base:param:bcol:disabled:false
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:value:0
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:source:default
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:status:writeable
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:level:8
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:help:Verbosity level for the bcol framework (0 = no verbosity)
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:deprecated:no
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:type:int
[1,0]<stdout>:mca:bcol:base:param:bcol_base_verbose:disabled:false
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:value:basesmuma,basesmuma,iboffload,ptpcoll,ugni
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:source:default
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:status:writeable
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:level:9
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:help:Default set of basic collective components to use
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:deprecated:no
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:type:string
[1,0]<stdout>:mca:bcol:base:param:bcol_base_string:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:value:90
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:help:PTPCOLL component priority(from 0(low) to 90 (high))
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_priority:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:value:0
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:help:Output some verbose PTPCOLL information (0 = no output, nonzero = output)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_verbose:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:value:2
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:help:The radix of K-Nomial Tree (starts from 2)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_k_nomial_radix:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:value:2
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:help:The radix of Narray Tree (starts from 2)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_radix:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:value:2
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:help:The radix of Narray/Knomial Tree for scatther-gather type algorithms(starts from 2)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_narray_knomial_radix:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:value:8
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:help:Number of probe operation in single source data check(starts from 8)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_num_to_probe:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:value:1
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:help:Algorithm selection for bcast small messages known root(1 - K-nomial, 2 - N-array)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_small_msg_known_root_alg:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:value:1
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:help:Algorithm selection for bcast large messages known root(1 - Binomial scatther-gather, 2 - N-array scather, K-nomial gather)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_bcast_large_msg_known_root_alg:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:value:1
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:help:Algorithm selection for Barrier(1 - Recursive doubling, 2 - Recursive K-ing)
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_barrier_alg:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:value:65536
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:help:Minimum fragment size
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_min_frag_size:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:value:-1
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:help:Maximum fragment size
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:type:int
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_max_frag_size:disabled:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:value:true
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:source:default
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:status:writeable
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:level:9
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:help:User memory can be used by the collective algorithms
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:enumerator:value:0:false
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:enumerator:value:1:true
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:deprecated:no
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:type:bool
[1,0]<stdout>:mca:bcol:ptpcoll:param:bcol_ptpcoll_can_use_user_buffers:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:value:90
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_priority:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:value:2
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_ctl_banks:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:value:16
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_basesmuma_num_buffs_per_bank:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:value:4
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_poll_loops:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:value:100
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_n_groups_supported:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:value:2
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanin:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:value:2
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_fanout:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:value:3
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_radix_read_tree:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:value:2
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_order_reduction_tree:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:value:3
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_k_nomial_radix:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:value:10
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_num_to_probe:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:value:4
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_scatter_kary_radix:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:value:65536
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_min_frag_size:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:value:-1
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_max_frag_size:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:value:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:enumerator:value:0:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:enumerator:value:1:true
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:type:bool
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_can_use_user_buffers:disabled:false
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:value:0
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:source:default
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:status:writeable
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:level:9
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:deprecated:no
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:type:int
[1,0]<stdout>:mca:bcol:basesmuma:param:bcol_basesmuma_verbose:disabled:false
[1,0]<stdout>:mca:bml:base:param:bml:source:default
[1,0]<stdout>:mca:bml:base:param:bml:status:writeable
[1,0]<stdout>:mca:bml:base:param:bml:level:2
[1,0]<stdout>:mca:bml:base:param:bml:help:Default selection set of components for the bml framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:bml:base:param:bml:deprecated:no
[1,0]<stdout>:mca:bml:base:param:bml:type:string
[1,0]<stdout>:mca:bml:base:param:bml:disabled:false
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:value:0
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:source:default
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:status:writeable
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:level:8
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:help:Verbosity level for the bml framework (0 = no verbosity)
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:deprecated:no
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:type:int
[1,0]<stdout>:mca:bml:base:param:bml_base_verbose:disabled:false
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:value:true
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:source:default
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:status:writeable
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:level:9
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:help:Show error message when procs are unreachable
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:enumerator:value:0:false
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:enumerator:value:1:true
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:deprecated:no
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:type:bool
[1,0]<stdout>:mca:bml:r2:param:bml_r2_show_unreach_errors:disabled:false
[1,0]<stdout>:mca:btl:base:param:btl:source:default
[1,0]<stdout>:mca:btl:base:param:btl:status:writeable
[1,0]<stdout>:mca:btl:base:param:btl:level:2
[1,0]<stdout>:mca:btl:base:param:btl:help:Default selection set of components for the btl framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:btl:base:param:btl:deprecated:no
[1,0]<stdout>:mca:btl:base:param:btl:type:string
[1,0]<stdout>:mca:btl:base:param:btl:disabled:false
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:value:0
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:source:default
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:status:writeable
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:level:8
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:help:Verbosity level for the btl framework (0 = no verbosity)
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:deprecated:no
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:type:int
[1,0]<stdout>:mca:btl:base:param:btl_base_verbose:disabled:false
[1,0]<stdout>:mca:btl:base:param:btl_base_include:source:default
[1,0]<stdout>:mca:btl:base:param:btl_base_include:status:writeable
[1,0]<stdout>:mca:btl:base:param:btl_base_include:level:9
[1,0]<stdout>:mca:btl:base:param:btl_base_include:deprecated:no
[1,0]<stdout>:mca:btl:base:param:btl_base_include:type:string
[1,0]<stdout>:mca:btl:base:param:btl_base_include:disabled:false
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:source:default
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:status:writeable
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:level:9
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:deprecated:no
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:type:string
[1,0]<stdout>:mca:btl:base:param:btl_base_exclude:disabled:false
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:value:1
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:source:default
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:status:writeable
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:level:9
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:help:This parameter is used to turn on warning messages when certain NICs are not used
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:deprecated:no
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:type:int
[1,0]<stdout>:mca:btl:base:param:btl_base_warn_component_unused:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:value:0
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:level:9
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:help:Number of fragments by default
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:type:int
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_num:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:value:-1
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:level:9
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:help:Maximum number of fragments
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:type:int
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_max:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:value:32
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:level:9
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:help:Increment by this number of fragments
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:type:int
[1,0]<stdout>:mca:btl:self:param:btl_self_free_list_inc:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:value:65536
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:level:7
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:help:BTL exclusivity (must be >= 0)
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:type:unsigned
[1,0]<stdout>:mca:btl:self:param:btl_self_exclusivity:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:value:10
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:level:5
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:help:BTL bit flags (general flags: SEND=1, PUT=2, GET=4, SEND_INPLACE=8, RDMA_MATCHED=64, HETEROGENEOUS_RDMA=256; flags only used by the "dr" PML (ignored by others): ACK=16, CHECKSUM=32, RDMA_COMPLETION=128; flags only used by the "bfo" PML (ignored by others): FAILOVER_SUPPORT=512)
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:type:unsigned
[1,0]<stdout>:mca:btl:self:param:btl_self_flags:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:value:131072
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:help:Size (in bytes, including header) of "phase 1" fragment sent for all large messages (must be >= 0 and <= eager_limit)
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_rndv_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:value:131072
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:help:Maximum size (in bytes, including header) of "short" messages (must be >= 1).
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:value:262144
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:help:Maximum size (in bytes) of a single "phase 2" fragment of a long message when using the pipeline protocol (must be >= 1)
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_max_send_size:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:value:2147483647
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:help:Length of the "phase 2" portion of a large message (in bytes) when using the pipeline protocol. This part of the message will be split into fragments of size max_send_size and sent using send/receive semantics (must be >= 0; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_send_length:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:value:2147483647
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:help:Maximum size (in bytes) of a single "phase 3" fragment from a long message when using the pipeline protocol. These fragments will be sent using RDMA semantics (must be >= 1; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_rdma_pipeline_frag_size:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:value:2147614719
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:level:4
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:help:Messages smaller than this size (in bytes) will not use the RDMA pipeline protocol. Instead, they will be split into fragments of max_send_size and sent using send/receive semantics (must be >=0, and is automatically adjusted up to at least (eager_limit+btl_rdma_pipeline_send_length); only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:type:size_t
[1,0]<stdout>:mca:btl:self:param:btl_self_min_rdma_pipeline_size:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:value:0
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:level:5
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:help:Approximate latency of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = latency in microseconds)
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:type:unsigned
[1,0]<stdout>:mca:btl:self:param:btl_self_latency:disabled:false
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:value:100
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:source:default
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:status:writeable
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:level:5
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:help:Approximate maximum bandwidth of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = bandwidth in Mbps)
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:deprecated:no
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:type:unsigned
[1,0]<stdout>:mca:btl:self:param:btl_self_bandwidth:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:value:0
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:status:read-only
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:level:9
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:help:Whether knem support is desired or not (negative = try to enable knem support, but continue even if it is not available, 0 = do not enable knem support, positive = try to enable knem support and fail if it is not available)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_knem:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:value:0
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:level:9
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:help:Minimum message size (in bytes) to use the knem DMA mode; ignored if knem does not support DMA mode (0 = do not use the knem DMA mode)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_dma_min:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:value:0
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:level:9
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:help:Max number of simultaneous ongoing knem operations to support (0 = do everything synchronously, which probably gives the best large message latency; >0 means to do all operations asynchronously, which supports better overlap for simultaneous large message sends)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_knem_max_simultaneous:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:value:0
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:level:9
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:help:Whether or not to enable CMA
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_use_cma:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:value:8
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_num:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:value:-1
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_max:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:value:64
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_free_list_inc:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:value:-1
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_procs:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:value:4096
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:level:4
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_size:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:value:1
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:level:4
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_num_fifos:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:value:120
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_fifo_lazy_free:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:value:0
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:level:9
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:type:int
[1,0]<stdout>:mca:btl:sm:param:btl_sm_sm_extra_procs:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:value:65535
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:level:7
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:help:BTL exclusivity (must be >= 0)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_exclusivity:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:value:1
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:level:5
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:help:BTL bit flags (general flags: SEND=1, PUT=2, GET=4, SEND_INPLACE=8, RDMA_MATCHED=64, HETEROGENEOUS_RDMA=256; flags only used by the "dr" PML (ignored by others): ACK=16, CHECKSUM=32, RDMA_COMPLETION=128; flags only used by the "bfo" PML (ignored by others): FAILOVER_SUPPORT=512)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:type:unsigned
[1,0]<stdout>:mca:btl:sm:param:btl_sm_flags:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:value:4096
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:level:4
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:help:Size (in bytes, including header) of "phase 1" fragment sent for all large messages (must be >= 0 and <= eager_limit)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:sm:param:btl_sm_rndv_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:value:4096
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:level:4
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:help:Maximum size (in bytes, including header) of "short" messages (must be >= 1).
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:sm:param:btl_sm_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:value:32768
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:source:default
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:status:writeable
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:level:4
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:help:Maximum size (in bytes) of a single "phase 2" fragment of a long message when using the pipeline protocol (must be >= 1)
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:deprecated:no
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:type:size_t
[1,0]<stdout>:mca:btl:sm:param:btl_sm_max_send_size:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:value:1
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:type:unsigned
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_links:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:level:1
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:help:Comma-delimited list of devices and/or CIDR notation of networks to use for MPI communication (e.g., "eth0,192.168.0.0/16"). Mutually exclusive with btl_tcp_if_exclude.
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:type:string
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_include:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:value:127.0.0.1/8,sppp
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:level:1
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:help:Comma-delimited list of devices and/or CIDR notation of networks to NOT use for MPI communication -- all devices not matching these specifications will be used (e.g., "eth0,192.168.0.0/16"). If set to a non-default value, it is mutually exclusive with btl_tcp_if_include.
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:type:string
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_exclude:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:value:8
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_num:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:value:-1
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_max:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:value:32
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_free_list_inc:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:value:131072
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_sndbuf:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:value:131072
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rcvbuf:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:value:30720
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:help:The size of the internal cache for each TCP connection. This cache is used to reduce the number of syscalls, by replacing them with memcpy. Every read will read the expected data plus the amount of the endpoint_cache
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_endpoint_cache:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:value:0
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:help:Whether to use Nagle's algorithm or not (using Nagle's algorithm may increase short message latency)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_use_nagle:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:value:1024
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:level:2
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:help:The minimum port where the TCP BTL will try to bind (default 1024)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_min_v4:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:value:64511
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:level:2
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:help:The number of ports where the TCP BTL will try to bind (default 64511). This parameter together with the port min, define a range of ports where Open MPI will open sockets.
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_port_range_v4:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:value:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:level:2
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:help:Issue a warning for all unfound interfaces included in if_exclude
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:enumerator:value:0:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:enumerator:value:1:true
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:type:bool
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_warn_all_unfound_interfaces:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:value:100
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:level:7
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:help:BTL exclusivity (must be >= 0)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:type:unsigned
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_exclusivity:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:value:314
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:help:BTL bit flags (general flags: SEND=1, PUT=2, GET=4, SEND_INPLACE=8, RDMA_MATCHED=64, HETEROGENEOUS_RDMA=256; flags only used by the "dr" PML (ignored by others): ACK=16, CHECKSUM=32, RDMA_COMPLETION=128; flags only used by the "bfo" PML (ignored by others): FAILOVER_SUPPORT=512)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:type:unsigned
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_flags:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:value:65536
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:help:Size (in bytes, including header) of "phase 1" fragment sent for all large messages (must be >= 0 and <= eager_limit)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rndv_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:value:65536
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:help:Maximum size (in bytes, including header) of "short" messages (must be >= 1).
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:value:131072
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:help:Maximum size (in bytes) of a single "phase 2" fragment of a long message when using the pipeline protocol (must be >= 1)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_max_send_size:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:value:131072
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:help:Length of the "phase 2" portion of a large message (in bytes) when using the pipeline protocol. This part of the message will be split into fragments of size max_send_size and sent using send/receive semantics (must be >= 0; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_send_length:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:value:2147483647
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:help:Maximum size (in bytes) of a single "phase 3" fragment from a long message when using the pipeline protocol. These fragments will be sent using RDMA semantics (must be >= 1; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_rdma_pipeline_frag_size:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:value:196608
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:level:4
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:help:Messages smaller than this size (in bytes) will not use the RDMA pipeline protocol. Instead, they will be split into fragments of max_send_size and sent using send/receive semantics (must be >=0, and is automatically adjusted up to at least (eager_limit+btl_rdma_pipeline_send_length); only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:type:size_t
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_min_rdma_pipeline_size:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:value:100
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:help:Approximate latency of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = latency in microseconds)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:type:unsigned
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_latency:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:value:100
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:level:5
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:help:Approximate maximum bandwidth of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = bandwidth in Mbps)
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:type:unsigned
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_bandwidth:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:value:0
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:level:2
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:type:int
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_disable_family:disabled:false
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:source:default
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:status:writeable
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:level:9
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:help:If specified, a comma-delimited list of TCP interfaces. Interfaces will be assigned, one to each MPI process, in a round-robin fashion on each server. For example, if the list is "eth0,eth1" and four MPI processes are run on a single server, then local ranks 0 and 2 will use eth0 and local ranks 1 and 3 will use eth1.
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:deprecated:no
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:type:string
[1,0]<stdout>:mca:btl:tcp:param:btl_tcp_if_seq:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:value:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:help:Output some verbose OpenIB BTL information (0 = no output, nonzero = output)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_verbose:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:help:Warn when no device-specific parameters are found in the INI file specified by the btl_openib_device_param_files MCA parameter (0 = do not warn; any other value = warn)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:synonym:name:btl_openib_warn_no_hca_params_found
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_device_params_found:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:help:Warn when no device-specific parameters are found in the INI file specified by the btl_openib_device_param_files MCA parameter (0 = do not warn; any other value = warn)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:synonym_of:name:btl_openib_warn_no_device_params_found
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_no_hca_params_found:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:help:Warn when there is more than one active ports and at least one of them connected to the network with only default GID prefix configured (0 = do not warn; any other value = warn)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_default_gid_prefix:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:help:Warn if non-existent devices and/or ports are specified in the btl_openib_if_[in|ex]clude MCA parameters (0 = do not warn; any other value = warn)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_warn_nonexistent_if:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:value:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:help:If there is not enough registered memory available on the system for Open MPI to function properly, Open MPI will issue a warning. If this MCA parameter is set to true, then Open MPI will also abort all MPI jobs (0 = warn, but do not abort; any other value = warn and abort)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_abort_not_enough_reg_mem:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:value:256
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:help:Retrieve up to poll_cq_batch completions from CQ
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_poll_cq_batch:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-btl-openib-device-params.ini
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:help:Colon-delimited list of INI-style files that contain device vendor/part-specific parameters (use semicolon for Windows)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:synonym:name:btl_openib_hca_param_files
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_param_files:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-btl-openib-device-params.ini
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:help:Colon-delimited list of INI-style files that contain device vendor/part-specific parameters (use semicolon for Windows)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:synonym_of:name:btl_openib_device_param_files
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hca_param_files:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:value:all
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:help:Specify to only use IB or iWARP network adapters (infiniband = only use InfiniBand HCAs; iwarp = only use iWARP NICs; all = use any available adapters)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:enumerator:value:0:infiniband
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:enumerator:value:0:ib
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:enumerator:value:1:iwarp
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:enumerator:value:1:iw
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:enumerator:value:2:all
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_device_type:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:value:-1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:help:Maximum number of device ports to use (-1 = use all available, otherwise must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_btls:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:value:8
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:help:Initial size of free lists (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_num:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:value:-1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:help:Maximum size of free lists (-1 = infinite, otherwise must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_max:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:value:32
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:help:Increment size of free lists (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_free_list_inc:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:value:grdma
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:help:Name of the memory pool to be used (it is unlikely that you will ever want to change this)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mpool:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:value:16
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:help:Length of the registration cache most recently used list (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_reg_mru_len:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:value:8192
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:help:Minimum size of the OpenFabrics completion queue (CQs are automatically sized based on the number of peer MPI processes; this value determines the *minimum* size of all CQs)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:synonym:name:btl_openib_ib_cq_size
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:value:8192
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:help:Minimum size of the OpenFabrics completion queue (CQs are automatically sized based on the number of peer MPI processes; this value determines the *minimum* size of all CQs)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:synonym_of:name:btl_openib_cq_size
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_cq_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:value:-1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:help:Maximum size of inline data segment (-1 = run-time probe to discover max value, otherwise must be >= 0). If not explicitly set, use max_inline_data from the INI file containing device-specific parameters
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:synonym:name:btl_openib_ib_max_inline_data
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_inline_data:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:value:-1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:help:Maximum size of inline data segment (-1 = run-time probe to discover max value, otherwise must be >= 0). If not explicitly set, use max_inline_data from the INI file containing device-specific parameters
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:synonym_of:name:btl_openib_max_inline_data
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_inline_data:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:help:OpenFabrics partition key (pkey) value. Unsigned integer decimal or hex values are allowed (e.g., "3" or "0x3f") and will be masked against the maximum allowable IB partition key value (0x7fff)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:synonym:name:btl_openib_ib_pkey_val
[1,0]<stdout>:mca:btl:openib:param:btl_openib_pkey:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:help:OpenFabrics partition key (pkey) value. Unsigned integer decimal or hex values are allowed (e.g., "3" or "0x3f") and will be masked against the maximum allowable IB partition key value (0x7fff)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:synonym_of:name:btl_openib_pkey
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_pkey_val:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:help:OpenFabrics packet sequence starting number (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:synonym:name:btl_openib_ib_psn
[1,0]<stdout>:mca:btl:openib:param:btl_openib_psn:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:help:OpenFabrics packet sequence starting number (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:synonym_of:name:btl_openib_psn
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_psn:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:value:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:help:InfiniBand outstanding atomic reads (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_qp_ous_rd_atom:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:value:1k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:help:OpenFabrics MTU, in bytes (if not specified in INI files). Valid values are: 1=256 bytes, 2=512 bytes, 3=1024 bytes, 4=2048 bytes, 5=4096 bytes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:enumerator:value:1:256B
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:enumerator:value:2:512B
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:enumerator:value:3:1k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:enumerator:value:4:2k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:enumerator:value:5:4k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:synonym:name:btl_openib_ib_mtu
[1,0]<stdout>:mca:btl:openib:param:btl_openib_mtu:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:value:1k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:help:OpenFabrics MTU, in bytes (if not specified in INI files). Valid values are: 1=256 bytes, 2=512 bytes, 3=1024 bytes, 4=2048 bytes, 5=4096 bytes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:enumerator:value:1:256B
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:enumerator:value:2:512B
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:enumerator:value:3:1k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:enumerator:value:4:2k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:enumerator:value:5:4k
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:synonym_of:name:btl_openib_mtu
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_mtu:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:value:25
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:help:InfiniBand minimum "receiver not ready" timer, in seconds (must be >= 0 and <= 31)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_min_rnr_timer:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:value:20
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:help:InfiniBand transmit timeout, plugged into formula: 4.096 microseconds * (2^btl_openib_ib_timeout) (must be >= 0 and <= 31)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_timeout:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:value:7
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:help:InfiniBand transmit retry count (must be >= 0 and <= 7)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_retry_count:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:value:7
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:help:InfiniBand "receiver not ready" retry count; applies *only* to SRQ/XRC queues. PP queues use RNR retry values of 0 because Open MPI performs software flow control to guarantee that RNRs never occur (must be >= 0 and <= 7; 7 = "infinite")
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_rnr_retry:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:value:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:help:InfiniBand maximum pending RDMA destination operations (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_max_rdma_dst_ops:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:help:InfiniBand service level (must be >= 0 and <= 15)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_service_level:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:help:Enable getting InfiniBand service level from PathRecord (must be >= 0, 0 = disabled, positive = try to get the service level from PathRecord)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ib_path_record_service_level:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:value:-1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:help:Use RDMA for eager messages (-1 = use device default, 0 = do not use eager RDMA, 1 = use eager RDMA)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_eager_rdma:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:value:16
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:help:Use RDMA for short messages after this number of messages are received from a given peer (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_threshold:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:value:16
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:help:Maximum number of peers allowed to use RDMA for short messages (RDMA is used for all long messages, except if explicitly disabled, such as with the "dr" pml) (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_eager_rdma:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:value:17
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:help:Number of RDMA buffers to allocate for small messages (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_num:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:value:1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:help:Number of BTLs to create for each InfiniBand LID (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_btls_per_lid:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:value:1
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:help:Maximum number of LIDs to use for each device port (must be >= 0, where 0 = use all available)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_lmc:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:help:Maximum number of alternative paths for each device port (must be >= -1, where 0 = disable apm, -1 = all available alternative paths )
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_lmc:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:help:Enable alternative path migration (APM) over different ports of the same device (must be >= 0, where 0 = disable APM over ports, 1 = enable APM over ports of the same device)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_apm_over_ports:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:help:If nonzero, use the thread that will handle InfiniBand asynchronous events
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_use_async_event_thread:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:help:Enable/Disable on demand SRQ resize. (0 = without resizing, nonzero = with resizing)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_enable_srq_resize:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:value:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:help:Enable/Disable routing between different subnets(0 = disable, nonzero = enable)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rroce_enable:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:value:64
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:help:Preferred communication buffer alignment, in bytes (must be > 0 and power of two)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_buffer_alignment:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:value:100
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:help:How often to poll high priority CQ versus low priority CQ
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cq_poll_ratio:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:value:100
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:help:How often to poll eager RDMA channel versus CQ
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_rdma_poll_ratio:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:value:10
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:help:Max number of completion events to process for each call of BTL progress engine
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_hp_cq_poll_per_progress:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:help:Maximum size (in bytes) of a single fragment of a long message when using the RDMA protocols (must be > 0 and <= hw capabilities).
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_hw_msg_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:help:Allow maximum possible memory to register with HCA
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_max_memory_registration:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:help:Output some verbose memory registration information (0 = no output, nonzero = output)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memory_registration_verbose:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:help:Ignore any locality information and use all devices (0 = use locality informaiton and use only close devices, nonzero = ignore locality information)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ignore_locality:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:value:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:status:read-only
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:help:Whether the OpenFabrics stack supports applications that invoke the "fork()" system call or not (0 = no, 1 = yes). Note that this value does NOT indicate whether the system being run on supports "fork()" with OpenFabrics applications or not.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_have_fork_support:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:value:1024
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:level:7
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:help:BTL exclusivity (must be >= 0)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_exclusivity:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:value:310
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:level:5
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:help:BTL bit flags (general flags: SEND=1, PUT=2, GET=4, SEND_INPLACE=8, RDMA_MATCHED=64, HETEROGENEOUS_RDMA=256; flags only used by the "dr" PML (ignored by others): ACK=16, CHECKSUM=32, RDMA_COMPLETION=128; flags only used by the "bfo" PML (ignored by others): FAILOVER_SUPPORT=512)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_flags:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:value:12288
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:help:Size (in bytes, including header) of "phase 1" fragment sent for all large messages (must be >= 0 and <= eager_limit)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rndv_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:value:12288
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:help:Maximum size (in bytes, including header) of "short" messages (must be >= 1).
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:value:65536
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:help:Maximum size (in bytes) of a single "phase 2" fragment of a long message when using the pipeline protocol (must be >= 1)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_max_send_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:value:1048576
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:help:Length of the "phase 2" portion of a large message (in bytes) when using the pipeline protocol. This part of the message will be split into fragments of size max_send_size and sent using send/receive semantics (must be >= 0; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_send_length:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:value:1048576
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:help:Maximum size (in bytes) of a single "phase 3" fragment from a long message when using the pipeline protocol. These fragments will be sent using RDMA semantics (must be >= 1; only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_rdma_pipeline_frag_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:value:1060864
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:level:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:help:Messages smaller than this size (in bytes) will not use the RDMA pipeline protocol. Instead, they will be split into fragments of max_send_size and sent using send/receive semantics (must be >=0, and is automatically adjusted up to at least (eager_limit+btl_rdma_pipeline_send_length); only relevant when the PUT flag is set)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_min_rdma_pipeline_size:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:value:4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:level:5
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:help:Approximate latency of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = latency in microseconds)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_latency:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:level:5
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:help:Approximate maximum bandwidth of interconnect (0 = auto-detect value at run-time [not supported in all BTL modules], >= 1 = bandwidth in Mbps)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_bandwidth:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:value:P,128,256,192,128:S,2048,1024,1008,64:S,12288,1024,1008,64:S,65536,1024,1008,64
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:help:Colon-delimited, comma-delimited list of receive queues: P,4096,8,6,4:P,32768,8,6,4
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_receive_queues:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:help:Comma-delimited list of devices/ports to be used (e.g. "mthca0,mthca1:2"; empty value means to use all ports found). Mutually exclusive with btl_openib_if_exclude.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_include:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:help:Comma-delimited list of device/ports to be excluded (empty value means to not exclude any ports). Mutually exclusive with btl_openib_if_include.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_if_exclude:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:help:Comma-delimited list of IP Addresses to be used (e.g. "192.168.1.0/24"). Mutually exclusive with btl_openib_ipaddr_exclude.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_include:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:help:Comma-delimited list of IP Addresses to be excluded (e.g. "192.168.1.0/24"). Mutually exclusive with btl_openib_ipaddr_include.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_ipaddr_exclude:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:help:GID index to use on verbs device ports
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_gid_index:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:value:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:help:Allow connecting processes from different IB subnets.(0 = do not allow; 1 = allow)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_allow_different_subnets:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:value:disabled
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:level:5
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:help:[64 | 32 | 0] - Enable memory alignment for all malloc calls.
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:enumerator:value:-1:disabled
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:enumerator:value:0:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:enumerator:value:32:32
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:enumerator:value:64:64
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:synonym_of:name:memory_linux_memalign
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:value:12288
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:level:5
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:help:Allocating memory more than memory_linux_memalign_thresholdbytes will automatically be aligned to the value of memory_linux_memalign bytes.(default: 12288)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:deprecated:yes
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:type:size_t
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:synonym_of:name:memory_linux_memalign_threshold
[1,0]<stdout>:mca:btl:openib:param:btl_openib_memalign_threshold:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:help:Method used to select OpenFabrics connections (valid values: rdmacm,udcm)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_include:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:help:Method used to exclude OpenFabrics connections (valid values: rdmacm,udcm)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:type:string
[1,0]<stdout>:mca:btl:openib:param:btl_openib_cpc_exclude:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:value:30
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:help:The selection method priority for rdma_cm
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_priority:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:value:0
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:help:The selection method port for rdma_cm
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:type:unsigned
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_port:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:value:30000
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:help:The timeout (in miliseconds) for address and route resolution
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_resolve_timeout:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:value:20
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:help:Maximum number of times rdmacm will retry route resolution
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_retry_count:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:value:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:help:The drivers for some devices are buggy such that an RDMA REJECT action may result in a CONNECT_ERROR event instead of a REJECTED event. Setting this MCA parameter to true tells Open MPI to treat CONNECT_ERROR events on connections where a REJECT is expected as a REJECT (default: false)
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:enumerator:value:0:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:enumerator:value:1:true
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:type:bool
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_rdmacm_reject_causes_connect_error:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:value:63
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:help:Priority of the udcm connection method
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_priority:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:value:512
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:help:Number of registered buffers to post
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_recv_count:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:value:500000
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:help:Ack timeout for udcm connection messages
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_timeout:disabled:false
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:value:25
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:source:default
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:status:writeable
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:level:9
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:help:Maximum number of times to retry sending a udcm connection message
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:deprecated:no
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:type:int
[1,0]<stdout>:mca:btl:openib:param:btl_openib_connect_udcm_max_retry:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:value:8
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:level:9
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:help:Initial number of fragments to allocate for shared memory communication.
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_num:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:value:4096
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:level:9
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:help:Maximum number of fragments to allocate for shared memory communication.
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_max:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:value:64
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:level:9
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:help:Number of fragments to create on each allocation.
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_free_list_inc:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:value:524288
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:help:Message size to switch from using memove to memcpy. The relative speed of these two routines can vary by size.
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_memcpy_limit:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:value:4194304
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:help:Maximum size of all shared memory buffers (default: 4M)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_segment_size:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:value:256
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:help:Maximum size to transfer using copy-in copy-out semantics
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_inline_send:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:value:16
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:help:Number of sends required before an eager send buffer is setup for a peer (default: 16)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_threshold:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:value:32
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:help:Maximum number of eager send buffers to allocate (default: 32)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_max:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:value:4096
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:help:Size of per-peer fast transfer buffers (default: 4k)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_fbox_size:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:value:none
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:level:3
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:help:Single copy mechanism to use (defaults to best available)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:enumerator:value:3:none
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:type:int
[1,0]<stdout>:mca:btl:vader:param:btl_vader_single_copy_mechanism:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:value:65536
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:level:7
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:help:BTL exclusivity (must be >= 0)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_exclusivity:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:value:8
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:level:5
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:help:BTL bit flags (general flags: SEND=1, PUT=2, GET=4, SEND_INPLACE=8, RDMA_MATCHED=64, HETEROGENEOUS_RDMA=256; flags only used by the "dr" PML (ignored by others): ACK=16, CHECKSUM=32, RDMA_COMPLETION=128; flags only used by the "bfo" PML (ignored by others): FAILOVER_SUPPORT=512)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:type:unsigned
[1,0]<stdout>:mca:btl:vader:param:btl_vader_flags:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:value:32768
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:level:4
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:help:Size (in bytes, including header) of "phase 1" fragment sent for all large messages (must be >= 0 and <= eager_limit)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:vader:param:btl_vader_rndv_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:value:4096
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:level:4
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:help:Maximum size (in bytes, including header) of "short" messages (must be >= 1).
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:type:size_t
[1,0]<stdout>:mca:btl:vader:param:btl_vader_eager_limit:disabled:false
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:value:32768
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:source:default
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:status:writeable
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:level:4
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:help:Maximum size (in bytes) of a single "phase 2" fragment of a long message when using the pipeline protocol (must be >= 1)
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:deprecated:no
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:type:size_t
[1,0]<stdout>:mca:btl:vader:param:btl_vader_max_send_size:disabled:false
[1,0]<stdout>:mca:coll:base:param:coll:source:default
[1,0]<stdout>:mca:coll:base:param:coll:status:writeable
[1,0]<stdout>:mca:coll:base:param:coll:level:2
[1,0]<stdout>:mca:coll:base:param:coll:help:Default selection set of components for the coll framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:coll:base:param:coll:deprecated:no
[1,0]<stdout>:mca:coll:base:param:coll:type:string
[1,0]<stdout>:mca:coll:base:param:coll:disabled:false
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:value:0
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:source:default
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:status:writeable
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:level:8
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:help:Verbosity level for the coll framework (0 = no verbosity)
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:deprecated:no
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:type:int
[1,0]<stdout>:mca:coll:base:param:coll_base_verbose:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:value:30
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:help:Priority of the tuned coll component
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_priority:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:value:32768
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:help:Size of communicator were we stop pre-allocating memory for the fixed internal buffer used for message requests etc that is hung off the communicator data segment. I.e. if you have a 100'000 nodes you might not want to pre-allocate 200'000 request handle slots per communicator instance!
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_pre_allocate_memory_comm_size_limit:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:help:Inital fanout used in the tree topologies for each communicator. This is only an initial guess, if a tuned collective needs a different fanout for an operation, it build it dynamically. This parameter is only for the first guess and might save a little time
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:help:Inital fanout used in the chain (fanout followed by pipeline) topologies for each communicator. This is only an initial guess, if a tuned collective needs a different fanout for an operation, it build it dynamically. This parameter is only for the first guess and might save a little time
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_init_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:value:1000
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:help:threshold (if supported) to decide if small MSGs alltoall algorithm will be used
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_small_msg:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:value:2000
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:help:threshold (if supported) to decide if intermediate MSGs alltoall algorithm will be used
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_intermediate_msg:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:value:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:help:Switch used to decide if we use static (compiled/if statements) or dynamic (built at runtime) decision function rules
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:enumerator:value:0:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:enumerator:value:1:true
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:type:bool
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_use_dynamic_rules:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:level:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:type:string
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_dynamic_rules_filename:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:value:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:help:Number of allreduce algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:help:Which allreduce algorithm is used. Can be locked down to any of: 0 ignore, 1 basic linear, 2 nonoverlapping (tuned reduce + tuned bcast), 3 recursive doubling, 4 ring, 5 segmented ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:1:basic_linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:2:nonoverlapping
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:3:recursive_doubling
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:4:ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:enumerator:value:5:segmented_ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:help:Segment size in bytes used by default for allreduce algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:help:Fanout for n-tree used for allreduce algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:help:Fanout for chains used for allreduce algorithms. Only has meaning if algorithm is forced and supports chain topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allreduce_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:value:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:help:Number of alltoall algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:help:Which alltoall algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 pairwise, 3: modified bruck, 4: linear with sync, 5:two proc only.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:1:linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:2:pairwise
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:3:modified_bruck
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:4:linear_sync
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:enumerator:value:5:two_proc
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:help:Segment size in bytes used by default for alltoall algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:help:Fanout for n-tree used for alltoall algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:help:Fanout for chains used for alltoall algorithms. Only has meaning if algorithm is forced and supports chain topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:help:Maximum number of outstanding send or recv requests. Only has meaning for synchronized algorithms.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoall_algorithm_max_requests:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:value:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:help:Number of allgather algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:help:Which allallgather algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 bruck, 3 recursive doubling, 4 ring, 5 neighbor exchange, 6: two proc only.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:1:linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:2:bruck
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:3:recursive_doubling
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:4:ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:5:neighbor
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:enumerator:value:6:two_proc
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:help:Segment size in bytes used by default for allgather algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:help:Fanout for n-tree used for allgather algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation. Currently, available algorithms do not support n-tree topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:help:Fanout for chains used for allgather algorithms. Only has meaning if algorithm is forced and supports chain topo based operation. Currently, available algorithms do not support chain topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgather_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:value:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:help:Number of allgatherv algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:help:Which allallgatherv algorithm is used. Can be locked down to choice of: 0 ignore, 1 default (allgathervv + bcast), 2 bruck, 3 ring, 4 neighbor exchange, 5: two proc only.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:1:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:2:bruck
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:3:ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:4:neighbor
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:enumerator:value:5:two_proc
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:help:Segment size in bytes used by default for allgatherv algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:help:Fanout for n-tree used for allgatherv algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation. Currently, available algorithms do not support n-tree topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:help:Fanout for chains used for allgatherv algorithms. Only has meaning if algorithm is forced and supports chain topo based operation. Currently, available algorithms do not support chain topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_allgatherv_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:value:2
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:help:Number of alltoallv algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:help:Which alltoallv algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 pairwise.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:enumerator:value:1:basic_linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:enumerator:value:2:pairwise
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_alltoallv_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:value:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:help:Number of barrier algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:help:Which barrier algorithm is used. Can be locked down to choice of: 0 ignore, 1 linear, 2 double ring, 3: recursive doubling 4: bruck, 5: two proc only, 6: tree
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:1:linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:2:double_ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:3:recursive_doubling
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:4:bruck
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:5:two_proc
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:enumerator:value:6:tree
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_barrier_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:value:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:help:Number of bcast algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:help:Which bcast algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 chain, 3: pipeline, 4: split binary tree, 5: binary tree, 6: binomial tree.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:1:basic_linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:2:chain
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:3:pipeline
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:4:split_binary_tree
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:5:binary_tree
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:enumerator:value:6:binomial
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:help:Segment size in bytes used by default for bcast algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:help:Fanout for n-tree used for bcast algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:help:Fanout for chains used for bcast algorithms. Only has meaning if algorithm is forced and supports chain topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_bcast_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:value:6
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:help:Number of reduce algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:help:Which reduce algorithm is used. Can be locked down to choice of: 0 ignore, 1 linear, 2 chain, 3 pipeline, 4 binary, 5 binomial, 6 in-order binary
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:1:linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:2:chain
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:3:pipeline
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:4:binary
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:5:binomial
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:enumerator:value:6:in-order_binary
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:help:Segment size in bytes used by default for reduce algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:help:Fanout for n-tree used for reduce algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:help:Fanout for chains used for reduce algorithms. Only has meaning if algorithm is forced and supports chain topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:help:Maximum number of outstanding send requests on leaf nodes. 0 means no limit.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_algorithm_max_requests:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:value:2
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:help:Number of reduce_scatter algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:help:Which reduce reduce_scatter algorithm is used. Can be locked down to choice of: 0 ignore, 1 non-overlapping (Reduce + Scatterv), 2 recursive halving, 3 ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:enumerator:value:1:non-overlapping
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:enumerator:value:2:recursive_halfing
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:enumerator:value:3:ring
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:help:Segment size in bytes used by default for reduce_scatter algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:help:Fanout for n-tree used for reduce_scatter algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:help:Fanout for chains used for reduce_scatter algorithms. Only has meaning if algorithm is forced and supports chain topo based operation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_reduce_scatter_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:value:3
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:help:Number of gather algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:help:Which gather algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 binomial, 3 linear with synchronization.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:enumerator:value:1:basic_linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:enumerator:value:2:binomial
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:enumerator:value:3:linear_sync
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:help:Segment size in bytes used by default for gather algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:help:Fanout for n-tree used for gather algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation. Currently, available algorithms do not support n-tree topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:help:Fanout for chains used for gather algorithms. Only has meaning if algorithm is forced and supports chain topo based operation. Currently, available algorithms do not support chain topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_gather_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:value:2
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:status:read-only
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:help:Number of scatter algorithms available
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_count:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:value:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:help:Which scatter algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 binomial.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:enumerator:value:0:ignore
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:enumerator:value:1:basic_linear
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:enumerator:value:2:binomial
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:value:0
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:help:Segment size in bytes used by default for scatter algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_segmentsize:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:help:Fanout for n-tree used for scatter algorithms. Only has meaning if algorithm is forced and supports n-tree topo based operation. Currently, available algorithms do not support n-tree topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_tree_fanout:disabled:false
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:value:4
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:source:default
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:status:writeable
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:level:5
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:help:Fanout for chains used for scatter algorithms. Only has meaning if algorithm is forced and supports chain topo based operation. Currently, available algorithms do not support chain topologies.
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:deprecated:no
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:type:int
[1,0]<stdout>:mca:coll:tuned:param:coll_tuned_scatter_algorithm_chain_fanout:disabled:false
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:value:10
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:source:default
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:status:writeable
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:level:9
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:help:Priority of the libnbc coll component
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:deprecated:no
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:type:int
[1,0]<stdout>:mca:coll:libnbc:param:coll_libnbc_priority:disabled:false
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:value:75
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:source:default
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:status:writeable
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:level:9
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:deprecated:no
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:type:int
[1,0]<stdout>:mca:coll:self:param:coll_self_priority:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:value:0
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:help:Priority of the sm coll component
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_priority:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:value:4096
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:help:Length of the control data -- should usually be either the length of a cache line on most SMPs, or the size of a page on machines that support direct memory affinity page placement (in bytes)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_control_size:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:value:8192
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:help:Fragment size (in bytes) used for passing data through shared memory (will be rounded up to the nearest control_size size)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_fragment_size:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:value:2
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:help:Number of "in use" flags, used to mark a message passing area segment as currently being used or not (must be >= 2 and <= comm_num_segments)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_in_use_flags:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:value:8
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:help:Number of segments in each communicator's shared memory message passing area (must be >= 2, and must be a multiple of comm_in_use_flags)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_comm_num_segments:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:value:4
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:help:Degree of the tree for tree-based operations (must be => 1 and <= min(control_size, 255))
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_tree_degree:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:value:4
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:status:writeable
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:help:Number of processes to use for the calculation of the shared_mem_size MCA information parameter (must be => 2)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_info_num_procs:disabled:false
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:value:548864
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:source:default
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:status:read-only
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:level:9
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:help:Amount of shared memory used, per communicator, in the shared memory data area for info_num_procs processes (in bytes)
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:deprecated:no
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:type:int
[1,0]<stdout>:mca:coll:sm:param:coll_sm_shared_mem_used_data:disabled:false
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:value:10
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:source:default
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:status:writeable
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:level:9
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:help:Priority of the basic coll component
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:deprecated:no
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:type:int
[1,0]<stdout>:mca:coll:basic:param:coll_basic_priority:disabled:false
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:value:4
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:source:default
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:status:writeable
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:level:9
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:help:Minimum number of processes in a communicator before using the logarithmic algorithms
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:deprecated:no
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:type:int
[1,0]<stdout>:mca:coll:basic:param:coll_basic_crossover:disabled:false
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:value:40
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:source:default
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:status:writeable
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:level:9
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:help:Priority of the inter coll component
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:deprecated:no
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:type:int
[1,0]<stdout>:mca:coll:inter:param:coll_inter_priority:disabled:false
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:value:0
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:source:default
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:status:writeable
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:level:9
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:help:Turn verbose message of the inter coll component on/off
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:deprecated:no
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:type:int
[1,0]<stdout>:mca:coll:inter:param:coll_inter_verbose:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:value:0
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:help:Priority of the hierarchical coll component
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_priority:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:value:0
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:help:Turn verbose message of the hierarchical coll component on/off
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_verbose:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:value:0
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:help:Switch from the send btl list used to detect hierarchies to the rdma btl list
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_use_rdma:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:value:0
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:help:Ignore sm protocol when detecting hierarchies. Required to enable the usage of protocol specific collective operations
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_ignore_sm:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:value:2
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:help:Used to specify the algorithm for detecting Hierarchy.Choose between all or two levels of hierarchy
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_detection_alg:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:value:4
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:help:Used to specify the algorithm used for bcast operations.
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_bcast_alg:disabled:false
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:value:32768
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:source:default
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:status:writeable
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:level:9
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:help:Used to specify the segment size for segmented algorithms.
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:deprecated:no
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:type:int
[1,0]<stdout>:mca:coll:hierarch:param:coll_hierarch_segment_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:value:0
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:help:ML component priority(from 0(low) to 90 (high))
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_priority:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:value:0
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:help:Output some verbose ML information (0 = no output, nonzero = output)
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_verbose:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:value:24
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:help:Maximum number of communicators that can use coll/ml
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_max_comm:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:value:0
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:help:Minimum size of communicator to use coll/ml
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_min_comm_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:value:2
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:help:Number of payload memory banks
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_mem_banks:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:value:16
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:help:Number of payload buffers per bank
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_n_payload_buffs_per_bank:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:value:4096
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:help:Size of payload buffers
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:type:unsigned long long
[1,0]<stdout>:mca:coll:ml:param:coll_ml_payload_buffer_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:value:2
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:help:Size of fragmentation pipeline
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_pipeline_depth:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:value:128
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:help:Initial size of free lists in coll/ml
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_init_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:value:64
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:help:Initial size of free lists in coll/ml
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_grow_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:value:-1
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:help:Initial size of free lists in coll/ml
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_free_list_max_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:value:static
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:help:Algorithm to use for broadcast
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:enumerator:value:0:static
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:enumerator:value:1:sequential
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:enumerator:value:2:unknown-root
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_bcast_algorithm:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:value:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:help:Disable Allgather
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:enumerator:value:0:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:enumerator:value:1:true
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:type:bool
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_allgather:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:value:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:help:Disable Reduce
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:enumerator:value:0:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:enumerator:value:1:true
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:type:bool
[1,0]<stdout>:mca:coll:ml:param:coll_ml_disable_reduce:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:value:auto
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:help:Disable/Enable fragmentation for large messages
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:enumerator:value:0:disable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:enumerator:value:1:enable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:enumerator:value:2:auto
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:type:int
[1,0]<stdout>:mca:coll:ml:param:coll_ml_enable_fragmentation:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:value:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi/mca-coll-ml.config
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:help:ML collectives configuration file
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:type:string
[1,0]<stdout>:mca:coll:ml:param:coll_ml_config_file:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:value:24
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:help:Memory manager list size
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:type:size_t
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_list_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:value:3145728
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:help:Memory manager block size
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:type:size_t
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_block_size:disabled:false
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:value:3145728
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:source:default
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:status:writeable
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:level:9
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:help:Memory manager alignment
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:deprecated:no
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:type:size_t
[1,0]<stdout>:mca:coll:ml:param:coll_ml_memory_manager_alignment:disabled:false
[1,0]<stdout>:mca:crcp:base:param:crcp:source:default
[1,0]<stdout>:mca:crcp:base:param:crcp:status:writeable
[1,0]<stdout>:mca:crcp:base:param:crcp:level:2
[1,0]<stdout>:mca:crcp:base:param:crcp:help:Default selection set of components for the crcp framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:crcp:base:param:crcp:deprecated:no
[1,0]<stdout>:mca:crcp:base:param:crcp:type:string
[1,0]<stdout>:mca:crcp:base:param:crcp:disabled:false
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:value:0
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:source:default
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:status:writeable
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:level:8
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:help:Verbosity level for the crcp framework (0 = no verbosity)
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:deprecated:no
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:type:int
[1,0]<stdout>:mca:crcp:base:param:crcp_base_verbose:disabled:false
[1,0]<stdout>:mca:dpm:base:param:dpm:source:default
[1,0]<stdout>:mca:dpm:base:param:dpm:status:writeable
[1,0]<stdout>:mca:dpm:base:param:dpm:level:2
[1,0]<stdout>:mca:dpm:base:param:dpm:help:Default selection set of components for the dpm framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:dpm:base:param:dpm:deprecated:no
[1,0]<stdout>:mca:dpm:base:param:dpm:type:string
[1,0]<stdout>:mca:dpm:base:param:dpm:disabled:false
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:value:0
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:source:default
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:status:writeable
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:level:8
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:help:Verbosity level for the dpm framework (0 = no verbosity)
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:deprecated:no
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:type:int
[1,0]<stdout>:mca:dpm:base:param:dpm_base_verbose:disabled:false
[1,0]<stdout>:mca:fbtl:base:param:fbtl:source:default
[1,0]<stdout>:mca:fbtl:base:param:fbtl:status:writeable
[1,0]<stdout>:mca:fbtl:base:param:fbtl:level:2
[1,0]<stdout>:mca:fbtl:base:param:fbtl:help:Default selection set of components for the fbtl framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:fbtl:base:param:fbtl:deprecated:no
[1,0]<stdout>:mca:fbtl:base:param:fbtl:type:string
[1,0]<stdout>:mca:fbtl:base:param:fbtl:disabled:false
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:value:0
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:source:default
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:status:writeable
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:level:8
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:help:Verbosity level for the fbtl framework (0 = no verbosity)
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:deprecated:no
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:type:int
[1,0]<stdout>:mca:fbtl:base:param:fbtl_base_verbose:disabled:false
[1,0]<stdout>:mca:fcoll:base:param:fcoll:source:default
[1,0]<stdout>:mca:fcoll:base:param:fcoll:status:writeable
[1,0]<stdout>:mca:fcoll:base:param:fcoll:level:2
[1,0]<stdout>:mca:fcoll:base:param:fcoll:help:Default selection set of components for the fcoll framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:fcoll:base:param:fcoll:deprecated:no
[1,0]<stdout>:mca:fcoll:base:param:fcoll:type:string
[1,0]<stdout>:mca:fcoll:base:param:fcoll:disabled:false
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:value:0
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:source:default
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:status:writeable
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:level:8
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:help:Verbosity level for the fcoll framework (0 = no verbosity)
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:deprecated:no
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:type:int
[1,0]<stdout>:mca:fcoll:base:param:fcoll_base_verbose:disabled:false
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:value:10
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:source:default
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:status:writeable
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:level:9
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:help:Priority of the individual fcoll component
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:deprecated:no
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:type:int
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_priority:disabled:false
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:value:0
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:source:default
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:status:writeable
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:level:9
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:help:wether we are using constant or scaling cycle buffer size in the individual fcoll component
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:deprecated:no
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:type:int
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_constant_cbs:disabled:false
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:value:33554432
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:source:default
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:status:writeable
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:level:9
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:help:Cycle Buffer Size of the individual fcoll component
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:deprecated:no
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:type:int
[1,0]<stdout>:mca:fcoll:individual:param:fcoll_individual_cycle_buffer_size:disabled:false
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:value:0
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:source:default
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:status:writeable
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:level:9
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:help:Priority of the ylib fcoll component
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:deprecated:no
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:type:int
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_priority:disabled:false
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:value:1
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:source:default
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:status:writeable
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:level:9
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:help:Number of writers in the ylib fcoll component
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:deprecated:no
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:type:int
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_num_io_procs:disabled:false
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:value:1048576
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:source:default
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:status:writeable
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:level:9
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:help:Stripe Size of the ylib fcoll component
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:deprecated:no
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:type:int
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_stripe_size:disabled:false
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:value:20
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:source:default
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:status:writeable
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:level:9
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:help:Blocks to write per cycle of the ylib fcoll component
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:deprecated:no
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:type:int
[1,0]<stdout>:mca:fcoll:ylib:param:fcoll_ylib_blocks_per_cycle:disabled:false
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:value:10
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:source:default
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:status:writeable
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:level:9
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:help:Priority of the two_phase fcoll component
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:deprecated:no
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:type:int
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_priority:disabled:false
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:value:-1
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:source:default
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:status:writeable
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:level:9
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:help:Number of writers in the two_phase fcoll component
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:deprecated:no
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:type:int
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_num_io_procs:disabled:false
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:value:0
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:source:default
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:status:writeable
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:level:9
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:help:wether we are using constant or scaling cycle buffer size in the two_phase fcoll component
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:deprecated:no
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:type:int
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_constant_cbs:disabled:false
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:value:33554432
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:source:default
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:status:writeable
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:level:9
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:help:Cycle Buffer Size of the two_phase fcoll component
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:deprecated:no
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:type:int
[1,0]<stdout>:mca:fcoll:two_phase:param:fcoll_two_phase_cycle_buffer_size:disabled:false
[1,0]<stdout>:mca:fs:base:param:fs:source:default
[1,0]<stdout>:mca:fs:base:param:fs:status:writeable
[1,0]<stdout>:mca:fs:base:param:fs:level:2
[1,0]<stdout>:mca:fs:base:param:fs:help:Default selection set of components for the fs framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:fs:base:param:fs:deprecated:no
[1,0]<stdout>:mca:fs:base:param:fs:type:string
[1,0]<stdout>:mca:fs:base:param:fs:disabled:false
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:value:0
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:source:default
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:status:writeable
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:level:8
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:help:Verbosity level for the fs framework (0 = no verbosity)
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:deprecated:no
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:type:int
[1,0]<stdout>:mca:fs:base:param:fs_base_verbose:disabled:false
[1,0]<stdout>:mca:io:base:param:io:source:default
[1,0]<stdout>:mca:io:base:param:io:status:writeable
[1,0]<stdout>:mca:io:base:param:io:level:2
[1,0]<stdout>:mca:io:base:param:io:help:Default selection set of components for the io framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:io:base:param:io:deprecated:no
[1,0]<stdout>:mca:io:base:param:io:type:string
[1,0]<stdout>:mca:io:base:param:io:disabled:false
[1,0]<stdout>:mca:io:base:param:io_base_verbose:value:0
[1,0]<stdout>:mca:io:base:param:io_base_verbose:source:default
[1,0]<stdout>:mca:io:base:param:io_base_verbose:status:writeable
[1,0]<stdout>:mca:io:base:param:io_base_verbose:level:8
[1,0]<stdout>:mca:io:base:param:io_base_verbose:help:Verbosity level for the io framework (0 = no verbosity)
[1,0]<stdout>:mca:io:base:param:io_base_verbose:deprecated:no
[1,0]<stdout>:mca:io:base:param:io_base_verbose:type:int
[1,0]<stdout>:mca:io:base:param:io_base_verbose:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:value:10
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:help:Priority of the io ompio component
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_priority:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:value:10
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:help:Delete priority of the io ompio component
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_delete_priority:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:value:0
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:help:The information of the file offset/length
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_record_file_offset_info:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:value:0
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:help:Enable collective algorithm timing information
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_coll_timing_info:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:value:33554432
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:help:Cycle Buffer Size of individual reads/writes
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_cycle_buffer_size:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:value:33554432
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:help:Bytes per aggregator process for automatic selection
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_bytes_per_agg:disabled:false
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:value:1
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:source:default
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:status:writeable
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:level:9
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:help:lazy allocation of internal shared file pointer structures
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:deprecated:no
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:type:int
[1,0]<stdout>:mca:io:ompio:param:io_ompio_sharedfp_lazy_open:disabled:false
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:value:20
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:source:default
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:status:writeable
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:level:9
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:help:Priority of the io romio component
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:deprecated:no
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:type:int
[1,0]<stdout>:mca:io:romio:param:io_romio_priority:disabled:false
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:value:20
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:source:default
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:status:writeable
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:level:9
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:help:Delete priority of the io romio component
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:deprecated:no
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:type:int
[1,0]<stdout>:mca:io:romio:param:io_romio_delete_priority:disabled:false
[1,0]<stdout>:mca:io:romio:param:io_romio_version:value:from MPICH v3.0.4
[1,0]<stdout>:mca:io:romio:param:io_romio_version:source:default
[1,0]<stdout>:mca:io:romio:param:io_romio_version:status:read-only
[1,0]<stdout>:mca:io:romio:param:io_romio_version:level:9
[1,0]<stdout>:mca:io:romio:param:io_romio_version:help:Version of ROMIO
[1,0]<stdout>:mca:io:romio:param:io_romio_version:deprecated:no
[1,0]<stdout>:mca:io:romio:param:io_romio_version:type:string
[1,0]<stdout>:mca:io:romio:param:io_romio_version:disabled:false
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:source:default
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:status:read-only
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:level:9
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:help:User-specified command line parameters passed to ROMIO's configure script
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:deprecated:no
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:type:string
[1,0]<stdout>:mca:io:romio:param:io_romio_user_configure_params:disabled:false
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:value: FROM_OMPI=yes CC='gcc' CFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -pthread' CPPFLAGS=' -I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/hwloc/hwloc191/hwloc/include -I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/event/libevent2021/libevent -I/gpfs/gpfs0/software/src/openmpi-1.10.3/opal/mca/event/libevent2021/libevent/include' FFLAGS='' LDFLAGS=' ' --enable-shared --disable-static --prefix=/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0 --disable-aio
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:source:default
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:status:read-only
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:level:9
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:help:Complete set of command line parameters passed to ROMIO's configure script
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:deprecated:no
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:type:string
[1,0]<stdout>:mca:io:romio:param:io_romio_complete_configure_params:disabled:false
[1,0]<stdout>:mca:mpool:base:param:mpool:source:default
[1,0]<stdout>:mca:mpool:base:param:mpool:status:writeable
[1,0]<stdout>:mca:mpool:base:param:mpool:level:2
[1,0]<stdout>:mca:mpool:base:param:mpool:help:Default selection set of components for the mpool framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:mpool:base:param:mpool:deprecated:no
[1,0]<stdout>:mca:mpool:base:param:mpool:type:string
[1,0]<stdout>:mca:mpool:base:param:mpool:disabled:false
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:value:0
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:source:default
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:status:writeable
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:level:8
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:help:Verbosity level for the mpool framework (0 = no verbosity)
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:deprecated:no
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:type:int
[1,0]<stdout>:mca:mpool:base:param:mpool_base_verbose:disabled:false
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:value:vma
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:source:default
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:status:writeable
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:level:9
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:help:The name of the registration cache the mpool should use
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:deprecated:no
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:type:string
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_rcache_name:disabled:false
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:value:false
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:source:default
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:status:writeable
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:level:9
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:help:print pool usage statistics at the end of the run
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:enumerator:value:0:false
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:enumerator:value:1:true
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:deprecated:no
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:type:bool
[1,0]<stdout>:mca:mpool:grdma:param:mpool_grdma_print_stats:disabled:false
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:value:bucket
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:source:default
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:status:writeable
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:level:9
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:help:Name of allocator component to use with sm mpool
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:deprecated:no
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:type:string
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_allocator:disabled:false
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:value:134217728
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:source:default
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:status:writeable
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:level:9
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:help:Minimum size of the sm mpool shared memory file
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:deprecated:no
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:type:unsigned long long
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_min_size:disabled:false
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:value:0
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:source:default
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:status:writeable
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:level:9
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:help:Enable verbose output for mpool sm component
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:deprecated:no
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:type:int
[1,0]<stdout>:mca:mpool:sm:param:mpool_sm_verbose:disabled:false
[1,0]<stdout>:mca:mtl:base:param:mtl:source:default
[1,0]<stdout>:mca:mtl:base:param:mtl:status:writeable
[1,0]<stdout>:mca:mtl:base:param:mtl:level:2
[1,0]<stdout>:mca:mtl:base:param:mtl:help:Default selection set of components for the mtl framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:mtl:base:param:mtl:deprecated:no
[1,0]<stdout>:mca:mtl:base:param:mtl:type:string
[1,0]<stdout>:mca:mtl:base:param:mtl:disabled:false
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:value:0
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:source:default
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:status:writeable
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:level:8
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:help:Verbosity level for the mtl framework (0 = no verbosity)
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:deprecated:no
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:type:int
[1,0]<stdout>:mca:mtl:base:param:mtl_base_verbose:disabled:false
[1,0]<stdout>:mca:op:base:param:op:source:default
[1,0]<stdout>:mca:op:base:param:op:status:writeable
[1,0]<stdout>:mca:op:base:param:op:level:2
[1,0]<stdout>:mca:op:base:param:op:help:Default selection set of components for the op framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:op:base:param:op:deprecated:no
[1,0]<stdout>:mca:op:base:param:op:type:string
[1,0]<stdout>:mca:op:base:param:op:disabled:false
[1,0]<stdout>:mca:op:base:param:op_base_verbose:value:0
[1,0]<stdout>:mca:op:base:param:op_base_verbose:source:default
[1,0]<stdout>:mca:op:base:param:op_base_verbose:status:writeable
[1,0]<stdout>:mca:op:base:param:op_base_verbose:level:8
[1,0]<stdout>:mca:op:base:param:op_base_verbose:help:Verbosity level for the op framework (0 = no verbosity)
[1,0]<stdout>:mca:op:base:param:op_base_verbose:deprecated:no
[1,0]<stdout>:mca:op:base:param:op_base_verbose:type:int
[1,0]<stdout>:mca:op:base:param:op_base_verbose:disabled:false
[1,0]<stdout>:mca:osc:base:param:osc:source:default
[1,0]<stdout>:mca:osc:base:param:osc:status:writeable
[1,0]<stdout>:mca:osc:base:param:osc:level:2
[1,0]<stdout>:mca:osc:base:param:osc:help:Default selection set of components for the osc framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:osc:base:param:osc:deprecated:no
[1,0]<stdout>:mca:osc:base:param:osc:type:string
[1,0]<stdout>:mca:osc:base:param:osc:disabled:false
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:value:0
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:source:default
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:status:writeable
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:level:8
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:help:Verbosity level for the osc framework (0 = no verbosity)
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:deprecated:no
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:type:int
[1,0]<stdout>:mca:osc:base:param:osc_base_verbose:disabled:false
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:value:false
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:source:default
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:status:writeable
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:level:9
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:help:Enable optimizations available only if MPI_LOCK is not used. Info key of same name overrides this value.
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:enumerator:value:0:false
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:enumerator:value:1:true
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:deprecated:no
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:type:bool
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_no_locks:disabled:false
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:value:8192
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:source:default
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:status:writeable
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:level:9
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:help:Data transfers smaller than this limit may be coalesced before being transferred (default: 8k)
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:deprecated:no
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:type:unsigned
[1,0]<stdout>:mca:osc:pt2pt:param:osc_pt2pt_buffer_size:disabled:false
[1,0]<stdout>:mca:pml:base:param:pml:source:default
[1,0]<stdout>:mca:pml:base:param:pml:status:writeable
[1,0]<stdout>:mca:pml:base:param:pml:level:2
[1,0]<stdout>:mca:pml:base:param:pml:help:Default selection set of components for the pml framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:pml:base:param:pml:deprecated:no
[1,0]<stdout>:mca:pml:base:param:pml:type:string
[1,0]<stdout>:mca:pml:base:param:pml:disabled:false
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:value:0
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:source:default
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:status:writeable
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:level:8
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:help:Verbosity level for the pml framework (0 = no verbosity)
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:deprecated:no
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:type:int
[1,0]<stdout>:mca:pml:base:param:pml_base_verbose:disabled:false
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:value:basic
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:source:default
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:status:writeable
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:level:9
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:deprecated:no
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:type:string
[1,0]<stdout>:mca:pml:base:param:pml_base_bsend_allocator:disabled:false
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:value:4
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:source:default
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:status:writeable
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:level:9
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:help:Initial size of request free lists
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:deprecated:no
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:type:int
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_num:disabled:false
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:value:-1
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:source:default
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:status:writeable
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:level:9
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:help:Maximum size of request free lists
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:deprecated:no
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:type:int
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_max:disabled:false
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:value:64
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:source:default
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:status:writeable
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:level:9
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:help:Number of elements to add when growing request free lists
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:deprecated:no
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:type:int
[1,0]<stdout>:mca:pml:cm:param:pml_cm_free_list_inc:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:value:0
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_verbose:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:value:4
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_num:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:value:-1
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_max:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:value:64
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_free_list_inc:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:value:5
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_priority:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:value:3
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:type:unsigned
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_send_pipeline_depth:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:value:4
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:type:unsigned
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_recv_pipeline_depth:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:value:5
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:type:unsigned
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_rdma_put_retries_limit:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:value:4
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_rdma_per_request:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:value:4
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:type:int
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_max_send_per_range:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:value:128
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:type:unsigned
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_unexpected_limit:disabled:false
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:value:bucket
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:source:default
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:status:writeable
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:level:9
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:help:Name of allocator component for unexpected messages
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:deprecated:no
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:type:string
[1,0]<stdout>:mca:pml:bfo:param:pml_bfo_allocator:disabled:false
[1,0]<stdout>:mca:pml:v:param:pml_v_output:value:stderr
[1,0]<stdout>:mca:pml:v:param:pml_v_output:source:default
[1,0]<stdout>:mca:pml:v:param:pml_v_output:status:writeable
[1,0]<stdout>:mca:pml:v:param:pml_v_output:level:9
[1,0]<stdout>:mca:pml:v:param:pml_v_output:deprecated:no
[1,0]<stdout>:mca:pml:v:param:pml_v_output:type:string
[1,0]<stdout>:mca:pml:v:param:pml_v_output:disabled:false
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:value:0
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:source:default
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:status:writeable
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:level:9
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:help:Verbosity of the pml v component
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:deprecated:no
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:type:int
[1,0]<stdout>:mca:pml:v:param:pml_v_verbose:disabled:false
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:source:default
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:status:writeable
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:level:9
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:help:Specify a specific vprotocol to use
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:deprecated:no
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:type:string
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:synonym:name:vprotocol
[1,0]<stdout>:mca:pml:v:param:pml_v_vprotocol:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:value:0
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_verbose:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:value:4
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_num:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:value:-1
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_max:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:value:64
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_free_list_inc:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:value:20
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_priority:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:value:3
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:type:size_t
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_send_pipeline_depth:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:value:4
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:type:size_t
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_recv_pipeline_depth:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:value:4
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_rdma_per_request:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:value:4
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:type:int
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_max_send_per_range:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:value:128
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:type:unsigned
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_unexpected_limit:disabled:false
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:value:bucket
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:source:default
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:status:writeable
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:level:9
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:help:Name of allocator component for unexpected messages
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:deprecated:no
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:type:string
[1,0]<stdout>:mca:pml:ob1:param:pml_ob1_allocator:disabled:false
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:class:size
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:read-only:true
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:continuous:true
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:atomic:false
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:help:Number of unexpected messages received by each peer in a communicator
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:type:unsigned
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_unexpected_msgq_length:disabled:false
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:class:size
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:read-only:true
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:continuous:true
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:atomic:false
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:help:Number of unmatched receives posted for each peer in a communicator
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:type:unsigned
[1,0]<stdout>:mca:pml:ob1:pvar:pml_ob1_posted_recvq_length:disabled:false
[1,0]<stdout>:mca:pubsub:base:param:pubsub:value:^pmi
[1,0]<stdout>:mca:pubsub:base:param:pubsub:source:environment
[1,0]<stdout>:mca:pubsub:base:param:pubsub:status:writeable
[1,0]<stdout>:mca:pubsub:base:param:pubsub:level:2
[1,0]<stdout>:mca:pubsub:base:param:pubsub:help:Default selection set of components for the pubsub framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:pubsub:base:param:pubsub:deprecated:no
[1,0]<stdout>:mca:pubsub:base:param:pubsub:type:string
[1,0]<stdout>:mca:pubsub:base:param:pubsub:disabled:false
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:value:0
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:source:default
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:status:writeable
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:level:8
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:help:Verbosity level for the pubsub framework (0 = no verbosity)
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:deprecated:no
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:type:int
[1,0]<stdout>:mca:pubsub:base:param:pubsub_base_verbose:disabled:false
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:value:50
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:source:default
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:status:writeable
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:level:9
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:help:Priority of the pubsub pmi component
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:deprecated:no
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:type:int
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_priority:disabled:false
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:source:default
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:status:writeable
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:level:9
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:help:Contact info for ompi_server for publish/subscribe operations
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:deprecated:no
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:type:string
[1,0]<stdout>:mca:pubsub:orte:param:pubsub_orte_server:disabled:false
[1,0]<stdout>:mca:rcache:base:param:rcache:source:default
[1,0]<stdout>:mca:rcache:base:param:rcache:status:writeable
[1,0]<stdout>:mca:rcache:base:param:rcache:level:2
[1,0]<stdout>:mca:rcache:base:param:rcache:help:Default selection set of components for the rcache framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:rcache:base:param:rcache:deprecated:no
[1,0]<stdout>:mca:rcache:base:param:rcache:type:string
[1,0]<stdout>:mca:rcache:base:param:rcache:disabled:false
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:value:0
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:source:default
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:status:writeable
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:level:8
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:help:Verbosity level for the rcache framework (0 = no verbosity)
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:deprecated:no
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:type:int
[1,0]<stdout>:mca:rcache:base:param:rcache_base_verbose:disabled:false
[1,0]<stdout>:mca:rte:base:param:rte:source:default
[1,0]<stdout>:mca:rte:base:param:rte:status:writeable
[1,0]<stdout>:mca:rte:base:param:rte:level:2
[1,0]<stdout>:mca:rte:base:param:rte:help:Default selection set of components for the rte framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:rte:base:param:rte:deprecated:no
[1,0]<stdout>:mca:rte:base:param:rte:type:string
[1,0]<stdout>:mca:rte:base:param:rte:disabled:false
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:value:0
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:source:default
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:status:writeable
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:level:8
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:help:Verbosity level for the rte framework (0 = no verbosity)
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:deprecated:no
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:type:int
[1,0]<stdout>:mca:rte:base:param:rte_base_verbose:disabled:false
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:value:false
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:source:default
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:status:writeable
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:level:9
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:help:Enable direct modex (default: false)
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:enumerator:value:0:false
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:enumerator:value:1:true
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:deprecated:no
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:type:bool
[1,0]<stdout>:mca:rte:orte:param:rte_orte_direct_modex:disabled:false
[1,0]<stdout>:mca:sbgp:base:param:sbgp:source:default
[1,0]<stdout>:mca:sbgp:base:param:sbgp:status:writeable
[1,0]<stdout>:mca:sbgp:base:param:sbgp:level:2
[1,0]<stdout>:mca:sbgp:base:param:sbgp:help:Default selection set of components for the sbgp framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:sbgp:base:param:sbgp:deprecated:no
[1,0]<stdout>:mca:sbgp:base:param:sbgp:type:string
[1,0]<stdout>:mca:sbgp:base:param:sbgp:disabled:false
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:value:0
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:source:default
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:status:writeable
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:level:8
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:help:Verbosity level for the sbgp framework (0 = no verbosity)
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:deprecated:no
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:type:int
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_verbose:disabled:false
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:value:basesmsocket,basesmuma,ibnet,p2p
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:source:default
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:status:writeable
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:level:9
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:help:Default set of subgroup operations to apply
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:deprecated:no
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:type:string
[1,0]<stdout>:mca:sbgp:base:param:sbgp_base_subgroups_string:disabled:false
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:value:90
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:source:default
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:status:writeable
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:level:9
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:help:Priority of the sbgp basesmuma
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:deprecated:no
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:type:int
[1,0]<stdout>:mca:sbgp:basesmuma:param:sbgp_basesmuma_priority:disabled:false
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:value:90
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:source:default
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:status:writeable
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:level:9
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:help:Priority for the sbgp basesmsocket component
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:deprecated:no
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:type:int
[1,0]<stdout>:mca:sbgp:basesmsocket:param:sbgp_basesmsocket_priority:disabled:false
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:value:90
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:source:default
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:status:writeable
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:level:9
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:help:Priority for the sbgp p2p component
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:deprecated:no
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:type:int
[1,0]<stdout>:mca:sbgp:p2p:param:sbgp_p2p_priority:disabled:false
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:source:default
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:status:writeable
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:level:2
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:help:Default selection set of components for the sharedfp framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:deprecated:no
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:type:string
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp:disabled:false
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:value:0
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:source:default
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:status:writeable
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:level:8
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:help:Verbosity level for the sharedfp framework (0 = no verbosity)
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:deprecated:no
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:type:int
[1,0]<stdout>:mca:sharedfp:base:param:sharedfp_base_verbose:disabled:false
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:value:10
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:source:default
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:status:writeable
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:level:9
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:help:Priority of the individual sharedfp component
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:deprecated:no
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:type:int
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_priority:disabled:false
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:value:0
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:source:default
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:status:writeable
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:level:9
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:help:Verbosity of the individual sharedfp component
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:deprecated:no
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:type:int
[1,0]<stdout>:mca:sharedfp:individual:param:sharedfp_individual_verbose:disabled:false
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:value:10
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:source:default
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:status:writeable
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:level:9
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:help:Priority of the sm sharedfp component
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:deprecated:no
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:type:int
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_priority:disabled:false
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:value:0
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:source:default
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:status:writeable
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:level:9
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:help:Verbosity of the sm sharedfp component
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:deprecated:no
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:type:int
[1,0]<stdout>:mca:sharedfp:sm:param:sharedfp_sm_verbose:disabled:false
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:value:10
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:source:default
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:status:writeable
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:level:9
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:help:Priority of the lockedfile sharedfp component
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:deprecated:no
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:type:int
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_priority:disabled:false
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:value:0
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:source:default
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:status:writeable
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:level:9
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:help:Verbosity of the lockedfile sharedfp component
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:deprecated:no
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:type:int
[1,0]<stdout>:mca:sharedfp:lockedfile:param:sharedfp_lockedfile_verbose:disabled:false
[1,0]<stdout>:mca:topo:base:param:topo:source:default
[1,0]<stdout>:mca:topo:base:param:topo:status:writeable
[1,0]<stdout>:mca:topo:base:param:topo:level:2
[1,0]<stdout>:mca:topo:base:param:topo:help:Default selection set of components for the topo framework (<none> means use all components that can be found)
[1,0]<stdout>:mca:topo:base:param:topo:deprecated:no
[1,0]<stdout>:mca:topo:base:param:topo:type:string
[1,0]<stdout>:mca:topo:base:param:topo:disabled:false
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:value:0
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:source:default
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:status:writeable
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:level:8
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:help:Verbosity level for the topo framework (0 = no verbosity)
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:deprecated:no
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:type:int
[1,0]<stdout>:mca:topo:base:param:topo_base_verbose:disabled:false
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:source:default
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:status:writeable
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:level:9
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:help:Specify a specific vprotocol to use
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:deprecated:no
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:type:string
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:synonym_of:name:pml_v_vprotocol
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol:disabled:false
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:value:0
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:source:default
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:status:writeable
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:level:8
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:help:Verbosity level for the vprotocol framework (0 = no verbosity)
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:deprecated:no
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:type:int
[1,0]<stdout>:mca:vprotocol:base:param:vprotocol_base_verbose:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:value:30
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_priority:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:value:16
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_num:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:value:-1
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_max:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:value:64
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_free_list_inc:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:value:268435456
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_chunk:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:value:1024
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:type:int
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_event_buffer_size:disabled:false
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:value:vprotocol_pessimist-senderbased
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:source:default
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:status:writeable
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:level:9
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:deprecated:no
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:type:string
[1,0]<stdout>:mca:vprotocol:pessimist:param:vprotocol_pessimist_sender_based_file:disabled:false
mpirun --mca btl self,sm,openib <my application>
/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/lib64:/lib64:/gpfs/gpfs0/groups/mozafari/dyoon/work/rdma_2pc_dev/lib:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib:/lib64
/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/bin:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin:/gpfs/gpfs0/groups/mozafari/dyoon/.bin:/gpfs/gpfs0/groups/mozafari/dyoon/.local/scons/bin:/usr/mpi/gcc/openmpi-1.8.8/bin:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/etc:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/gpfs/gpfs0/groups/mozafari/dyoon/.local/bin:/gpfs/gpfs0/groups/mozafari/dyoon/bin
Could this be a node-specific issue? I hope this is rather a problem with my application as I do not have much control over the setup of the cluster, and I could not find any resource to identify the correct cause of this issue.
Any feedback or help will be greatly appreciated. Thank you.


Sincerely,
Dong Young
Jeff Squyres (jsquyres)
2017-04-19 12:45:13 UTC
Permalink
Dong --

I do not see an obvious cause for the error.

Are you able to run trivial hello world / ring kinds of MPI jobs?
Is the problem localized to a specific set of nodes in the cluster?
Post by Dong Young Yoon
Hi everyone,
I am a student working on a project using Infiniband+RDMA.
I use the university's HPC cluster and my application seems to work on some nodes, but fails with errors on other nodes.
[cn039][[8119,1],1][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn039:90629] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[cn014][[8119,1],2][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[cn024][[8119,1],0][btl_openib_proc.c:157:mca_btl_openib_proc_create] [btl_openib_proc.c:157] ompi_modex_recv failed for peer [[8119,1],3]
*** and potentially your MPI job)
[cn014:9916] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn024:142408] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[cn019:111090] Local abort before MPI_INIT completed successfully; not able to aggregate error messages, and not able to guarantee that all other processes were killed!
mpirun: Forwarding signal 18 to job
Open MPI: 1.10.3
Open MPI repo revision: v1.10.2-251-g9acf492
Open MPI release date: Jun 14, 2016
Open RTE: 1.10.3
Open RTE repo revision: v1.10.2-251-g9acf492
Open RTE release date: Jun 14, 2016
OPAL: 1.10.3
OPAL repo revision: v1.10.2-251-g9acf492
OPAL release date: Jun 14, 2016
MPI API: 3.0.0
Ident string: 1.10.3
Prefix: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
Exec_prefix: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0
Bindir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/bin
Sbindir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/sbin
Libdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib
Incdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include
Mandir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/man
Pkglibdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
Libexecdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/libexec
Datarootdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
Datadir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share
Sysconfdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc
Sharedstatedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/com
Localstatedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/var
Infodir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/info
Pkgdatadir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/share/openmpi
Pkglibdir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi
Pkgincludedir: /gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/include/openmpi
Configured architecture: powerpc64le-unknown-linux-gnu
Configure host: ln001
Configured by: raeker
Configured on: Fri Jun 17 14:26:10 EDT 2016
Configure host: ln001
Built by: raeker
Built on: Fri Jun 17 14:48:13 EDT 2016
Built host: ln001
C bindings: yes
C++ bindings: yes
Fort mpif.h: yes (all)
Fort use mpi: yes (full: ignore TKR)
Fort use mpi size: deprecated-ompi-info-value
Fort use mpi_f08: yes
Fort mpi_f08 compliance: The mpi_f08 module is available, but due to
limitations in the gfortran compiler, does not
support the following: array subsections, direct
passthru (where possible) to underlying Open MPI's
C functionality
Fort mpi_f08 subarrays: no
Java bindings: no
Wrapper compiler rpath: runpath
C compiler: gcc
C compiler absolute: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gcc
C compiler family name: GNU
C compiler version: 5.4.0
C char size: 1
C bool size: 1
C short size: 2
C int size: 4
C long size: 8
C float size: 4
C double size: 8
C pointer size: 8
C char align: 1
C bool align: 1
C int align: 4
C float align: 4
C double align: 8
C++ compiler: g++
C++ compiler absolute: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/g++
Fort compiler: gfortran
Fort compiler abs: /gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin/gfortran
Fort ignore TKR: yes (!GCC$ ATTRIBUTES NO_ARG_CHECK ::)
Fort 08 assumed shape: yes
Fort optional args: yes
Fort INTERFACE: yes
Fort ISO_FORTRAN_ENV: yes
Fort STORAGE_SIZE: yes
Fort BIND(C) (all): yes
Fort ISO_C_BINDING: yes
Fort SUBROUTINE BIND(C): yes
Fort TYPE,BIND(C): yes
Fort T,BIND(C,name="a"): yes
Fort PRIVATE: yes
Fort PROTECTED: yes
Fort ABSTRACT: yes
Fort ASYNCHRONOUS: yes
Fort PROCEDURE: yes
Fort USE...ONLY: yes
Fort C_FUNLOC: yes
Fort f08 using wrappers: yes
Fort MPI_SIZEOF: yes
Fort integer size: 4
Fort logical size: 4
Fort logical value true: 1
Fort have integer1: yes
Fort have integer2: yes
Fort have integer4: yes
Fort have integer8: yes
Fort have integer16: no
Fort have real4: yes
Fort have real8: yes
Fort have real16: yes
Fort have complex8: yes
Fort have complex16: yes
Fort have complex32: yes
Fort integer1 size: 1
Fort integer2 size: 2
Fort integer4 size: 4
Fort integer8 size: 8
Fort integer16 size: -1
Fort real size: 4
Fort real4 size: 4
Fort real8 size: 8
Fort real16 size: 16
Fort dbl prec size: 8
Fort cplx size: 8
Fort dbl cplx size: 16
Fort cplx8 size: 8
Fort cplx16 size: 16
Fort cplx32 size: 32
Fort integer align: 4
Fort integer1 align: 1
Fort integer2 align: 2
Fort integer4 align: 4
Fort integer8 align: 8
Fort integer16 align: -1
Fort real align: 4
Fort real4 align: 4
Fort real8 align: 8
Fort real16 align: 16
Fort dbl prec align: 8
Fort cplx align: 4
Fort dbl cplx align: 8
Fort cplx8 align: 4
Fort cplx16 align: 8
Fort cplx32 align: 16
C profiling: yes
C++ profiling: yes
Fort mpif.h profiling: yes
Fort use mpi profiling: yes
Fort use mpi_f08 prof: yes
C++ exceptions: no
Thread support: posix (MPI_THREAD_MULTIPLE: no, OPAL support: yes,
yes)
Sparse Groups: no
Build CFLAGS: -O3 -DNDEBUG -finline-functions
-fno-strict-aliasing -pthread
Build CXXFLAGS: -O3 -DNDEBUG -finline-functions -pthread
Build LIBS: -lrt -lm -lutil
Wrapper extra CFLAGS: -pthread
Wrapper extra CXXFLAGS: -pthread
Wrapper extra FCFLAGS: -pthread
Wrapper extra LDFLAGS: -L/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib
-Wl,-rpath
-Wl,/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib
Wrapper extra LIBS: -lm -lnuma -ldl -lrt -lbat -llsf -lnsl -losmcomp
-libverbs -lrdmacm -lutil
Internal debug support: no
MPI interface warnings: yes
MPI parameter check: runtime
Memory profiling support: no
Memory debugging support: no
dl support: no
Heterogeneous support: no
mpirun default --prefix: no
MPI I/O support: yes
MPI_WTIME support: gettimeofday
Symbol vis. support: yes
Host topology support: yes
FT Checkpoint support: no (checkpoint thread: no)
C/R Enabled Debugging: no
VampirTrace support: yes
MPI_MAX_PROCESSOR_NAME: 256
MPI_MAX_ERROR_STRING: 256
MPI_MAX_OBJECT_NAME: 64
MPI_MAX_INFO_KEY: 36
MPI_MAX_INFO_VAL: 256
MPI_MAX_PORT_NAME: 1024
MPI_MAX_DATAREP_STRING: 128
"/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/mca-params.conf:/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/etc/openmpi-mca-params.conf",
mca_base_param_files)
Path for MCA configuration files containing
variable values
"/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib/openmpi:/gpfs/gpfs0/groups/mozafari/dyoon/.openmpi/components",
mca_base_component_path)
Path where to look for Open MPI and ORTE components
MCA mca: parameter "mca_component_show_load_errors" (current
value: "true", data source: default, level: 9
mca_base_component_show_load_errors)
Whether to show errors for components that failed
to load or not
[snip]
Post by Dong Young Yoon
mpirun --mca btl self,sm,openib <my application>
/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/lib:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/lib64:/lib64:/gpfs/gpfs0/groups/mozafari/dyoon/work/rdma_2pc_dev/lib:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/lib:/lib64
/gpfs/gpfs0/software/rhel72/packages/openmpi/1.10.3/gcc-5.4.0/bin:/gpfs/gpfs0/software/rhel72/packages/gcc/5.4.0/bin:/gpfs/gpfs0/groups/mozafari/dyoon/.bin:/gpfs/gpfs0/groups/mozafari/dyoon/.local/scons/bin:/usr/mpi/gcc/openmpi-1.8.8/bin:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/etc:/gpfs/gpfs0/systems/sw/LSF/9.1/linux3.10-glibc2.17-ppc64le/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/gpfs/gpfs0/groups/mozafari/dyoon/.local/bin:/gpfs/gpfs0/groups/mozafari/dyoon/bin
Could this be a node-specific issue? I hope this is rather a problem with my application as I do not have much control over the setup of the cluster, and I could not find any resource to identify the correct cause of this issue.
Any feedback or help will be greatly appreciated. Thank you.
--
Jeff Squyres
***@cisco.com

Loading...