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

/logo does not over-ride /nologo

Matthew_Nicoll
Beginner
261 Views

On page 148 of the IVF User's guide it states:

"If there are enabling and disabling versions of an option on the command line, the last one on the command
line takes precedence."

This does not seem to be the case with /nologo and /logo !
See the following command sequence:

---------------------------------
b:\test>ifort /c tios.for
Intel(R) Visual Fortran Compiler for applications running on IA-32, Version 16.0
.2.180 Build 20160204
Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.


b:\test>ifort /c tios.for /nologo

b:\test>ifort /c tios.for /nologo  /logo


b:\test>
--------------------------------

/nologo takes precedence, whatever its position.
Am I missing something?

0 Kudos
1 Reply
Kevin_D_Intel
Employee
261 Views

I do not believe you are missing anything. The options should honor what is stated in the User’s Guide. I routed this to our Driver Developers. Thank you.

(Internal tracking id: DPD200413594)

0 Kudos
Reply