1
1
openmpi/orte/mca/gpr
Brian Barrett e737b0a106 Fix a bunch of warnings the Sun compilers find:
- The constant 1 is a signed int by default.  Explicitly say that
    it is an unsigned value so we can't overflow
  - Fix unreachable statement warnings in dss_arith by breaking out
    of switch statements instead of returning - this should have
    no impact on performance, since it's a non-conditional jump
  - A couple of the GPR files had carriage returns and were in
    DOS mode - put them in unix mode...

These should all probably go to the v1.1 branch...

This commit was SVN r9664.
2006-04-20 15:35:58 +00:00
..
base Fix a bunch of warnings the Sun compilers find: 2006-04-20 15:35:58 +00:00
null Fix and upgrade the console to support better debugging. Activate "dump" commands to display registry content. Remove the blasted opal_output default prefix that made the dump output illegible. Properly connect to existing daemons and/or start new ones. 2006-04-04 11:05:52 +00:00
proxy Fix and upgrade the console to support better debugging. Activate "dump" commands to display registry content. Remove the blasted opal_output default prefix that made the dump output illegible. Properly connect to existing daemons and/or start new ones. 2006-04-04 11:05:52 +00:00
replica Fix and upgrade the console to support better debugging. Activate "dump" commands to display registry content. Remove the blasted opal_output default prefix that made the dump output illegible. Properly connect to existing daemons and/or start new ones. 2006-04-04 11:05:52 +00:00
gpr_types.h * Use the ORTE_<type> constants instead of internal DSS_TYPE_<type>_T constants 2006-03-30 14:33:25 +00:00
gpr.h Fix and upgrade the console to support better debugging. Activate "dump" commands to display registry content. Remove the blasted opal_output default prefix that made the dump output illegible. Properly connect to existing daemons and/or start new ones. 2006-04-04 11:05:52 +00:00
Makefile.am Fix location of installed header files 2005-12-08 00:04:19 +00:00