[mpich-discuss] HPL Benchmark
Gus Correa
gus at ldeo.columbia.edu
Tue Jul 10 11:17:45 CDT 2012
On 07/09/2012 11:33 PM, medini chaitanya wrote:
> Hi,
>
> Can anyone tell me how to run HPL benchmark on a cluster? I have run it
> on a single node but for testing the performance on a cluster, what
> exactly should I do?
>
> Thank you.
>
> --
> Krishna Chaitanya
> Ph.D Scholar,
> School of Biotechnology,
> Amrita Vishwa Vidyapeetham
>
>
>
> _______________________________________________
> mpich-discuss mailing list mpich-discuss at mcs.anl.gov
> To manage subscription options or unsubscribe:
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
Hi Krishna
It takes some work to set it up.
**********************
General HPL help
**********************
Here is a starting point:
http://sgowtham.net/blog/
The HPL calculator:
http://hpl-calculator.sourceforge.net/
Some help from AMD:
http://developer.amd.com/documentation/articles/pages/HPCHighPerformanceLinpack.aspx
and some help from Intel:
http://software.intel.com/en-us/articles/running-the-hpl-benchmark-over-intel-mpi/
More help:
http://onemansjourneyintolinux.blogspot.com/2009/01/hpl-tuning.html
**************
Ingredients:
**************
You need MPI [say MPICH2]:
http://www.mcs.anl.gov/research/projects/mpich2/
a BLAS+LAPACK library [say GoTo or its new incarnation OpenBLAS]:
http://www.tacc.utexas.edu/resources/hpc/
https://github.com/xianyi/OpenBLAS
but you could even use something from yum/rpm/apt-get, or one that
came with your compiler, Intel MKL or AMD ACML
[which may or may not be as fast],
and HPL:
http://www.netlib.org/benchmark/hpl/
****************
Benchmark setup
****************
Worth reading about the HPL tuning and FAQ sections:
http://www.netlib.org/benchmark/hpl/tuning.html
http://www.netlib.org/benchmark/hpl/faqs.html
I hope this helps. Good luck.
Gus Correa
More information about the mpich-discuss
mailing list