$subject_val = "Re: [OMPI users] Performance testing software?"; include("../../include/msg-header.inc"); ?>
Subject: Re: [OMPI users] Performance testing software?
From: Eugene Loh (Eugene.Loh_at_[hidden])
Date: 2009-06-01 15:27:48
HPL can "stress test" the MPI, but it is typically relatively
insensitive to MPI performance. The usual use produces a measure of the
peak floating-point performance of the system.
A broader set of system performance measurements are found in the HPCC
(HPC Challenge) tests, which include HPL. Many of these tests, however,
still don't really focus on MPI performance.
Tests that focus on MPI performance include the OSU tests.
http://mvapich.cse.ohio-state.edu/benchmarks/ There are also Intel MPI
Benchmarks (formerly Pallas).
The NAS Parallel Benchmarks offer more "application-level" tests.
Gus Correa wrote:
> The famous one is HPL, the Top500 benchmark:
> http://www.netlib.org/benchmark/hpl/
> It takes some effort to configure and run it.
>
> mtcreekmore_at_[hidden] wrote:
>
>> I am wondering if there is some stress testing software for OpenMPI I
>> can use to run on a cluster to give me an idea of the performance
>> level of the system?
>