문제

Can MVAPICH2 be installed on a normal ethernet network other than InfiniBand or other HPC networking technology?

도움이 되었습니까?

해결책

The very first line on the MVAPICH2 web site reads:

MVAPICH2 (MPI-3 over OpenFabrics-IB, OpenFabrics-iWARP, PSM, uDAPL and TCP/IP)

Then from the list of supported interfaces:

  • TCP/IP-CH3: The standard TCP/IP interface (provided by MPICH2) to work with a range of network adapters supporting TCP/IP interface. This interface can be used with IPoIB (TCP/IP over InfiniBand network) support of InfiniBand also. However, it will not deliver good performance/ scalability as compared to the other interfaces.

Therefore - yes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top