1
1
openmpi/src/mca/ptl
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
..
base * add --enable-mca-static to specify components that should be statically 2005-04-13 03:19:48 +00:00
elan Next step in reducing some configure/build time: 2005-05-06 21:50:30 +00:00
gm Modify to reflect the change in the subdirs (removal of src directory). 2005-05-04 01:55:19 +00:00
ib Fix for a bunch of size_t issues; reviewed by George and Ralph. 2005-05-08 13:22:55 +00:00
mx Change the orientation of the thread level determination in 2005-03-27 13:05:23 +00:00
portals * checkpoint to record small victory - implement start of send and receive 2005-05-06 20:15:28 +00:00
prof Change the orientation of the thread level determination in 2005-03-27 13:05:23 +00:00
self Add the code for deadlock detection in the send case. However it's disable by now. Read the bug 2005-04-30 19:36:05 +00:00
sm Less warnings (cvhange some variables from unsigned to signed). 2005-04-28 22:01:05 +00:00
tcp Oops -- missed this one (caught in the nightly builds). 2005-05-07 09:31:10 +00:00
Makefile.am Add UC copyright 2005-03-24 12:43:37 +00:00
ptl.h * add --enable-mca-static to specify components that should be statically 2005-04-13 03:19:48 +00:00