1
1
openmpi/test/mca/ns
Jeff Squyres a28b5ae43b Fix for a bunch of size_t issues; reviewed by George and Ralph.
- Change all uses of *printf'ing a size_t to use an explicit cast to
  (unsigned long) and the %lu escape
- change ORTE_GPR_REPLICA_MAX_SIZE to INT_MAX until bug 1345 is fixed
  (i.e., until we allow size_t in MCA params)
- ns_base_local_fns.c:orte_ns_base_get_proc_name_string(): changed
  from %0X -> %lu
- ORTE_NAME_ARGS added explicit (unsigned long) casts, and changed all
  usages of ORTE_NAME_ARGS to use %lu's

This commit was SVN r5644.
2005-05-08 13:22:55 +00:00
..
Makefile.am Fix the problem with the nightly unit tests -- do *not* override 2005-04-15 13:32:18 +00:00
ns_nds.c Fix the print warnings for the name services conversions on names from their binary value to a string. 2005-05-02 15:06:13 +00:00
ns_proxy.c Add a whole bunch of missing <util/output.h> files 2005-04-16 14:14:51 +00:00
ns_replica.c Fix for a bunch of size_t issues; reviewed by George and Ralph. 2005-05-08 13:22:55 +00:00
test_ns_replica_out_std automate test results and add test support routines. 2004-08-10 19:03:42 +00:00