You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies - things got a but busy with my day job and I'm only now circling back to some of the recent tickets. (I guess thta's what holiday weekends are for! :-)
I'm happy to adjust the flags along the lines you suggest, but will first attempt to read the man pages in the hope of getting a clue why "nointerfaces" is needed.
OK - on my OSX system, your reproducer actually fails on the firstmake. I'm thinking this is an Intel compiler bug.
First, because it gives different behavior on subsequent passes on your system, but also because nointerfaces is the default setting.
If I build the attached small test project with Intel Fortran and use the following cmake commandline:
then issue the following make/rebuild commands:
the second make will fail. I have tracked this to the use of
-warn all
, and-warn all,nointerfaces
solves the problem.I don't know why
-warn all
gives problems, while-warn all,nointerfaces
does not. Possibly related to the generation of*_genmod.mod
filessmalltest.zip
The text was updated successfully, but these errors were encountered: