1
1
openmpi/test
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
..
asm This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
carto Fix visibility issues with opal_graph functions. 2009-06-09 15:02:57 +00:00
class Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
datatype - Include the datatype tests again 2009-10-28 23:19:04 +00:00
dss - Adapt for changed opal_init() arguments -- takes argc&argv 2010-02-10 18:29:01 +00:00
event Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
memchecker merging the memchecker into trunk. 2008-02-12 08:46:27 +00:00
mpi Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
peruse Re-enable "make dist", at least until #1232 is fixed. 2008-03-09 21:36:10 +00:00
predefined Remove elements previously removed from the real structures... 2009-11-30 00:36:26 +00:00
runtime - Adapt for changed opal_init() arguments -- takes argc&argv 2010-02-10 18:29:01 +00:00
support - Replace combinations of 2009-08-20 11:42:18 +00:00
threads One more argv/argc fix in tests 2009-12-07 14:40:38 +00:00
util minor test fix, found my MTT 2010-05-19 17:02:13 +00:00
CMakeLists.txt - 1/4 commit for Windows Visual Studio and CCP support: 2008-12-10 20:59:20 +00:00
Makefile.am - Check whether file is opened on network file-system. 2010-02-10 23:18:29 +00:00