1
1

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.
Этот коммит содержится в:
Galen Shipman
2005-08-18 17:08:27 +00:00
родитель 166ecc9544
Коммит afdfa70f73
7 изменённых файлов: 120 добавлений и 84 удалений

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

@ -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, &param_value);
return param_value;
}
/**
* component open/close/init function