1
1
openmpi/orte
2011-03-17 02:22:23 +00:00
..
config Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +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 Fix the hier grpcomm module so modex results in correct data. The prior implementation stored the modex data as node-based attributes. This worked fine for BTL's such as openib where the interfaces were associated with the node. However, BTL's such as TCP have interfaces associated with a specific process, not a node. Thus, store the data in the modex database so it is correctly indexed. 2011-03-17 02:22:23 +00:00
orted If we don't release the OPAL utils explicitly there will be a memory leak. 2011-03-10 00:42:28 +00:00
runtime Remove stale code associated with OPAL_THREADS_HAVE_DIFFERENT_PIDS. In the past, we have supported the case of really, really old Linux kernels where threads have different pids. However, when we updated the event library, we didn't also update that support code. In addition, when we dropped progress thread support, we didn't remove areas of the code that could no longer be compiled (i.e., were protected by "if progress thread && if have different pids). 2011-03-15 21:05:03 +00:00
test Add psm key generator program 2010-12-30 20:54:58 +00:00
threads There is no need for the byte variable. 2011-01-24 22:41:04 +00:00
tools Forgot that Terry wanted to control the vm launch with an mca param - set one up for that purpose 2011-03-13 00:46:42 +00:00
util Fix a few valgrind-reported memory leaks 2011-03-08 17:37:28 +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
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Add orte-level thread support to avoid some of the opal_if_threads protection used solely for ompi. 2010-11-08 19:09:23 +00:00