1
1
openmpi/opal
Jeff Squyres e0fb3957cb Patch from Brian:
* The opal_sys_timer_get_cycles() call was implemented for
   Sparc v9 using inline assembly, but not in the assembly files.
   This would only currently matter on Linux Sparc systems using
   a compiler that didn't support inline assembly (not many of
   those), but it should be there for completion.
 * The linux timer component would always build on non-Alpha
   platforms, rather than only building on platforms where
   opal_sys_timer_get_cycles() was implemented.  This would
   only matter on a very narrow set of platforms that we don't
   really support, but still, it could be more right.  We now
   only build the component on platforms where we have the
   assembly call to get the cycle counter.
 * Added a comment to opal/sys/timer.h to note that the linux
   timer component needed to be updated if another platform was
   added.

This should be harmless to commit.  It will only really change
behaviors on platforms we don't have assembly support for, which
currently won't make it through configure.  It really only matters
when (if?) we support atomic operations through libatomic_ops.

This commit was SVN r17887.
2008-03-20 00:29:36 +00:00
..
asm Patch from Brian: 2008-03-20 00:29:36 +00:00
class Remove the now-unused orte_value_array. As this is the last 'class' split between orte and ompi, remove the big comment about the split in ompi_bitmap. 2008-02-28 21:39:42 +00:00
dss Remove the now-unused arithmatic interface to the dss 2008-02-28 21:36:51 +00:00
etc * fix a typo 2007-02-06 21:59:55 +00:00
event opal_evtimer_initialized is missing the opening '(' 2008-03-12 20:33:22 +00:00
include Patch from Brian: 2008-03-20 00:29:36 +00:00
mca Patch from Brian: 2008-03-20 00:29:36 +00:00
memoryhooks This commit fixes trac:747 2007-12-07 15:56:07 +00:00
runtime Renove status check from carto initiation. 2008-03-12 08:55:28 +00:00
threads Fix visibility symbols on OS X 2008-03-17 13:18:12 +00:00
tools Move in some accumulated small features and minor bug fixes for C/R support. 2007-10-17 13:47:36 +00:00
util Hide what should be hidden, and expose the others. Plus some indentation. 2008-03-18 03:00:08 +00:00
win32 Add defines for the INT16 min and max value. 2008-01-04 23:09:31 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00