1
1
openmpi/ompi/class
Jeff Squyres 97b97f84b8 Next checkpoint in the sm btl fixes:
- Add big comment about a general overview of what the sm btl is doing
- random small code cleanups
- fix instances of mca_btl_sm[0] to mca_btl_sm[1] where relevant
- remove a lot of unused, confusing, and incorrect interface functions
  from ompi_fifo.h and ompi_circular_buffer.h.  These functions, if
  they were used, would not work properly with the scheme that the sm
  btl uses with the fifos (i.e., receiver makes right -- if necessary)
- add some missing offset computations in the fifo and circular buffers
- change the types of offsets to be ssize_t, not size_t
- remove an offset parameter from a function that didn't need it

This commit was SVN r8135.
2005-11-12 22:32:09 +00:00
..
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_bitmap.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_bitmap.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_circular_buffer_fifo.h Next checkpoint in the sm btl fixes: 2005-11-12 22:32:09 +00:00
ompi_fifo.h Next checkpoint in the sm btl fixes: 2005-11-12 22:32:09 +00:00
ompi_free_list.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_free_list.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_pointer_array.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_pointer_array.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_rb_tree.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_rb_tree.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00