<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: external subroutines in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824962#M49664</link>
    <description>It is impossible to tell what is wrong without seeing the whole application. You might want to look at my &lt;A href="https://community.intel.com/en-us/forums//topic/41911#12568"&gt;article on access violations&lt;/A&gt; and see if you can figure it out. Running the program under the debugger and seeing where it fails can be a big help.</description>
    <pubDate>Wed, 28 Feb 2007 15:13:52 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2007-02-28T15:13:52Z</dc:date>
    <item>
      <title>external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824954#M49656</link>
      <description>&lt;P&gt;Fortran experts,&lt;/P&gt;
&lt;P&gt;I used the Compaq visual Fortran before. Now trying to use Intel visual studio for old fortran projects. The problem is that some subroutines built in Compaq visual Fortran cannot be recognised (for example, BS2IN - computing a two-dimensional tensor-product spline interpolant). If this kind of special functions had been changed to another names, where can I find them or any help source?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jjtt&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2007 10:41:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824954#M49656</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-02-23T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824955#M49657</link>
      <description>&lt;P&gt;That's an IMSL routine. Did you have the Professional Edition of CVF and do you now have the Professional Edition of Intel Visual Fortran? That's what would provide IMSL.&lt;/P&gt;
&lt;P&gt;You need to make some changes in Visual Studio and add one line of source to use the IMSL routines. For information, see the section on using IMSL in the Building Applications..Using Libraries section of the on-disk documentation.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2007 15:06:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824955#M49657</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-02-23T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824956#M49658</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;I found IMSL.lib and from the imsl.pdf found that need one line for using it. After I add them in, I got new problem. It is either said 'error in opening the library module file (imsl_libraries)', or 'this scalar name is invalid in this context (IVPAG)'.Reason? and also I could not find 'Building Applications' file. Where tofind it? &lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jjtt&lt;FONT size="1"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 11:36:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824956#M49658</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-02-26T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824957#M49659</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;I think I found how to set the IMSL link. However, there are other errors. After compiling the program, I try to build the solution, then it appears that:&lt;/P&gt;&lt;FONT size="1"&gt;&lt;FONT size="1"&gt;
&lt;P&gt;imsls_err.lib(e1init.obj) : error LNK2019: unresolved external symbol __OtsMove referenced in function _E1INIT&lt;/P&gt;
&lt;P&gt;IMSL.lib(LSLRT.obj) : error LNK2001: unresolved external symbol __OtsMove&lt;/P&gt;
&lt;P&gt;IMSL.lib(STBSV.obj) : error LNK2001: unresolved external symbol __OtsMove&lt;/P&gt;
&lt;P&gt;IMSL.lib(ACHAR.obj) : error LNK2001: unresolved external symbol __OtsMove&lt;/P&gt;
&lt;P&gt;imsls_err.lib(e1psh.obj) : error LNK2001: unresolved external symbol __OtsMove&lt;/P&gt;
&lt;P&gt;Could you help me with that?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jjtt&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:32:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824957#M49659</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-02-26T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824958#M49660</link>
      <description>&lt;P&gt;It sounds to me as if you're using the IMSL library from CVF with Intel Fortran. You can't do that. Do you have the Standard Edition or Professional Edition of Intel Visual Fortran? Only the Professional Edition includes IMSL.&lt;/P&gt;
&lt;P&gt;In Visual Studio, select Help and then Intel Fortran Docuimentation. When the page comes up in the browser, click on Intel Visual Fortran Compiler Documentation. On the Contents tab, click on the + by Building Applications, then Using Libraries, then Using the IMSL* Mathematical and Statistical Libraries &lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:42:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824958#M49660</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-02-26T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824959#M49661</link>
      <description>&lt;P&gt;I think I have the professional edition.&lt;/P&gt;
&lt;P&gt;1. I add 'use numerical_libraries ; use ifport; include 'link_f90_static.h' in the main program. But I am using F77 interface, is the 'link_f90_static.h' right?&lt;/P&gt;
&lt;P&gt;2. In other subroutines, I didn't add 'use Numerical_libraries' even I use IMSL routines, then I got error 'unsovled external symbol. But if I add that in, it told me that 'use statement is not positioned correctly with the scoping unit. Why?&lt;/P&gt;
&lt;P&gt;3. I can find 'bs2vl_int.mod' but not 'dbs2vl_int.mod'. In the IMSL guide manual, it is said the dbs2vl is double precision. But in the program, the 'dbs2vl' is not reconginised. Could you tell me the reason?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jjtt&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2007 16:21:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824959#M49661</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-02-27T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824960#M49662</link>
      <description>&lt;P&gt;1. Yes, link_f90_static.h is correct.&lt;/P&gt;
&lt;P&gt;2. The USE statement must come before any other declarations including IMPLICIT.&lt;/P&gt;
&lt;P&gt;3. If you are using the F77 interfaces, do not use the xxx_int modules.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824960#M49662</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-02-27T17:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824961#M49663</link>
      <description>&lt;P&gt;The compiling seems working now. when running, got an error: &lt;/P&gt;
&lt;P&gt;forrt1: sever (157): program exception - access violation. Routine, source and line are unknown. I checked the help mannual. Tried suggestions, but didn't find the problem causing this error. Where is wrong?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jjtt&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:50:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824961#M49663</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-02-28T12:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824962#M49664</link>
      <description>It is impossible to tell what is wrong without seeing the whole application. You might want to look at my &lt;A href="https://community.intel.com/en-us/forums//topic/41911#12568"&gt;article on access violations&lt;/A&gt; and see if you can figure it out. Running the program under the debugger and seeing where it fails can be a big help.</description>
      <pubDate>Wed, 28 Feb 2007 15:13:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824962#M49664</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-02-28T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824963#M49665</link>
      <description>&lt;P&gt;I did debugging before. But it never told me which line is wrong. Every subroutine works fine. However, after compiled them together, cause problem. I wonder, if it is possible for me to send you the application?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;JJtt&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:50:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824963#M49665</guid>
      <dc:creator>jjtt</dc:creator>
      <dc:date>2007-03-01T11:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: external subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824964#M49666</link>
      <description>Certainly - do it through &lt;A href="https://premier.intel.com/"&gt;Intel Premier Support&lt;/A&gt;.</description>
      <pubDate>Thu, 01 Mar 2007 14:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/external-subroutines/m-p/824964#M49666</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-03-01T14:41:30Z</dc:date>
    </item>
  </channel>
</rss>

