[OMPI devel] Fwd: [OMPI commits] Git: open-mpi/ompi branch master updated. dev-327-gccaecf0

2014-11-19 Thread Ralph Castain
Was this commit intended to happen? It broke the trunk:

btl_openib.c:119:9: warning: initialization from incompatible pointer type 
[enabled by default]
 .btl_atomic_fop = mca_btl_openib_atomic_fop,
 ^
btl_openib.c:119:9: warning: (near initialization for 
'mca_btl_openib_module.super.btl_atomic_fop') [enabled by default]
btl_openib.c:120:9: warning: initialization from incompatible pointer type 
[enabled by default]
 .btl_atomic_cswap = mca_btl_openib_atomic_cswap,
 ^
btl_openib.c:120:9: warning: (near initialization for 
'mca_btl_openib_module.super.btl_atomic_cswap') [enabled by default]
btl_openib.c: In function 'mca_btl_openib_prepare_src':
btl_openib.c:1456:9: warning: variable 'rc' set but not used 
[-Wunused-but-set-variable]
 int rc;
 ^
btl_openib.c:1450:30: warning: variable 'openib_btl' set but not used 
[-Wunused-but-set-variable]
 mca_btl_openib_module_t *openib_btl;
  ^
btl_openib_component.c: In function 'init_one_device':
btl_openib_component.c:2047:54: warning: comparison between 'enum ' 
and 'mca_base_var_source_t' [-Wenum-compare]
 else if (BTL_OPENIB_RQ_SOURCE_DEVICE_INI ==
  ^
btl_usnic_frag.c: In function 'recv_seg_constructor':
btl_usnic_frag.c:144:17: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote'
 seg->rs_desc.des_remote = NULL;
 ^
btl_usnic_frag.c:145:17: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote_count'
 seg->rs_desc.des_remote_count = 0;
 ^
btl_usnic_frag.c: In function 'send_frag_constructor':
btl_usnic_frag.c:168:9: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote'
 desc->des_remote = frag->sf_base.uf_remote_seg;
 ^
btl_usnic_frag.c:169:9: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote_count'
 desc->des_remote_count = 0;
 ^
make[2]: *** [btl_usnic_frag.lo] Error 1
make[2]: *** Waiting for unfinished jobs
btl_usnic_module.c: In function 'usnic_put':
btl_usnic_module.c:1107:56: error: 'struct mca_btl_base_descriptor_t' has no 
member named 'des_remote'
 frag->sf_base.uf_remote_seg[0].seg_addr.pval = 
desc->des_remote->seg_addr.pval;
^
btl_usnic_module.c: At top level:
btl_usnic_module.c:2325:9: error: unknown field 'btl_seg_size' specified in 
initializer
 .btl_seg_size = sizeof(mca_btl_base_segment_t), /* seg size */
 ^
btl_usnic_module.c:2332:9: warning: initialization from incompatible pointer 
type [enabled by default]
 .btl_prepare_src = usnic_prepare_src,
 ^
btl_usnic_module.c:2332:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_prepare_src') [enabled by default]
btl_usnic_module.c:2333:9: error: unknown field 'btl_prepare_dst' specified in 
initializer
 .btl_prepare_dst = usnic_prepare_dst,
 ^
btl_usnic_module.c:2333:9: warning: initialization from incompatible pointer 
type [enabled by default]
btl_usnic_module.c:2333:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_send') [enabled by default]
btl_usnic_module.c:2335:9: warning: initialization from incompatible pointer 
type [enabled by default]
 .btl_put = usnic_put,
 ^
btl_usnic_module.c:2335:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_put') [enabled by default]
make[2]: *** [btl_usnic_module.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1



> Begin forwarded message:
> 
> To: ompi-comm...@open-mpi.org 
> Date: November 19, 2014 at 2:01:45 PM PST
> From: git...@crest.iu.edu 
> Subject: [OMPI commits] Git: open-mpi/ompi branch master updated. 
> dev-327-gccaecf0
> Reply-To: de...@open-mpi.org 
> 
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "open-mpi/ompi".
> 
> The branch, master has been updated
>   via  ccaecf0fd6c862877e6a1e2643f95fa956c87769 (commit)
>   via  5a0a48c3c45a9ce7033684958d7ba8d2a4712ab9 (commit)
>   via  2b579610f2d7e5bf9e0defb6871c5b0e1b9cc778 (commit)
>   via  2a382c2ec1747ae6bab66fccd27a42b2193b058f (commit)
>   via  1a5349ec790d9d36039206eea08dad84390f380c (commit)
>   via  8f1a44e60e0d06d43222a4b805a770b6f5e88f45 (commit)
>   via  bf7daac3882e37f005fbd169802da9e8a0ef5645 (commit)
>   via  22625b005b055fe708b4112156d0961176797d50 (commit)
>   via  60648e42315c10e58701012ef1ed16b0e26d659d (commit)
>   via  01106037824de9d2963bdc015a358bc6b1b36c19 (commit)
>   via  45d1fac8af1a6bfe3300df9328e3cbbfa969b309 (commit)
>   via  29e4e1c90a0defcc12dfbb077913e1a232271bba (commit)
>   via  24427639b6c8a3f18f04f

Re: [OMPI devel] Fwd: [OMPI commits] Git: open-mpi/ompi branch master updated. dev-327-gccaecf0

2014-11-19 Thread Hjelm, Nathan Thomas
Yes. Usnic, yoda, and smcuda need to be updated for the new interface. The 
warnings in opening I will fix.



From: devel on behalf of Ralph Castain
Sent: Wednesday, November 19, 2014 3:15:07 PM
To: Open MPI Developers
Subject: [OMPI devel] Fwd: [OMPI commits] Git: open-mpi/ompi branch master  
updated. dev-327-gccaecf0

Was this commit intended to happen? It broke the trunk:

btl_openib.c:119:9: warning: initialization from incompatible pointer type 
[enabled by default]
 .btl_atomic_fop = mca_btl_openib_atomic_fop,
 ^
btl_openib.c:119:9: warning: (near initialization for 
'mca_btl_openib_module.super.btl_atomic_fop') [enabled by default]
btl_openib.c:120:9: warning: initialization from incompatible pointer type 
[enabled by default]
 .btl_atomic_cswap = mca_btl_openib_atomic_cswap,
 ^
btl_openib.c:120:9: warning: (near initialization for 
'mca_btl_openib_module.super.btl_atomic_cswap') [enabled by default]
btl_openib.c: In function 'mca_btl_openib_prepare_src':
btl_openib.c:1456:9: warning: variable 'rc' set but not used 
[-Wunused-but-set-variable]
 int rc;
 ^
btl_openib.c:1450:30: warning: variable 'openib_btl' set but not used 
[-Wunused-but-set-variable]
 mca_btl_openib_module_t *openib_btl;
  ^
btl_openib_component.c: In function 'init_one_device':
btl_openib_component.c:2047:54: warning: comparison between 'enum ' 
and 'mca_base_var_source_t' [-Wenum-compare]
 else if (BTL_OPENIB_RQ_SOURCE_DEVICE_INI ==
  ^
btl_usnic_frag.c: In function 'recv_seg_constructor':
btl_usnic_frag.c:144:17: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote'
 seg->rs_desc.des_remote = NULL;
 ^
btl_usnic_frag.c:145:17: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote_count'
 seg->rs_desc.des_remote_count = 0;
 ^
btl_usnic_frag.c: In function 'send_frag_constructor':
btl_usnic_frag.c:168:9: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote'
 desc->des_remote = frag->sf_base.uf_remote_seg;
 ^
btl_usnic_frag.c:169:9: error: 'mca_btl_base_descriptor_t' has no member named 
'des_remote_count'
 desc->des_remote_count = 0;
 ^
make[2]: *** [btl_usnic_frag.lo] Error 1
make[2]: *** Waiting for unfinished jobs
btl_usnic_module.c: In function 'usnic_put':
btl_usnic_module.c:1107:56: error: 'struct mca_btl_base_descriptor_t' has no 
member named 'des_remote'
 frag->sf_base.uf_remote_seg[0].seg_addr.pval = 
desc->des_remote->seg_addr.pval;
^
btl_usnic_module.c: At top level:
btl_usnic_module.c:2325:9: error: unknown field 'btl_seg_size' specified in 
initializer
 .btl_seg_size = sizeof(mca_btl_base_segment_t), /* seg size */
 ^
btl_usnic_module.c:2332:9: warning: initialization from incompatible pointer 
type [enabled by default]
 .btl_prepare_src = usnic_prepare_src,
 ^
btl_usnic_module.c:2332:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_prepare_src') [enabled by default]
btl_usnic_module.c:2333:9: error: unknown field 'btl_prepare_dst' specified in 
initializer
 .btl_prepare_dst = usnic_prepare_dst,
 ^
btl_usnic_module.c:2333:9: warning: initialization from incompatible pointer 
type [enabled by default]
btl_usnic_module.c:2333:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_send') [enabled by default]
btl_usnic_module.c:2335:9: warning: initialization from incompatible pointer 
type [enabled by default]
 .btl_put = usnic_put,
 ^
btl_usnic_module.c:2335:9: warning: (near initialization for 
'opal_btl_usnic_module_template.super.btl_put') [enabled by default]
make[2]: *** [btl_usnic_module.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1



Begin forwarded message:

To: ompi-comm...@open-mpi.org
List-Post: devel@lists.open-mpi.org
Date: November 19, 2014 at 2:01:45 PM PST
From: git...@crest.iu.edu
Subject: [OMPI commits] Git: open-mpi/ompi branch master updated. 
dev-327-gccaecf0
Reply-To: de...@open-mpi.org

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "open-mpi/ompi".

The branch, master has been updated
  via  ccaecf0fd6c862877e6a1e2643f95fa956c87769 (commit)
  via  5a0a48c3c45a9ce7033684958d7ba8d2a4712ab9 (commit)
  via  2b579610f2d7e5bf9e0defb6871c5b0e1b9cc778 (commit)
  via  2a382c2ec1747ae6bab66fccd27a42b2193b058f (commit)
  via  1a5349ec790d9d36039206eea08dad84390f380c (commit)
  via  8f1a44e60e0d06d43222a4b805a770b6f5e88f45 (commit)
  via  bf7daac3882e37f005fbd169802da9e8a0ef5645