oshmem: minor compiler warning stomp
Этот коммит содержится в:
родитель
89653be514
Коммит
c5eef3c534
@ -3,6 +3,7 @@
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2014-2015 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -64,7 +65,7 @@ int oshmem_proc_group_init(void)
|
||||
{
|
||||
if (orte_process_info.num_procs != opal_list_get_size(&ompi_proc_list)) {
|
||||
opal_output(0,
|
||||
"Error: oshmem_group_all is not created: orte_process_info.num_procs = %d ompi_proc_list = %d",
|
||||
"Error: oshmem_group_all is not created: orte_process_info.num_procs = %d ompi_proc_list = %" PRIsize_t,
|
||||
orte_process_info.num_procs,
|
||||
opal_list_get_size(&ompi_proc_list));
|
||||
return OSHMEM_ERROR;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user