Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2272 ディスカッション

processor peak vs. effective performance on parallel platforms question

notahoo
ビギナー
923件の閲覧回数
Hi,

Knowing the peak floating point operations rate of a processor, is there any rule of thumb for predicting the 'effective' FLOPs? In another words, how many percent of the peak FLOPs, in general, is the effective FLOPs?

Thanks for any insight.
0 件の賞賛
2 返答(返信)
James_T_Intel
モデレーター
923件の閲覧回数
Hi notahoo,

Actual performance will be heavily dependent on the application. I would recommend reading the article at http://software.intel.com/en-us/articles/estimating-flops-using-event-based-sampling-ebs/. This should give you some ideas of how you can estimate your application's performance.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
TimP
名誉コントリビューター III
923件の閲覧回数
In the Top500 supercomputer ratings, an "efficiency" is quoted as the ratio of actual performance to the peak flops rating. This rating can be achieved only where it is possible to use the vendor's optimized BLAS (MKL dgemm, in the case of Intel clusters) and adjust the problem size to maximize efficiency, and the memory bandwidth is not a significant limitation, as it would be for many real applications.
返信