1
1

osc_rdma: minor compiler warning stomp

Этот коммит содержится в:
Jeff Squyres 2015-10-23 06:21:40 -07:00
родитель c5eef3c534
Коммит 140cf90e3e

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

@ -12,6 +12,7 @@
* reserved. * reserved.
* Copyright (c) 2010 IBM Corporation. All rights reserved. * Copyright (c) 2010 IBM Corporation. All rights reserved.
* Copyright (c) 2012-2013 Sandia National Laboratories. All rights reserved. * Copyright (c) 2012-2013 Sandia National Laboratories. All rights reserved.
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -183,7 +184,7 @@ int ompi_osc_rdma_post_atomic (ompi_group_t *group, int assert, ompi_win_t *win)
osc_rdma_counter_t *temp; osc_rdma_counter_t *temp;
int ret; int ret;
OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "post: %p, %d, %s", group, assert, win->w_name); OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "post: %p, %d, %s", (void*) group, assert, win->w_name);
/* check if we are already in a post epoch */ /* check if we are already in a post epoch */
if (module->pw_group) { if (module->pw_group) {
@ -327,7 +328,7 @@ int ompi_osc_rdma_start_atomic (ompi_group_t *group, int assert, ompi_win_t *win
ompi_osc_rdma_sync_t *sync = &module->all_sync; ompi_osc_rdma_sync_t *sync = &module->all_sync;
int group_size = ompi_group_size (group); int group_size = ompi_group_size (group);
OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "start: %p, %d, %s", group, assert, OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "start: %p, %d, %s", (void*) group, assert,
win->w_name); win->w_name);
OPAL_THREAD_LOCK(&module->lock); OPAL_THREAD_LOCK(&module->lock);