enable ikrit for np>=0 with mxm2
reviewed by Amir Refs: #3763 This commit was SVN r29386.
Этот коммит содержится в:
родитель
9f9fb5ce38
Коммит
d2d533cf6c
@ -98,7 +98,11 @@ static int mca_spml_ikrit_component_register(void)
|
|||||||
"[integer] First N ranks on host will receive and forward put messages to other ranks running on it. Can be used to as work around Sandy Bridge far socket problem");
|
"[integer] First N ranks on host will receive and forward put messages to other ranks running on it. Can be used to as work around Sandy Bridge far socket problem");
|
||||||
|
|
||||||
np = mca_spml_ikrit_param_register_int("np",
|
np = mca_spml_ikrit_param_register_int("np",
|
||||||
|
#if MXM_API > MXM_VERSION(1,5)
|
||||||
128,
|
128,
|
||||||
|
#else
|
||||||
|
0,
|
||||||
|
#endif
|
||||||
"[integer] Minimal allowed job's NP to activate ikrit");
|
"[integer] Minimal allowed job's NP to activate ikrit");
|
||||||
if (oshmem_num_procs() < np) {
|
if (oshmem_num_procs() < np) {
|
||||||
SPML_VERBOSE(1,
|
SPML_VERBOSE(1,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user