Dear Michael
Here is one of my pdgemm timer. (you have 2 version on with BLACS C
interface, one with Fortran interface).
As you may have noticed the testing and timer are very complicated
code, I usually do not play with those.
Do not forget to use an optimized BLAS for your performance check.
Fell free to modify to suit your needs.
Sincerely
Julie
On May 8, 2008, at 11:33 AM, Michael Bader wrote:
Dear ScaLAPACK group,
I would like to compare the performance of parallel matrix
multiplication
(pdgemm) in ScaLAPACK's PBLAS library with other approaches on our
local
Opteron-Infiniband cluster. Is there any example program that could
give
me decent results on that issue?
For a first try, I've checked the PDBLAS3TIM program in the TIMINGS
subdirectory of PBLAS, but got stuck with the syntax of the input file
(PDBLAS3TIM.dat) - is there a more detailed description of the
parameters
than that given in the source file pdblas3tim.f ?
I tried to simply change the values of M,N,K (the matrix sizes), but
that
leads immediately to incompatible parameter errors.
Is the pdblas3tim code suitable for a solid performance check for
matrix
multiplication? I'd like to compare the speed for a single matrix
multiplication (matrix sizes ~15000*15000) of up to 128 processes
(32 Infiniband
nodes) with the implementaion in the Global Arrays package, and with
my own code.
Any help would be appreciated :-)
With best regards
Michael Bader
--
Dr. Michael Bader Email: bader@Domain.Removed
Scientific Computing in Computer Science Tel.: 089/289-18634
Technische Universit?t M?nchen WWW: http://www5.in.tum.de/~bader
_______________________________________________
Scalapack mailing list
Scalapack@Domain.Removed
http://lists.cs.utk.edu/listinfo/scalapack
**********************************************
Julie Langou; Research Associate in Computer Science
Innovative Computing Laboratory;
University of Tennessee from Denver, Colorado ;-)
julie@Domain.Removed; http://www.cs.utk.edu/~julie/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/scalapack/attachments/20080508/0cabc954/attachment-0003.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timer_pdgemm.c
Type: application/octet-stream
Size: 7973 bytes
Desc: not available
Url :
http://lists.cs.utk.edu/private/scalapack/attachments/20080508/0cabc954/timer_pdgemm-0001.obj
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/scalapack/attachments/20080508/0cabc954/attachment-0004.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timer_pdgemm_f77interface.c
Type: application/octet-stream
Size: 7420 bytes
Desc: not available
Url :
http://lists.cs.utk.edu/private/scalapack/attachments/20080508/0cabc954/timer_pdgemm_f77interface-0001.obj
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/scalapack/attachments/20080508/0cabc954/attachment-0005.html
|