d7c7bb3993
At some point we added a sanity check to the btl base to ensure that the btl flags match the available functions (this prevents user's from specifying get or put when no function exists). This check was disabling get for the sm btl since at the time of the check there is no btl_get function. The simplest fix is to set a dummy value to btl_get that will be overwritten with the proper value on btl initialization. Closes #239. |
||
---|---|---|
.. | ||
btl_sm_component.c | ||
btl_sm_endpoint.h | ||
btl_sm_fifo.h | ||
btl_sm_frag.c | ||
btl_sm_frag.h | ||
btl_sm.c | ||
btl_sm.h | ||
configure.m4 | ||
help-mpi-btl-sm.txt | ||
Makefile.am |