1
1
openmpi/opal/mca/btl/openib
Nathan Hjelm 1b564f62bd Revert "Merge pull request #275 from hjelmn/btlmod"
This reverts commit ccaecf0fd6, reversing
changes made to 6a19bf85dd.
2014-11-19 23:22:43 -07:00
..
connect Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_async.c Cleanup some cruft resulting from the move of the btl's to opal. We had created the ability to delay modex operations, which included a need to delay retrieving hostname info for remote procs. This allowed us to not retrieve the modex info until first message unless required - the hostname is generally only required for debug and error messages. 2014-10-03 16:02:57 -06:00
btl_openib_async.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_component.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_eager_rdma.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_endpoint.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_endpoint.h Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_failover.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_failover.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_fd.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_fd.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_frag.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_frag.h Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_ini.c Silence an unused function warning 2014-09-10 17:36:34 +00:00
btl_openib_ini.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_ip.c Cleanup some cruft resulting from the move of the btl's to opal. We had created the ability to delay modex operations, which included a need to delay retrieving hostname info for remote procs. This allowed us to not retrieve the modex info until first message unless required - the hostname is generally only required for debug and error messages. 2014-10-03 16:02:57 -06:00
btl_openib_ip.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_lex.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_lex.l George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_mca.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib_mca.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_proc.c Just because the openib BTL can't reach a process doesn't mean it is a job-ending error. If we have other methods for reaching the process (e.g., sm for a local proc), then that's okay. If there is no method for reaching a proc, then that's an error - but the BML will report that situation. 2014-09-10 17:02:16 +00:00
btl_openib_proc.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
btl_openib_xrc.c Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL. 2014-11-11 17:00:42 -08:00
btl_openib_xrc.h Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL. 2014-11-11 17:00:42 -08:00
btl_openib.c Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl_openib.h Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
btl-openib-benchmark George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
configure.m4 Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
help-mpi-btl-openib.txt openib btl check-help-strings cleanup 2014-08-08 20:40:18 +00:00
Makefile.am Revert "Merge pull request #275 from hjelmn/btlmod" 2014-11-19 23:22:43 -07:00
mca-btl-openib-device-params.ini openib btl: add Soft iWARP device to the ini file 2014-11-04 14:48:43 -08:00