[hwloc-devel] Create success (hwloc git 1.11.3-26-gca79ad5)

2016-07-03 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc 1.11.3-26-gca79ad5 Start time: Sun Jul 3 21:03:25 EDT 2016 End time: Sun Jul 3 21:05:12 EDT 2016 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc git dev-1174-g1d8e36b)

2016-07-03 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc dev-1174-g1d8e36b Start time: Sun Jul 3 21:01:02 EDT 2016 End time: Sun Jul 3 21:03:02 EDT 2016 Your friendly daemon, Cyrador

Re: [OMPI devel] BML/R2 error

2016-07-03 Thread Nathan Hjelm
Its correct as written. the && takes precidence over the || and the statement gets evaluated in the order i intended. i will add the parentheses to quiet the warning when i get a chance > On Jul 3, 2016, at 9:01 AM, Ralph Castain wrote: > > I agree with the compiler - I

[OMPI devel] BML/R2 error

2016-07-03 Thread Ralph Castain
I agree with the compiler - I can’t figure out exactly what was meant here either: bml_r2.c: In function ‘mca_bml_r2_endpoint_add_btl’: bml_r2.c:271:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if ((btl_in_use && (btl_flags & MCA_BTL_FLAGS_RDMA) ||