1
1

btl/vader: fix a typo in mca_btl_vader_put_knem

Этот коммит содержится в:
Gilles Gouaillardet 2014-11-12 19:00:00 +09:00
родитель 780c93ee57
Коммит b088175705

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

@ -2,6 +2,8 @@
/* /*
* Copyright (c) 2010-2014 Los Alamos National Security, LLC. All rights * Copyright (c) 2010-2014 Los Alamos National Security, LLC. All rights
* reserved. * reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -106,7 +108,7 @@ int mca_btl_vader_put_knem (struct mca_btl_base_module_t *btl,
/* Fill in the ioctl data fields. There's no async completion, so /* Fill in the ioctl data fields. There's no async completion, so
we don't need to worry about getting a slot, etc. */ we don't need to worry about getting a slot, etc. */
send_iovec.base = (uintptr_t) dst->base.seg_addr.lval; send_iovec.base = (uintptr_t) src->base.seg_addr.lval;
send_iovec.len = size; send_iovec.len = size;
icopy.local_iovec_array = (uintptr_t) &send_iovec; icopy.local_iovec_array = (uintptr_t) &send_iovec;
icopy.local_iovec_nr = 1; icopy.local_iovec_nr = 1;