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

Default IVF Project settings

fobermaier
Beginner
250 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
250 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