How do add decoration to imported subroutines in Intel Compiler?
- From: ferrad <acfer@xxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 01:34:08 -0700
Our build machine compiles a Fortran file using the Intel compiler
v9.1.024. Doing a dumpbin on the object shows that a routine imported
from a linked-in library is specified as AYNUMI@0 and is indeed
represented as such in the lib file.
However my machine is on v9.1.037, and a dumpbin on the object created
from exactly the same ifort command line shows that object is now
looking for AYNUMI, ie. without the decoration. My link therefore
fails as the lib (created with CVF) indeed exports AYNUMI@0.
Any idea how to add the decoration that was removed presumable as a
default during the changes from 24 to 37?
.
- Follow-Ups:
- Re: How do add decoration to imported subroutines in Intel Compiler?
- From: Steve Lionel
- Re: How do add decoration to imported subroutines in Intel Compiler?
- Prev by Date: Re: forall and do loop
- Next by Date: Re: forall and do loop
- Previous by thread: forall and do loop
- Next by thread: Re: How do add decoration to imported subroutines in Intel Compiler?
- Index(es):