|
MPICH is a freely available, portable implementation of MPI, a standard for message-passing for distributed-memory applications used in parallel computing. MPICH is Free Software〔(MPICH License )〕 and is available for most flavours of Unix (including Linux and Mac OS X) and Microsoft Windows. The CH part of the name was derived from "Chameleon", which was a portable parallel programming library developed by William Gropp, one of the founders of MPICH. MPICH2 is one of the most popular implementations of MPI. It is used as the foundation for the vast majority of MPI implementations including IBM MPI (for Blue Gene), Intel MPI, Cray MPI, Microsoft MPI, Myricom MPI, OSU MVAPICH/MVAPICH2, and many others. == MPICH2 channels== Based on ch3 infrastructure * Nemesis - Universal, has inter-node modules: elan, GM, IB (infiniband), MX (myrinet express), NewMadeleine, tcp; and several intra-node variants of shared memory for large messages (LMT interface). * ssm - Sockets and Shared Memory * shm - SHared memory * sock - tcp/ip sockets * sctp - experimental channel over SCTP sockets 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「MPICH2」の詳細全文を読む スポンサード リンク
|