ifort: command line warning #10122:

ifort: command line warning #10122:

Portrait de dnoack

Hello,

I use ifort 11.1.072 with the following comman line:

ifort -D__EFL -DNOSTDCALL -DARGTRAIL -O3 -DPCWIN64_SYS -DPCWINX64_SYS -DPCWINNT_SYS -DCADOE_ANSYS -Qfpp -nbs -4Yportlib -4Ya /c /Fo.\ /DFORTRAN /MD /W0 /object:"..\objects"\ /module:"..\modules"\ /include:%I

and I get the following warning for every source file:

ifort: command line warning #10122: overriding '/object.\' with '/object..\objects\'

I want to get rid of the warning messages.

Please can anyone explain to me, what is wrong in the ifort commant.

Regards,

Dieter

2 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de dnoack

I have solved my problem by myself. The reason for the warning message is, that the options /Fo.\ and /object:"..\objects"\ do the same using different directories and therefore the second option overwrite the first option.

Connectez-vous pour laisser un commentaire.