1
1

enable mxm2 by default on np>=0

reviewed by yossi
cmr:v1.7.3:reviewer=jsquyres

This commit was SVN r29177.
Этот коммит содержится в:
Mike Dubman 2013-09-16 12:32:29 +00:00
родитель 6e0dabcee7
Коммит 44bfa95553

Просмотреть файл

@ -72,7 +72,11 @@ static int ompi_mtl_mxm_component_register(void)
MCA_BASE_VAR_SCOPE_LOCAL,
&ompi_mtl_mxm.verbose);
#if MXM_API >= MXM_VERSION(2,0)
ompi_mtl_mxm.mxm_np = 0;
#else
ompi_mtl_mxm.mxm_np = 128;
#if
(void) mca_base_component_var_register(c, "np",
"[integer] Minimal number of MPI processes in a single job "
"required to activate the MXM transport",