1
1
openmpi/ompi/mca/pml/dr
George Bosilca 06563b5dec Last set of explicit conversions. We are now close to the zero warnings on
all platforms. The only exceptions (and I will not deal with them
anytime soon) are on Windows:
- the write functions which require the length to be an int when it's
  a size_t on all UNIX variants.
- all iovec manipulation functions where the iov_len is again an int
  when it's a size_t on most of the UNIXes.
As these only happens on Windows, so I think we're set for now :)

This commit was SVN r12215.
2006-10-20 03:57:44 +00:00
..
configure.params start of a pml for data reliability 2005-11-22 17:24:47 +00:00
Makefile.am A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
pml_dr_comm.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_dr_comm.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_dr_component.c A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
pml_dr_component.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_dr_endpoint.c Add error callback to the btl interface, this allows error to be delivered to 2006-08-16 20:21:38 +00:00
pml_dr_endpoint.h * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
pml_dr_hdr.h - removed unused flags 2006-03-27 22:44:26 +00:00
pml_dr_iprobe.c - removed unused flags 2006-03-27 22:44:26 +00:00
pml_dr_irecv.c - removed unused flags 2006-03-27 22:44:26 +00:00
pml_dr_isend.c A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
pml_dr_progress.c - removed unused flags 2006-03-27 22:44:26 +00:00
pml_dr_recvfrag.c If the function is expected to return a bool then let's return only 2006-10-05 05:10:34 +00:00
pml_dr_recvfrag.h Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
pml_dr_recvreq.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_dr_recvreq.h Fixes trac:183. 2006-10-03 18:08:48 +00:00
pml_dr_sendreq.c Fixes ticket 186. 2006-10-03 18:15:26 +00:00
pml_dr_sendreq.h Fixes trac:183. 2006-10-03 18:08:48 +00:00
pml_dr_start.c - removed unused flags 2006-03-27 22:44:26 +00:00
pml_dr_vfrag.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
pml_dr_vfrag.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
pml_dr.c Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
pml_dr.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00