1
1
openmpi/opal
Jeff Squyres 3f4d4886f2 Minor update for something that has been bugging me for quite a while:
OMPI supports multiple different repository systems (SVN, hg, git).
But the VERSION file has listed "want_svn" and "svn_r" as fields, even
though the actual repo system and version may not be SVN.

So search/replace those fields (and derrivative values that come from
those fields) with "want_repo_rev" and "repo_rev", respectively.

This commit was SVN r24405.
2011-02-16 22:53:23 +00:00
..
asm Force mips2 asm acceptance before sc and ll. 2011-01-27 22:42:26 +00:00
class Update the multicast subsystem - ported from Cisco branch 2011-01-13 01:54:05 +00:00
config Older versions of config.guess detect the canonical system name of an AIX 7.1 system to be rs6000-ibm-aix. Add this workaround until AIX 7.1 support is available in the autotools releases 2011-02-08 02:52:10 +00:00
datatype Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
dss The system headers are supposed to be protected by #ifdef and not by #if. 2009-07-16 18:27:33 +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
include Minor update for something that has been bugging me for quite a while: 2011-02-16 22:53:23 +00:00
mca Avoid blocking select on Windows. 2011-02-16 08:48:21 +00:00
memoryhooks - Replace combinations of 2009-08-20 11:42:18 +00:00
runtime Change opal_err2str_fn_t to return the error string as an argument. 2011-02-13 16:09:17 +00:00
threads Restore thread-supported condition waits when thread support requested 2011-02-14 19:10:38 +00:00
tools Emit an error (instead of a SEGV) if the "compiler" parameter is not set 2010-12-21 19:01:39 +00:00
util Plug a couple of additional memory leaks - try to highlight a little better that strings returned from reg_string_name must be freed by caller 2011-02-14 20:58:22 +00:00
win32 Define all the missing SIG* for Windows. 2011-02-16 13:46:27 +00:00
CMakeLists.txt Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
Makefile.am Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac. 2010-10-24 18:35:54 +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