1
1
openmpi/opal
George Bosilca 83474b2e1a Solve a modulus rounding error. As the modulus can be signed (in C89 it take
the sign of the divident), we have to cast the pointer to an uintptr_t in
order to be able to correctly compute how to align it on the cache line.
Rported and solved by Stephan Kramer. Thanks Stephan.

This commit was SVN r19778.
2008-10-21 17:00:39 +00:00
..
asm Related to my previous commit. The Sicortex is a MIPS machine, so 2008-06-25 03:09:02 +00:00
class Solve a modulus rounding error. As the modulus can be signed (in C89 it take 2008-10-21 17:00:39 +00:00
dss Reconnect the opal dss debug envar with the debug output 2008-06-27 19:29:18 +00:00
etc Ensure that platform-specific mca param files get installed with the correct default mca param filename. Platform-specific mca param files overwrite any pre-existing default mca param file as they are considered to be the "gold" standard if a platform file was provided. 2008-08-27 02:40:02 +00:00
event - Remove the duplicated declarations, which causes linkage errors and warning when building shared libraries on Windows. 2008-09-08 16:53:26 +00:00
include The comment states it all. 2008-09-05 13:18:10 +00:00
mca Refs trac:1578: Shiqing-suggested changes for valgrind configure.m4 support. 2008-10-21 03:27:43 +00:00
memoryhooks - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
runtime Commit to bring online OpenIB, MX, and shared memory support for Open MPI's checkpoint/restart functionality. Some tuning is still needed, but basic functionality is in place. 2008-10-16 15:09:00 +00:00
threads Fix recursion in include files (Coverty fix 155). 2008-08-06 13:53:56 +00:00
tools Some more work on the man pages: 2008-08-07 19:20:40 +00:00
util We should use #ifdef and not #if 2008-09-05 12:44:19 +00:00
win32 Keep the compiler happy as several packages define these 2008-09-05 13:20:30 +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