1
1
openmpi/ompi/mca/mtl/portals
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
..
configure.m4 * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
configure.params * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
mtl_portals_component.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
mtl_portals_endpoint.h * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
mtl_portals_probe.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
mtl_portals_recv_short.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
mtl_portals_recv_short.h Added send-side optimizations (persistent zero-length md and copy blocks) 2007-11-21 21:31:37 +00:00
mtl_portals_recv.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
mtl_portals_recv.h Added send-side optimizations (persistent zero-length md and copy blocks) 2007-11-21 21:31:37 +00:00
mtl_portals_request.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
mtl_portals_send_short.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
mtl_portals_send_short.h Fix a bunch of compiler warnings. Refs trac:1458 2008-09-26 16:15:05 +00:00
mtl_portals_send.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
mtl_portals.c - When calling ompi_mtl_portals_finalize, when then pml/ob1 is used 2009-08-04 22:48:07 +00:00
mtl_portals.h - Replace combinations of 2009-08-20 11:42:18 +00:00