<?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: error specification statement cannot appear in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875551#M73732</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/410802"&gt;fadauto&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;I didn't believe that was only this, and I did fix mistakes you pointed. Now, it is work out.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;I don't know who is fadauto, but I have the same code/program that he (MONETA). Probably we made the same course and we obtained the code to input the data in a software. I didn't had any experience with programming until now. I'm workin with Microsoft Visual Studio 2008 and Intel Visual Fortran Compiler 11.0, both demo version. I need your support. Please, see attachments.&lt;BR /&gt;&lt;BR /&gt;One more question, it's necessary create extensions of files (&lt;SPAN style="font-weight: bold;"&gt;*.txt&lt;/SPAN&gt; and &lt;SPAN style="font-weight: bold;"&gt;*.h - 'link_lnf_static.h'&lt;/SPAN&gt;, mentioned at line of code) in the same directory of moneta.f90 or this files will be create by moneta.f90 automaticaly when it's executed?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Apr 2009 04:23:38 GMT</pubDate>
    <dc:creator>britodsyahoo_com_br</dc:creator>
    <dc:date>2009-04-24T04:23:38Z</dc:date>
    <item>
      <title>error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875546#M73727</link>
      <description>&lt;P&gt;I tried to ivoke a Fortran code but a message error has showed and I don't know what is mean. The initial code and the messege error log are attached. I am working with Visual Fortran Compiler v 11.0 .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2008 23:36:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875546#M73727</guid>
      <dc:creator>fadauto</dc:creator>
      <dc:date>2008-12-29T23:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875547#M73728</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The attachment isn't showing - you need to go back into Add Files, click on the folder, click on the file name and then click Add as Attachment.&lt;/P&gt;
&lt;P&gt;You don't show the full error message but this is probably telling you that you placed a declaration statement after the first executable statement. For example, something like this:&lt;/P&gt;
&lt;P&gt;
&lt;PRE&gt;[cpp]integer x
x = 3
real y ! Error![/cpp]&lt;/PRE&gt;
You should read the section towards the front of the Intel Fortran Language Reference (part of the on-disk documentation), or any Fortran textbook, on the statement ordering requirements. Once you have an executable statement, you can't have any other declarations.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2008 01:46:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875547#M73728</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-12-30T01:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875548#M73729</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;OK. Now the files are under the message. Showed attached. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2009 00:37:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875548#M73729</guid>
      <dc:creator>fadauto</dc:creator>
      <dc:date>2009-01-03T00:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875549#M73730</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The specific problem is the line:&lt;/P&gt;
&lt;P&gt;use=imslf90&lt;/P&gt;
&lt;P&gt;This is an assignment statement that assigns the (uninitialized) variable imslf90 to the undeclared variable use.&lt;/P&gt;
&lt;P&gt;You probably meant:&lt;/P&gt;
&lt;P&gt;use imslf90&lt;/P&gt;
&lt;P&gt;but that is not a valid module name in the IMSL library as provided with Intel Visual Fortran Professional Edtion with IMSL. I did not see, in the main program, calls to any IMSL routines so I am not sure what was wanted here. Also, the commented-out INCLUDE of 'link_f90_static.h' should be uncommented and the name changed to 'link_fnl_static.h'.&lt;/P&gt;
&lt;P&gt;However, that is not the worst of the problems. There are uses of the letter O instead of the digit 0, continued lines without the proper continuation, and more. I got many, many errors trying to compile this. It looks as if you may have typed this in from reading it in a book.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2009 01:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875549#M73730</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-01-03T01:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875550#M73731</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;The specific problem is the line:&lt;/P&gt;
&lt;P&gt;use=imslf90&lt;/P&gt;
&lt;P&gt;This is an assignment statement that assigns the (uninitialized) variable imslf90 to the undeclared variable use.&lt;/P&gt;
&lt;P&gt;You probably meant:&lt;/P&gt;
&lt;P&gt;use imslf90&lt;/P&gt;
&lt;P&gt;but that is not a valid module name in the IMSL library as provided with Intel Visual Fortran Professional Edtion with IMSL. I did not see, in the main program, calls to any IMSL routines so I am not sure what was wanted here. Also, the commented-out INCLUDE of 'link_f90_static.h' should be uncommented and the name changed to 'link_fnl_static.h'.&lt;/P&gt;
&lt;P&gt;However, that is not the worst of the problems. There are uses of the letter O instead of the digit 0, continued lines without the proper continuation, and more. I got many, many errors trying to compile this. It looks as if you may have typed this in from reading it in a book.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I didn't believe that was only this, and I did fix mistakes you pointed. Now, it is work out.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 01:10:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875550#M73731</guid>
      <dc:creator>fadauto</dc:creator>
      <dc:date>2009-01-14T01:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875551#M73732</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/410802"&gt;fadauto&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;I didn't believe that was only this, and I did fix mistakes you pointed. Now, it is work out.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;I don't know who is fadauto, but I have the same code/program that he (MONETA). Probably we made the same course and we obtained the code to input the data in a software. I didn't had any experience with programming until now. I'm workin with Microsoft Visual Studio 2008 and Intel Visual Fortran Compiler 11.0, both demo version. I need your support. Please, see attachments.&lt;BR /&gt;&lt;BR /&gt;One more question, it's necessary create extensions of files (&lt;SPAN style="font-weight: bold;"&gt;*.txt&lt;/SPAN&gt; and &lt;SPAN style="font-weight: bold;"&gt;*.h - 'link_lnf_static.h'&lt;/SPAN&gt;, mentioned at line of code) in the same directory of moneta.f90 or this files will be create by moneta.f90 automaticaly when it's executed?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Apr 2009 04:23:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875551#M73732</guid>
      <dc:creator>britodsyahoo_com_br</dc:creator>
      <dc:date>2009-04-24T04:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875552#M73733</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;The specific problem is the line:&lt;/P&gt;
