1
1
openmpi/opal/include
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
..
opal Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
CMakeLists.txt Update a few more CMake scripts. 2010-01-19 17:34:55 +00:00
Makefile.am Changes for portable platform headers. Commit it on behalf of Ralph. 2010-02-15 22:14:59 +00:00
opal_config_bottom.h Merge in the modified thread configure option branch per today's telecon. 2010-03-16 23:10:50 +00:00
opal_portable_platform.h Convert the line endings for the added header files. They were changed automatically by Windows when adding new files. 2010-02-16 17:24:44 +00:00
opal_stdint.h Revert the last patch. Still some warning should be issued on ia32 architectures. Looking for a fix. 2008-03-05 17:20:11 +00:00