Skip to content

Commit 3c1ba58

Browse files
committed
fix a pass be ref with pass by value
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 34052a8 commit 3c1ba58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ int mca_fcoll_vulcan_file_write_all (struct ompio_file_t *fh,
426426
broken_counts[i],
427427
fh->f_iov_type,
428428
aggr_data[i]->global_iov_array,
429-
&fview_count_desc,
430-
&displs_desc,
429+
fview_count_desc,
430+
displs_desc,
431431
fh->f_iov_type,
432432
fh->f_comm,
433433
fh->f_comm->c_coll->coll_allgatherv_module );

0 commit comments

Comments
 (0)