there is no ompi_list_set_size
This commit was SVN r1975.
Этот коммит содержится в:
родитель
57e70e4692
Коммит
6f92bb58ac
@ -40,7 +40,11 @@ int main(int argc, char **argv)
|
||||
|
||||
/* check set_size/get_size */
|
||||
tmp_list_size=4;
|
||||
/*
|
||||
*** there is no ompi_list_set_size ***
|
||||
ompi_list_set_size(&list,tmp_list_size);
|
||||
*/
|
||||
/*
|
||||
list_size=ompi_list_get_size(&list);
|
||||
if( list_size == tmp_list_size ) {
|
||||
test_success();
|
||||
@ -48,6 +52,7 @@ int main(int argc, char **argv)
|
||||
test_failure(" ompi_list_set_size/ompi_list_get_size");
|
||||
}
|
||||
ompi_list_set_size(&list,0);
|
||||
*/
|
||||
|
||||
/* create test elements */
|
||||
size_elements=4;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user