1
1
openmpi/ompi/mca/btl/sm
Jeff Squyres c8bb7537e7 Remove include/opal/sys/cache.h -- its only purpose in life was to
#define CACHE_LINE_SIZE to 128.  This name has a conflict on NetBSD,
and it seems kinda odd to have a header file that ''only'' defines a
single value.  Also, we'll soon be raising hwloc to be a first-class
item, so having this file around seemed kinda weird.

Therefore, I replaced CACHE_LINE_SIZE with opal_cache_line_size, an
int (in opal/runtime/opal_init.c and opal/runtime/opal.h) on the
rationale that we can fill this in at runtime with hwloc info (trunk
and v1.5/beyond, only).  The only place we ''needed'' a compile-time
CACHE_LINE_SIZE was in the BTL SM (for struct padding), so I made a
new BTL_SM_ preprocessor macro with the old CACHE_LINE_SIZE value
(128).  That use isn't suitable for run-time hwloc information,
anyway.

This commit was SVN r23349.
2010-07-06 14:33:36 +00:00
..
.windows Restore several linked libraries that were deleted by mistake in r22405. 2010-01-14 21:50:42 +00:00
btl_sm_component.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
btl_sm_endpoint.h Try to improve flow control in the sm BTL: 2009-06-27 00:12:56 +00:00
btl_sm_fifo.h Try to improve flow control in the sm BTL: 2009-06-27 00:12:56 +00:00
btl_sm_frag.c Enable support for the INRIA 2009-12-15 23:34:09 +00:00
btl_sm_frag.h Enable support for the INRIA 2009-12-15 23:34:09 +00:00
btl_sm.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
btl_sm.h Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
configure.m4 Enable support for the INRIA 2009-12-15 23:34:09 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
help-mpi-btl-sm.txt Fix minor typo. 2010-04-29 11:45:25 +00:00
Makefile.am Enable support for the INRIA 2009-12-15 23:34:09 +00:00