Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

processor peak vs. effective performance on parallel platforms question

notahoo
Beginner
446 Views
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 Kudos
2 Replies
James_T_Intel
Moderator
446 Views
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
0 Kudos
TimP
Honored Contributor III
446 Views
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.
0 Kudos
Reply