Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

test model performance using different combinations of compiler flags

changks888
Beginner
769 Views
Hi all,
I'm planing to test the performance of a simulation model across platforms and compilers (ifort and gfortran).
I am testing -fpe0, -O1, -O2, -O3,-heap-arrays and -ftrapuv.
Are there any flags can be tested in this exercise?
Please let me know any suggestions.
Thanks,
Michael
0 Kudos
1 Solution
Steven_L_Intel1
Employee
769 Views
Don't bother with -ftrapuv. It does nothing useful. I would suggest -fast if you want a set of options for Intel Fortran that generally give best performance. You might want to see what -parallel does for you as well.

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
770 Views
Don't bother with -ftrapuv. It does nothing useful. I would suggest -fast if you want a set of options for Intel Fortran that generally give best performance. You might want to see what -parallel does for you as well.
0 Kudos
Reply