Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
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.
2275 Discussions

How to disable "optimization" in Linux?

watercube
Beginner
1,096 Views
Hi all
I am working on my Fortran program using Intel Visual Fortran 11.1.038.
I diabled the "optimization" for "Release" option in Visual Studio by using
Project-->Properties-->Fortran-->Genetral-->OptimizationDisable (/Od)

Do you know how could I do this in Linux environment?
What should I do for the make file?
Thanks a lot!
Kevin
0 Kudos
2 Replies
Dmitry_K_Intel2
Employee
1,096 Views
Kevin,

You need to add '-O0' to your command line.

Regards!
Dmitry
0 Kudos
watercube
Beginner
1,096 Views
Dmitry
It works!
Thanks a lot!
Kevin
0 Kudos
Reply