1
1
openmpi/orte/mca
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
..
dfs Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
errmgr Ensure an orted exits with non-zero status if it is unable to send a message. Add more diagnostic messages to the OOB set_addr code 2014-02-12 19:44:01 +00:00
ess 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
filem Protect array against crossing boundaries 2014-01-17 21:36:20 +00:00
grpcomm Per the RFC discussed here: 2014-02-05 14:39:27 +00:00
iof Cleanup some potential memory overruns 2014-01-19 16:31:26 +00:00
odls Use unique collective ids for the checkpoint/restart code 2014-02-04 14:03:05 +00:00
oob Fix compiler warnings when compiling with --with-ft 2014-02-17 10:53:44 +00:00
plm Add a plm component for local-only operation that doesn't require rsh/ssh to be installed. Requested by Fedora packagers for testing purposes. 2014-02-09 15:53:10 +00:00
ras Paul Hargrove has pointed out that some big SMP systems (e.g., from SGI) configure Torque differently - instead of listing each node name once/slot in the nodefile, they list the node only once and set an envar to indicate the number of procs/node being allocated. Add an MCA param users can set to indicate we are in such an environment, and then use the envar to set the slots. Error out if the mode flag is given, but (a) we don't find the PBS_PPN envar, or (b) we find a node actually listed more than once in the PBS_Nodefile. 2014-02-05 15:51:17 +00:00
rmaps Add missing options and cleanup the code a bit. Default to by-slot ranking if a non-hardware option isn't given. Thanks to Tetsuya Mishima for the assist. 2014-02-14 10:23:16 +00:00
rml Track the origin of a message so it can be passed across transports 2014-01-26 21:09:26 +00:00
routed Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sensor Orcm sends heartbeats to its daemons, but ORTE needs to continue sending it to the HNP 2014-01-31 01:56:01 +00:00
snapc Use unique collective ids for the checkpoint/restart code 2014-02-04 14:03:05 +00:00
sstore SNAPC/CRCP/SSTORE: remove compiler warnings 2014-01-29 20:52:00 +00:00
state Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00