1
1
openmpi/orte
Adrian Reber 6b45d475e9 Fix compiler warnings when compiling with --with-ft
With enabled fault tolerance code different functions
are selected during compilation. Most of the ft
code is #ifdef'd out. This #ifdef's more code out
so that compiler warnings like 

warning: unused variable 'item' [-Wunused-variable]
     opal_list_item_t *item;

are removed.

This commit was SVN r30747.
2014-02-17 10:53:44 +00:00
..
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
mca Fix compiler warnings when compiling with --with-ft 2014-02-17 10:53:44 +00:00
orted Use unique collective ids for the checkpoint/restart code 2014-02-04 14:03:05 +00:00
runtime Shift the orte_db_localrank key to the opal level. Add the job and proc-level session directory names to the database using opal_db keys. 2014-02-17 01:40:56 +00:00
test Add/modify a couple of tests 2014-02-16 20:54:34 +00:00
tools Do a little better job of cleaning up the session directory left by mpirun by ensuring we delete the event associated with debugger attachment and unlinking the pipe used for that purpose. Also, we no longer leave "abort" files around, so remove that check when deleting session directory trees 2014-02-11 22:16:17 +00:00
util Shift the orte_db_localrank key to the opal level. Add the job and proc-level session directory names to the database using opal_db keys. 2014-02-17 01:40:56 +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 Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00