1
1

enable ikrit for np>=0 with mxm2

reviewed by Amir
Refs: #3763

This commit was SVN r29386.
Этот коммит содержится в:
Mike Dubman 2013-10-06 12:43:47 +00:00
родитель 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");
np = mca_spml_ikrit_param_register_int("np",
#if MXM_API > MXM_VERSION(1,5)
128,
#else
0,
#endif
"[integer] Minimal allowed job's NP to activate ikrit");
if (oshmem_num_procs() < np) {
SPML_VERBOSE(1,