&lt;P&gt;use=imslf90&lt;/P&gt;
&lt;P&gt;This is an assignment statement that assigns the (uninitialized) variable imslf90 to the undeclared variable use.&lt;/P&gt;
&lt;P&gt;You probably meant:&lt;/P&gt;
&lt;P&gt;use imslf90&lt;/P&gt;
&lt;P&gt;but that is not a valid module name in the IMSL library as provided with Intel Visual Fortran Professional Edtion with IMSL. I did not see, in the main program, calls to any IMSL routines so I am not sure what was wanted here. Also, the commented-out INCLUDE of 'link_f90_static.h' should be uncommented and the name changed to 'link_fnl_static.h'.&lt;/P&gt;
&lt;P&gt;However, that is not the worst of the problems. There are uses of the letter O instead of the digit 0, continued lines without the proper continuation, and more. I got many, many errors trying to compile this. It looks as if you may have typed this in from reading it in a book.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;I don't know who is fadauto, but I have the same code/program that he (MONETA). Probably we made the same course and we obtained the code to input the data in a software. I didn't had any experience with programming until now. I'm workin with Microsoft Visual Studio 2008 and Intel Visual Fortran Compiler 11.0, both demo version. I need your support. Please, see attachments.&lt;BR /&gt;&lt;BR /&gt;One more question, it's necessary create extensions of files (*.txt and *.h - 'link_lnf_static.h', mentioned at line of code) in the same directory of moneta.f90 or this files will be create by moneta.f90 automaticaly when it's executed?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Apr 2009 04:30:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875552#M73733</guid>
      <dc:creator>britodsyahoo_com_br</dc:creator>
      <dc:date>2009-04-24T04:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875553#M73734</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
This program depends on the IMSL libraries which are provided only if you have purchased "Intel Visual Fortran Professional Edition with IMSL". The file LINK_FNL_STATIC.H is part of the IMSL component, as is a module with IMSL definitions, though it is not named IMSLF90 in our version. If in fact you have IMSL available, than please read &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;this knowledge base article&lt;/A&gt; on how to configure and use it. However, the evaluation version does not include IMSL.&lt;BR /&gt;&lt;BR /&gt;Any .txt files that the program might need you will have to create separately.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2009 05:12:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875553#M73734</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-04-24T05:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875554#M73735</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; This program depends on the IMSL libraries which are provided only if you have purchased "Intel Visual Fortran Professional Edition with IMSL". The file LINK_FNL_STATIC.H is part of the IMSL component, as is a module with IMSL definitions, though it is not named IMSLF90 in our version. If in fact you have IMSL available, than please read &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;this knowledge base article&lt;/A&gt; on how to configure and use it. However, the evaluation version does not include IMSL.&lt;BR /&gt;&lt;BR /&gt;Any .txt files that the program might need you will have to create separately.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt; Steve,&lt;BR /&gt;&lt;BR /&gt;Sorry my English, I have some difficul yet. &lt;BR /&gt;&lt;BR /&gt;IMSL Fortran Library 6.0 it will work with Microsoft Visual Studio 2008 and Visual Fortran Compiler 11.0? I aquired IMSL demo version in &lt;A href="https://community.intel.com/www.vni.com" target="_blank"&gt;www.vni.com&lt;/A&gt; that depend of a license number to test it. Did you  have some test version of IMSL Fortran to indicate? &lt;BR /&gt;&lt;BR /&gt;I don't have plans to buy IMSL now. Not exist a especific project to apply this software. I'm not a programmer, I'm a graphic designer curious. I will have to buy IMSL Fortran and others softwares/produts at a distant future, but now, I need to test it to know how IMSL will contribute with my plans.&lt;BR /&gt;&lt;BR /&gt;Danilo Silva Brito
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Apr 2009 16:25:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875554#M73735</guid>
      <dc:creator>britodsyahoo_com_br</dc:creator>
      <dc:date>2009-04-24T16:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: error specification statement cannot appear</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875555#M73736</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Danilo,&lt;BR /&gt;&lt;BR /&gt;Yes, VNI does offer an evaluation version of IMSL. It is not identical to the version that we supply in that it requires some licensing code to be linked in, but the operation should be similar. I can't help with setting up Intel Fortran for use with that version of IMSL, but you may find that the instructions I mentioned earlier are helpful. You will need to talk to VNI for support of that version.&lt;BR /&gt;&lt;BR /&gt;With our version of IMSL, and replacing IMSLF90 with NUMERICAL_LIBRARIES, the source moneta.f90 compiles but on linking it is missing routines OPTIMUM and CALC which are user routines (not part of IMSL.)&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2009 17:43:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-specification-statement-cannot-appear/m-p/875555#M73736</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-04-24T17:43:29Z</dc:date>
    </item>
  </channel>
</rss>

