Motivation

Different message passing layers that use the shared network (shared by different applications) were evaluated. TCP sockets performed better than MPICH for the performance indices namely send time and round trip time. This gives a strong indication, that an efficient message passing library can be written using TCP sockets to get a better performance than MPICH. Performance of high-performance interconnection networks together with fast messaging libraries were studied in the evaluation. Fast messaging libraries provide an efficient communication subsystem. This was evident from the results. It imposes a restriction, that communication subsystem performance cannot be increased without the special hardware. The other disadvantage include exclusive access to the network hardware. All these factors lead to the design of TCPMPL.

Some of the features of MPICH that are detrimental to the performance of WARPED are given below:

Therefore, limiting a message passing library to provide only the functionality required by WARPED has the potential of increasing the communication subsystem's performance. This lead to the design of a custom message passing library for WARPED to increase the communication subsystem's performance.



Radharamanan Radhakrishnan
Mon Mar 15 18:20:48 EST 1999