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.

Default IVF Project settings

fobermaier
Beginner
462 Views

Hello,

is there a way to change the default settings for new IVF projects, e.g. I want /QZero setting turned on for all my projects and write the binaries to a different location.

Thanks in advance.

FObermaier

0 Kudos
1 Reply
Steven_L_Intel1
Employee
462 Views

Sorry, there isn't. You can establish /Qzero (or any other option) as a default for all compilations by editing the ifort.cfg file found in the compiler BIN folder - see the on-disk documentation for details. I don't recommend this for changing the binaries location.

I will also point out that /Qzero has little effect unless you also say /Qsave. Both are "Band-Aids" to cover over errors in the source and I discourage their use.

0 Kudos
Reply