1
1

shmem_RUNTIME_QUERY_hint is not really read_only as it is set from the environment not the default value

This commit was SVN r28005.
Этот коммит содержится в:
Nathan Hjelm 2013-01-31 23:41:00 +00:00
родитель e6555408f4
Коммит 05a8958bb0

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

@ -66,7 +66,7 @@ opal_shmem_base_register_params(void)
"is the name of the component that is "
"available, selectable, and meets our "
"run-time behavior requirements.",
true, true, NULL, NULL);
true, false, NULL, NULL);
if (0 != value) {
opal_shmem_base_output = opal_output_open(NULL);
}