1
1
openmpi/ompi/mca/btl
Jeff Squyres bf82ee2a14 btl_usnic_connectivity.h: fix PACK_BYTES macro
We're passing a char foo[x] into PACK_BYTES, so we don't need to take
its address in the macro.  This is parallel to the UNPACK_BYTES macro
(where we pass a char bar[x] into it, and don't take its address in
the macro).

The value we're packing is only used to output in a show_help message,
which is why this wasn't noticed before (i.e., it's not used in
network or addressing that would have caused a failure).

cmr=v1.8.2:reviewer=dgoodell

This commit was SVN r31594.
2014-05-01 22:23:22 +00:00
..
base Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
openib Initialize some fields (prevent valgrind complaints). 2014-04-23 13:38:30 +00:00
portals4 btl: Use C99 sub-object naming when initializing BTL components 2014-04-14 19:29:26 +00:00
scif Last step under current RFC: OMPI_CHECK_WITHDIR -> OPAL_CHECK_WITHDIR 2014-05-01 15:38:07 +00:00
sctp Last step under current RFC: OMPI_CHECK_WITHDIR -> OPAL_CHECK_WITHDIR 2014-05-01 15:38:07 +00:00
self btl: Use C99 sub-object naming when initializing BTL components 2014-04-14 19:29:26 +00:00
sm Last step under current RFC: OMPI_CHECK_WITHDIR -> OPAL_CHECK_WITHDIR 2014-05-01 15:38:07 +00:00
smcuda Fix typo error in commit r31388. 2014-04-15 19:50:54 +00:00
tcp Oops: remove errant "v4" string. 2014-05-01 20:21:43 +00:00
template btl: Use C99 sub-object naming when initializing BTL components 2014-04-14 19:29:26 +00:00
ugni btl/ugni: always buffer sendi fragments 2014-04-24 18:50:29 +00:00
usnic btl_usnic_connectivity.h: fix PACK_BYTES macro 2014-05-01 22:23:22 +00:00
vader Last step under current RFC: OMPI_CHECK_WITHDIR -> OPAL_CHECK_WITHDIR 2014-05-01 15:38:07 +00:00
btl.h Chnage some CUDA configure code and macro names per review request by jsquyres in ticket #3880. 2013-12-06 14:35:10 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00