1
1
This commit was SVN r14321.
Этот коммит содержится в:
George Bosilca 2007-04-12 04:53:30 +00:00
родитель 20f0ec584a
Коммит af6891f471

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

@ -169,7 +169,7 @@ int orte_dss_open(void)
#endif
id = mca_base_param_register_int("dss", "buffer", "type",
"Set the default mode for OpenRTE buffers (0=non-described, 1=described",
"Set the default mode for OpenRTE buffers (0=non-described, 1=described)",
def_type);
mca_base_param_lookup_int(id, &rc);
default_buf_type = rc;