1
1

corrected a typo (lval instead of pval) introduced in r26626

This commit was SVN r26731.

The following SVN revision numbers were found above:
  r26626 --> open-mpi/ompi@249066e06d
Этот коммит содержится в:
Terry Dontje 2012-07-03 17:46:43 +00:00
родитель 5315c91baf
Коммит 1895ca2bc4

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

@ -14,6 +14,7 @@
* Copyright (c) 2010-2012 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -694,7 +695,7 @@ struct mca_btl_base_descriptor_t* mca_btl_sm_prepare_src(
}
iov.iov_len = max_data;
iov.iov_base =
(IOVBASE_TYPE*)(frag->segment.base.seg_addr.lval + reserve);
(IOVBASE_TYPE*)(frag->segment.base.seg_addr.pval + reserve);
rc = opal_convertor_pack(convertor, &iov, &iov_count, &max_data );
if( OPAL_UNLIKELY(rc < 0) ) {