Added support for openib RDMA READ.. note that performance is currently an
issue so PUT is default.. We are determining if this is an openib issue or a btl issue as we have seen performance increases on mvapi. This commit was SVN r6928.
Этот коммит содержится в:
@ -87,16 +87,6 @@ OBJ_CLASS_INSTANCE(
|
||||
|
||||
|
||||
|
||||
static char* mca_mpool_openib_param_register_string(
|
||||
const char* param_name,
|
||||
const char* default_value)
|
||||
{
|
||||
char *param_value;
|
||||
int id = mca_base_param_register_string("mpool","openib",param_name,NULL,default_value);
|
||||
mca_base_param_lookup_string(id, ¶m_value);
|
||||
return param_value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* component open/close/init function
|
||||
|
Ссылка в новой задаче
Block a user