1
1
openmpi/ompi/mca/btl
Jeff Squyres 212e07a1e9 Don't instantiate+init variables in a switch block.
Avoid compiler warning about (unnecessarily) initializing 2 variables
during instantiation at the top of a switch block (but outside of any
case statements): just declare the variables at the top of the outter
block.  They're already safely initialized, so don't worry about
initializing them in the instantiation.

Reviewed by Dave Goodell.

cmr=v1.7.4:reviewer=ompi-rm1.7:subject=Don't instantiate+init variables in a switch block

This commit was SVN r30228.
2014-01-10 15:39:16 +00:00
..
base Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
openib This commit compliements/completes r30140. r30140 made all the 2014-01-07 23:36:33 +00:00
portals4 * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
scif Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sctp Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
self Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sm Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
smcuda Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
tcp Change the MCA level to 2 (from 5) on the rationale that it may be 2014-01-08 19:04:26 +00:00
template Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
ugni Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
usnic Don't instantiate+init variables in a switch block. 2014-01-10 15:39:16 +00:00
vader Fix compiler warning (signed/unsigned comparison) 2014-01-07 23:18:55 +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