1
1
openmpi/ompi/mca/rte/base
Jeff Squyres d40112a012 rte_base_frame.c: add sanity check to ensure proper sizes
There's a requirement in several places (e.g., opal dstore) that
sizeof(ompi_process_name_t) -- which comes from the compile-time
selected ompi/mca/rte component -- is equal to sizeof(uint64_t).  If
it's not, Bad Things will happen.

So put an assert here to catch that case.

This commit was SVN r31577.
2014-04-30 22:12:54 +00:00
..
base.h Ick - wonder how this ever built static? There is no "select" function anywhere in the system. 2014-02-14 20:34:21 +00:00
Makefile.am Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rte_base_frame.c rte_base_frame.c: add sanity check to ensure proper sizes 2014-04-30 22:12:54 +00:00