1
1
openmpi/ompi/mca/btl/elan
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
..
btl_elan_component.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
btl_elan_endpoint.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_elan_endpoint.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_elan_frag.c Update the Elan BTL to fulfill the requirements for #1713. 2008-12-17 22:14:45 +00:00
btl_elan_frag.h Update the Elan BTL to fulfill the requirements for #1713. 2008-12-17 22:14:45 +00:00
btl_elan_proc.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_elan_proc.h Thanks Ma for the patch. Correct the multi-rail support and 2008-03-14 19:17:28 +00:00
btl_elan.c Undo revision r21767 - sorry folks 2009-08-05 22:23:26 +00:00
btl_elan.h - Last of intrusive commits (promised)... err for now. 2009-03-04 17:06:51 +00:00
configure.m4 Up to SVN r20383 2009-01-29 17:59:04 +00:00
configure.params The first version of the Elan BTL. 2007-07-09 21:03:13 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00