The document discusses a test suite developed by researchers to evaluate the performance of MPI implementations that support MPI_THREAD_MULTIPLE. The test suite includes tests that measure overhead of thread safety, concurrent progress through bandwidth and latency tests, and ability to overlap computation and communication using threads. The tests were run on several MPI implementations and results showed that MPICH2 generally had lower overhead and better performance than Open MPI, IBM MPI and SUN MPI in threaded environments. The researchers plan to expand the test suite to evaluate other threaded MPI features.