1
1
openmpi/orte/mca/gpr/base
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
..
data_type_support * Use the ORTE_<type> constants instead of internal DSS_TYPE_<type>_T constants 2006-03-30 14:33:25 +00:00
pack_api_cmd Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
unpack_api_response 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
base.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
gpr_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
gpr_base_create_value_keyval.c Fix a bunch of warnings the Sun compilers find: 2006-04-20 15:35:58 +00:00
gpr_base_open.c 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_base_select.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
gpr_base_simplified_put.c Fix a bunch of warnings the Sun compilers find: 2006-04-20 15:35:58 +00:00
gpr_base_simplified_subscribe.c Fix a bunch of warnings the Sun compilers find: 2006-04-20 15:35:58 +00:00
Makefile.am Merge in the new data support subsystem for ORTE. MPI folks should not notice a difference. Longer explanation will be sent to developers mailing list. 2006-02-07 03:32:36 +00:00