Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

Question about float point operation

tonner
Beginner
987 Views
Recently I am doing some contrasts of several algorithms which have been programmed by Compaq Visual Fortran 6. And the count of float point operation during the process will be one of the criteria. But I could not find an inner-function which acts like the one of "flops.m" in Matlab5.3. Does there exist such a function in CVF6 that records the count of float point operation during the runtime?

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
987 Views
No, there is no such function in Visual Fortran. I'm not even sure how one would implement that in a compiled language.

Steve
0 Kudos
Reply