Post by gnanamPost by gnanamHi,
I new to MPI, can any one tell me, where the MPI interacts with
InfiniBand architecture?
Thanks,
Gnana
Is I asked any wrong question?
Yes! :-)
Your question is as meaningful as asking: Where does
OpenGL interact with the TFT display?
MPI (as OpenGL) is a standardized API (Application Program
Interfaces) that is implemented in numerous ways.
There are some that are programmed to some low level
driver interface of IB cards, some may use OpenIB and
some may even use any IP (Interconnect Protocol) interface
that they find including any interfaces that address an
Infiniband card in the end. Some MPI implementations may
offer you several of these choices.
So you have to know not only the MPI implementation you
use but maybe even how it was configured exactly to answer
your question.
Regards
Georg