1
1
openmpi/opal/class
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
..
Makefile.am Add a new ring_buffer class 2010-02-14 19:20:19 +00:00
opal_atomic_lifo.c Save the ghost pointer once the element is initialized. 2007-04-01 16:18:48 +00:00
opal_atomic_lifo.h fixes trac:2355 - race in opal_atomic_lifo 2010-03-25 03:44:38 +00:00
opal_bitmap.c In multiple places in the code base, we expect opal_bitmap_is_set_bit to return either true or false...not a negative error code. If the index is out of range, this is effectively a "false" condition as the bit was clearly not set by the program. 2010-02-03 19:45:22 +00:00
opal_bitmap.h In multiple places in the code base, we expect opal_bitmap_is_set_bit to return either true or false...not a negative error code. If the index is out of range, this is effectively a "false" condition as the bit was clearly not set by the program. 2010-02-03 19:45:22 +00:00
opal_free_list.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
opal_free_list.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
opal_graph.c Cosmetics, only typos. 2008-07-28 13:33:08 +00:00
opal_graph.h Fix visibility issues with opal_graph functions. 2009-06-09 15:02:57 +00:00
opal_hash_table.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_hash_table.h - We're using uint16_t, uint32_t, and friends, 2009-03-21 01:26:27 +00:00
opal_list.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_list.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_object.c Apply a patch from Bert Wesarg. 2007-03-06 16:38:06 +00:00
opal_object.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_pointer_array.c - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
opal_pointer_array.h Replace all occurences of orte_pointer_array by opal_pointer_array. Remove the 2008-02-28 05:32:23 +00:00
opal_ring_buffer.c Add a new ring_buffer class 2010-02-14 19:20:19 +00:00
opal_ring_buffer.h A type cast. 2010-02-15 10:26:02 +00:00
opal_value_array.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_value_array.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00