File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33 * All rights reserved.
44 * Copyright (c) 2014-2015 Research Organization for Information Science
55 * and Technology (RIST). All rights reserved.
6+ * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
67 * $COPYRIGHT$
78 *
89 * Additional copyrights may follow
@@ -64,7 +65,7 @@ int oshmem_proc_group_init(void)
6465{
6566 if (orte_process_info .num_procs != opal_list_get_size (& ompi_proc_list )) {
6667 opal_output (0 ,
67- "Error: oshmem_group_all is not created: orte_process_info.num_procs = %d ompi_proc_list = %d" ,
68+ "Error: oshmem_group_all is not created: orte_process_info.num_procs = %d ompi_proc_list = %" PRIsize_t ,
6869 orte_process_info .num_procs ,
6970 opal_list_get_size (& ompi_proc_list ));
7071 return OSHMEM_ERROR ;
You can’t perform that action at this time.
0 commit comments