1
1
openmpi/orte/dss
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
..
dss_arith.c Fix a bunch of warnings the Sun compilers find: 2006-04-20 15:35:58 +00:00
dss_compare.c 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
dss_copy.c 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
dss_dump.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
dss_get.c 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
dss_internal_functions.c 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
dss_internal.h * Use the ORTE_<type> constants instead of internal DSS_TYPE_<type>_T constants 2006-03-30 14:33:25 +00:00
dss_load_unload.c 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
dss_lookup.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
dss_open_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
dss_pack.c * fix endian encoding for 64 bit numbers to use hton64 2006-03-29 18:58:02 +00:00
dss_peek.c Remove unused variables 2006-02-07 05:41:31 +00:00
dss_print.c 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
dss_register.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
dss_release.c Do not let them uninitialized. 2006-02-07 06:06:58 +00:00
dss_set.c 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
dss_size.c 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
dss_types.h * Use the ORTE_<type> constants instead of internal DSS_TYPE_<type>_T constants 2006-03-30 14:33:25 +00:00
dss_unpack.c * fix endian encoding for 64 bit numbers to use hton64 2006-03-29 18:58:02 +00:00
dss.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +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