1
1
openmpi/ompi/mca/btl/openib
Jeff Squyres 91bdbc0673 This commit fixes a few things. It looks bigger than it is because a
bunch of code changed indenting level and some code got moved out of
one function and made into its own subroutine.

- Gleb pointed out that I wasn't taking into account values from the
  default section of the INI file (and not finding values in the INI
  file is not an error).
- I incorrectly thought that 0x5ad was Mellanox's vendor ID.  Turns
  out that 0x5ad is Cisco's ID, while 0x2c9 is Mellanox.
  Specifically, Cisco burns its own firmware into the HCA which
  replaces the vendor ID, although the part ID stays the same.  So
  it's Mellanox hardware with Cisco firmware.  And apparently several
  of us do that.  :-)  So I expanded the concept of the vendor_id in
  the INI file to allow for lists of vendor IDs.  
- Along with that, I updated the default INI file to list all the IB
  vendors (that I am aware of -- certainly open to putting more data
  in there from other vendors) who overwrite Mellanox's vendor_id with
  their own for the part numbers that we have on file.

This commit was SVN r11506.
2006-08-30 20:21:47 +00:00
..
btl_openib_component.c This commit fixes a few things. It looks bigger than it is because a 2006-08-30 20:21:47 +00:00
btl_openib_eager_rdma.h remove modulo op from fast path. Improvement 0.02-0.04ms. 2006-06-28 12:00:47 +00:00
btl_openib_endpoint.c Align eager RDMA buffer so that last byte of the buffer is on the last byte of 2006-08-28 11:03:56 +00:00
btl_openib_endpoint.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_openib_frag.c Create separate pool for control messages. It is unlimited, but the maximum number of element that are allocated from it is limited by number of connections. 2006-07-27 14:09:30 +00:00
btl_openib_frag.h Align eager RDMA buffer so that last byte of the buffer is on the last byte of 2006-08-28 11:03:56 +00:00
btl_openib_ini.c This commit fixes a few things. It looks bigger than it is because a 2006-08-30 20:21:47 +00:00
btl_openib_ini.h Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_lex.h George found a great way to avoid warnings from flex for that unused 2006-08-28 13:44:37 +00:00
btl_openib_lex.l Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_mca.c Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_mca.h Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_proc.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_openib_proc.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_openib.c More updates for the async error handler for btl's 2006-08-17 22:02:01 +00:00
btl_openib.h More updates for the async error handler for btl's 2006-08-17 22:02:01 +00:00
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
help-mpi-btl-openib.txt Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
Makefile.am Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
mca-btl-openib-hca-params.ini This commit fixes a few things. It looks bigger than it is because a 2006-08-30 20:21:47 +00:00