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

cvf vs ivf: Specifying command line options

sgongola
Beginner
644 Views
Testing my CVF applications with IVF 8.0 I came across a command line incompatibility.

CVF (like in VMS) allowed options to be strung together as in
/warn:noalignments/iface:nomixed_str_len_arg)

IVF compiles kept on giving me errors for my compile
options until i discovered that it wanted options
separated with spaces as in
/warn:noalignments /iface:nomixed_str_len_arg)

Do i need to convert all my makefiles to conform, or
is this going to be fixed.

thank you
sol
0 Kudos
1 Reply
Steven_L_Intel1
Employee
644 Views
That's a new one to me. File a complaint with Premier Support and it will be looked at. I can confirm your finding and note that the CVF documentation does not talk about whether or not there should be spaces between switches, though it always uses them in examples.
I would recommend adding the spaces anyway.
0 Kudos
Reply