1
1
openmpi/orte/mca
George Bosilca a2310808f1 Santa's back! Fix all warnings about the deprecated usage of
stringWithCString as well as the casting issue between NSInteger and
%d. The first is solved by using stringWithUTF8String, which apparently
will always give the right answer (sic). The second is fixed as suggested
by Apple by casting the NSInteger (hint: which by definition is large
enough to hold a pointer) to a long and use %ld in the printf.

This commit was SVN r22317.
2009-12-16 00:06:37 +00:00
..
errmgr Silence a compiler warning about no format 2009-09-08 15:02:48 +00:00
ess Add a new TCP module to the reliable multicast framework. This module uses ORTE's grpcomm.xcast functionality to "fake" multicasts for environments where regular multicast isn't reliable. 2009-12-15 01:18:27 +00:00
filem - Replace combinations of 2009-08-20 11:42:18 +00:00
grpcomm Ensure we cancel the lingering recv in the allgather code to avoid having incorrect counters. 2009-12-14 13:21:56 +00:00
iof Correct handling of pointer array indexing 2009-09-26 03:33:55 +00:00
notifier A few changes to the FTB notifier interface: 2009-09-24 23:56:41 +00:00
odls Set default values to avoid using these variables uninitialized. 2009-12-08 18:42:22 +00:00
oob Silence a compiler warning about no format 2009-09-08 15:03:14 +00:00
plm Santa's back! Fix all warnings about the deprecated usage of 2009-12-16 00:06:37 +00:00
ras - Get rid of a small nuisance: after installation of the 2009-11-25 19:01:33 +00:00
rmaps Let a restarted process have access to all known nodes instead of only those already in its prior job map 2009-11-19 19:45:11 +00:00
rmcast Add a new TCP module to the reliable multicast framework. This module uses ORTE's grpcomm.xcast functionality to "fake" multicasts for environments where regular multicast isn't reliable. 2009-12-15 01:18:27 +00:00
rml Add a new TCP module to the reliable multicast framework. This module uses ORTE's grpcomm.xcast functionality to "fake" multicasts for environments where regular multicast isn't reliable. 2009-12-15 01:18:27 +00:00
routed Reset the verbosity levels to suppress debug output 2009-10-13 15:29:38 +00:00
snapc move {{{ess_env_ft_event_update_process_info}}} into SnapC {{{snapc_full_app_ft_event_update_process_info}}} where it should have been all along. 2009-09-23 18:29:13 +00:00