<?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 Some terminology correction in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074600#M120188</link>
    <description>&lt;P&gt;Some terminology correction is in order. What you have isn't aliasing. It's using a variable of one type to hold data of a different type. This was never allowed in Fortran - Intel's or anyone else's - but many compilers don't check for type matches of arguments to external procedures. Many older programs took advantage of this to deliberately mismatch types.&lt;/P&gt;

&lt;P&gt;You can disable this error check by setting the project property Fortran &amp;gt; Diagnostics &amp;gt; Check routine interfaces to No. Do this only once you have convinced yourself that the mismatch is intentional and harmless.&lt;/P&gt;

&lt;P&gt;And is it harmless? No. In particular, storing integer data in a real-typed variable can cause that data to be silently changed due to the way floating point data is interpreted. You might also get run-time errors depending on the value stored.&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2016 19:18:31 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-05-25T19:18:31Z</dc:date>
    <item>
      <title>Debugging ODEPACK source codes on Intel Visual Fortran Help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074598#M120186</link>
      <description>&lt;P&gt;Hi, I am try to run the Fortran 77 popular ODEPACK files( written by Alan Hindmarsh) on a Intel Visual Fortran Compiler running on Visual Studio Professional 2012. I have fixed most of the errors except for one recurring one that seems to have an aliasing issue with the compiler.&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;When the overall source codes are run, this is the result:&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;Error 1 error #6633: The type of the actual argument differs from the type of the dummy argument. [RWORK] C:\Users\FortranCompiler\Desktop\Liu text files\opkdmain.f 3445 &lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;Error 2 Compilation Aborted (code 1) C:\Users\FortranCompiler\Desktop\Liu text files\opkdmain.f 1 &lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;Error 3 error #6633: The type of the actual argument differs from the type of the dummy argument. [RWORK] C:\Users\FortranCompiler\Desktop\Liu text files\opkda1.f 9499 &lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;Error 4 Compilation Aborted (code 1) C:\Users\FortranCompiler\Desktop\Liu text files\opkda1.f 1 &lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;List of files and areas of code error:&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="3"&gt;&lt;U&gt;opkdmain.f&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;U&gt;C-----------------------------------------------------------------------&lt;/U&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;C CALL DSTODE(NEQ,Y,YH,NYH,YH,EWT,SAVF,ACOR,WM,WM,F,JAC,DPRJS,DSOLSS) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;C-----------------------------------------------------------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; DSTODE (NEQ, Y,RWORK(LYH), NYH,RWORK(LYH),RWORK(LEWT),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RWORK(LSAVF),RWORK(LACOR),RWORK(LWM),RWORK(LWM),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; F, JAC, DPRJS, DSOLSS)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;KGO = 1 - KFLAG&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;GO TO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (300, 530, 540, 550), KGO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT face="Times New Roman, serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;&lt;FONT color="#000000"&gt;&lt;U&gt;opkda1.f&lt;/U&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt; :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C Call DPREPI to do matrix preprocessing operations. -------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; DPREPI (NEQ, Y, S, RWORK(LYH), RWORK(LSAVF), &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RWORK(LEWT),RWORK(LACOR),IA,JA,IC,JC,RWORK(LWM), &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RWORK(LWM), IPFLAG,RES, JAC, ADDA)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT face="Consolas, sans-serif"&gt;LENWK = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;MAX&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;(LREQ,LWMIN)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (IPFLAG .LT. 0) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;RETURN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C If DPREPI was successful, move YH to end of required space for WM. ---&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;LYHN = LWM + LENWK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (LYHN .GT. LYH) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;RETURN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;LYHD = LYH - LYHN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (LYHD .EQ. 0) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;GO TO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; 20&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;IMAX = LYHN - 1 + LENYHM&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; 10 I=LYHN,IMAX&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;10&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RWORK(I) = RWORK(I+LYHD)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;LYH = LYHN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C Reset pointers for SAVR, EWT, and ACOR. ------------------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;20&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; LSAVF = LYH + LENYH&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;LEWTN = LSAVF + N&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;LACOR = LEWTN + N&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (ISTATC .EQ. 3) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;GO TO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; 40&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C If ISTATE = 1, move EWT (left) to its new position. ------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; (LEWTN .GT. LEWT) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;RETURN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; 30 I=1,N&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;30&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RWORK(I+LEWTN-1) = RWORK(I+LEWT-1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;40&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; LEWT = LEWTN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;RETURN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C----------------------- End of Subroutine DIPREPI ---------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;END&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;*DECK DPREPI&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;SUBROUTINE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; DPREPI (NEQ, Y, S,YH,SAVR,EWT,RTEM,IA,JA,IC,JC,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; WK, IWK, IPPER, RES, JAC, ADDA)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;EXTERNAL&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RES, JAC, ADDA &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; NEQ, IA, JA, IC, JC, IWK, IPPER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; Y, S, YH, SAVR, EWT, RTEM, WK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DIMENSION&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; NEQ(*), Y(*), S(*), YH(*), SAVR(*), EWT(*), RTEM(*),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; IA(*), JA(*), IC(*), JC(*), WK(*), IWK(*)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; IOWND, IOWNS,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; ICF, IERPJ, IERSL, JCUR, JSTART, KFLAG, L,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; LYH, LEWT, LACOR, LSAVF, LWM, LIWM, METH, MITER,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;3&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; MAXORD, MAXCOR, MSBP, MXNCF, N, NQ, NST, NFE, NJE, NQU&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; IPLOST, IESP, ISTATC, IYS, IBA, IBIAN, IBJAN, IBJGP,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; IPIAN, IPJAN, IPJGP, IPIGP, IPR, IPC, IPIC, IPISP, IPRSP, IPA,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; LENYH, LENYHM, LENWK, LREQ, LRAT, LREST, LWMIN, MOSS, MSBJ,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;3&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; NSLJ, NGP, NLU, NNZ, NSP, NZL, NZU&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; ROWNS,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; CCMAX, EL0, H, HMIN, HMXI, HU, RC, TN, UROUND&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt; RLSS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman, serif"&gt;&lt;FONT size="3"&gt;Analysis: Both files have same error with the way RWORK is classified. From the originally run program, RWORK is classified as follows:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT face="Times New Roman, serif"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;EXTERNAL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; FEX, JAC&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; ATOL, RTOL, RWORK, T, TOUT, Y&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;DIMENSION&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; NEQ(12),Y(12), RWORK(500), IWORK(30), RTOL(12), ATOL(12)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;DATA&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; LRW/500/, LIW/30/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;NEQ(1) = 12&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; 10 I = 1,NEQ(1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; Y(I) = 0.0D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;Y(1) = 1.0D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;T = 0.0D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;TOUT = 0.1D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;ITOL = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;RTOL = 1.0D-4&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;ATOL = 1.0D-6&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;ITASK = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;QISTATE = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;IOPT = 0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;MF = 121&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; 40 IOUT = 1,5&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; DLSODES (FEX, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#ffffff"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="2" style="font-size: 9pt"&gt; ITASK, ISTATE, IOPT, RWORK, LRW, IWORK, LIW, JAC, MF)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;
	&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman, serif"&gt;&lt;FONT size="3"&gt;As listed in the opkdmain.f file of odepack subroutines:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C RWORK = a work array used for a mixture of real (double precision)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C and integer work space.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C The length of RWORK (in real words) must be at least&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 20 + NYH*(MAXORD + 1) + 3*NEQ + LWM where&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C NYH = the initial value of NEQ,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C MAXORD = 12 (if METH = 1) or 5 (if METH = 2) (unless a&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C smaller value is given as an optional input),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LWM = 0 if MITER = 0,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LWM = 2*NNZ + 2*NEQ + (NNZ+9*NEQ)/LENRAT if MITER = 1,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LWM = 2*NNZ + 2*NEQ + (NNZ+10*NEQ)/LENRAT if MITER = 2,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LWM = NEQ + 2 if MITER = 3.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C In the above formulas,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C NNZ = number of nonzero elements in the Jacobian matrix.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LENRAT = the real to integer wordlength ratio (usually 1 in&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C single precision and 2 in double precision).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C (See the MF description for METH and MITER.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C Thus if MAXORD has its default value and NEQ is constant,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C the minimum length of RWORK is:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 20 + 16*NEQ for MF = 10,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 20 + 16*NEQ + LWM for MF = 11, 111, 211, 12, 112, 212,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 22 + 17*NEQ for MF = 13,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 20 + 9*NEQ for MF = 20,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 20 + 9*NEQ + LWM for MF = 21, 121, 221, 22, 122, 222,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 22 + 10*NEQ for MF = 23.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C If MITER = 1 or 2, the above formula for LWM is only a&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C crude lower bound. The required length of RWORK cannot&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C be readily predicted in general, as it depends on the&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C sparsity structure of the problem. Some experimentation&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C may be necessary.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C The first 20 words of RWORK are reserved for conditional&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C and optional inputs and optional outputs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C The following word in RWORK is a conditional input:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C RWORK(1) = TCRIT = critical value of t which the solver&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C is not to overshoot. Required if ITASK is&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 4 or 5, and ignored otherwise. (See ITASK.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C LRW = the length of the array RWORK, as declared by the user.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C (This will be checked by the solver.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C IWORK = an integer work array. The length of IWORK must be at least&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 31 + NEQ + NNZ if MOSS = 0 and MITER = 1 or 2, or&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C 30 otherwise.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C (NNZ is the number of nonzero elements in df/dy.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C In DLSODES, IWORK is used only for conditional and&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C optional inputs and optional outputs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C The following two blocks of words in IWORK are conditional&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C inputs, required if MOSS = 0 and MITER = 1 or 2, but not&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C otherwise (see the description of MF for MOSS).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C IWORK(30+j) = IA(j) (j=1,...,NEQ+1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C IWORK(31+NEQ+k) = JA(k) (k=1,...,NNZ)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C The two arrays IA and JA describe the sparsity structure&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C to be assumed for the Jacobian matrix. JA contains the row&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C indices where nonzero elements occur, reading in columnwise&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C order, and IA contains the starting locations in JA of the&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C descriptions of columns 1,...,NEQ, in that order, with&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C IA(1) = 1. Thus, for each column index j = 1,...,NEQ, the&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C values of the row index i in column j where a nonzero&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C element may occur are given by&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C i = JA(k), where IA(j) .le. k .lt. IA(j+1).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C If NNZ is the total number of nonzero locations assumed,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C then the length of the JA array is NNZ, and IA(NEQ+1) must&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#008000"&gt;&lt;FONT face="Consolas, sans-serif"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;C be NNZ + 1. Duplicate entries are not allowed.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman, serif"&gt;&lt;FONT size="3"&gt;It seems that the sections that RWORK is taken as an array of a mix of double precision and integer data types. Is it possible for the RWORK array to contain two different data types or must it only contain one based on Intel's aliasing rules for Fortran 77. Please let me know if the structure of the code right now is in error or if there is an alternative way of allowing RWORK to include both INTEGER and DOUBLE PRECISION data types.&amp;nbsp;&amp;nbsp;Thank you!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 18:45:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074598#M120186</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-25T18:45:12Z</dc:date>
    </item>
    <item>
      <title>That code was written in the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074599#M120187</link>
      <description>&lt;P&gt;That code was written in the 1980's, and it was standard practice to use one big block of scratch-pad/work-area memory (with a work array of any arbitrary type) and parcel chunks of it out as needed. If your objective is just to use the code to solve a problem, there are no "errors" to fix. Just choose suitable compiler options, i.e., relaxed type checking. Below I show the results of a straightforward compilation and linking. The results from running the program agreed with those at Netlib.&lt;/P&gt;

&lt;P&gt;It is probably incorrect and misleading to label as "aliasing" the use of a work array that was allocated as of one type and used later as an array of a different type.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;S:\ODE&amp;gt;ifort /Od demos1.f opkda1.f opkda2.f opkdmain.f
Intel(R) Visual Fortran Compiler for applications running on IA-32, Version 16.0.3.207 Build 20160415
Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 12.00.31101.0
Copyright (C) Microsoft Corporation.  All rights reserved.

-out:demos1.exe
-subsystem:console
-incremental:no
demos1.obj
opkda1.obj
opkda2.obj
opkdmain.obj

S:\ODE&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 19:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074599#M120187</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-05-25T19:14:00Z</dc:date>
    </item>
    <item>
      <title>Some terminology correction</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074600#M120188</link>
      <description>&lt;P&gt;Some terminology correction is in order. What you have isn't aliasing. It's using a variable of one type to hold data of a different type. This was never allowed in Fortran - Intel's or anyone else's - but many compilers don't check for type matches of arguments to external procedures. Many older programs took advantage of this to deliberately mismatch types.&lt;/P&gt;

&lt;P&gt;You can disable this error check by setting the project property Fortran &amp;gt; Diagnostics &amp;gt; Check routine interfaces to No. Do this only once you have convinced yourself that the mismatch is intentional and harmless.&lt;/P&gt;

&lt;P&gt;And is it harmless? No. In particular, storing integer data in a real-typed variable can cause that data to be silently changed due to the way floating point data is interpreted. You might also get run-time errors depending on the value stored.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 19:18:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074600#M120188</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-05-25T19:18:31Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074601#M120189</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thank you both for taking the time to comment on my dilemma. I will look into both your suggestions but I just have a couple quick follow up questions: Where do I go on Visual Studio 2012 Professional to change the compiler options to relaxed Type setting, and where do I go to access project property? I am quite new at working with Fortran and Visual Studio in general so any additional advice would be most appreciated. Thank you!&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Aravind R.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 19:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074601#M120189</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-25T19:44:56Z</dc:date>
    </item>
    <item>
      <title>In the Solution Explorer pane</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074602#M120190</link>
      <description>&lt;P&gt;In the Solution Explorer pane, right click on the Fortran project (purple and white F icon), select Properties. Then Fortran &amp;gt; Diagnostics. Other compiler settings are in this dialog.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 19:55:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074602#M120190</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-05-25T19:55:17Z</dc:date>
    </item>
    <item>
      <title>You may also consider</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074603#M120191</link>
      <description>&lt;P&gt;You may also consider Hindmarsh's newer solver, VODE, which is also available at Netlib:&amp;nbsp;http://www.netlib.org/ode/vode.f .&lt;/P&gt;

&lt;P&gt;This newer solver does not use work arrays in ways that you may find objectionable. However, it calls the old Linpack linear equation solvers, and you may wish to replace those calls with corresponding calls to the Lapack routines in MKL.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 14:54:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074603#M120191</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-05-26T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074604#M120192</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks to your suggestions, I got the program to work. I am now trying to run the ODEPACK files through a different program that calls them and writes the results into KPOV.txt files as shown below:&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;PROGRAM&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; DESIGN05A&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The purpose of this program is to compute a batch reaction&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C to produce PET. The batch time is five hours, and the charge&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C is liquid ethylene glycol and solid terephthalic acid.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Solid dissolution is assumed to occur instantaneously, i.e.,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C it is not rate limited. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The code automatically varies the EG/TPA mole feed ratio&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C (from 0.5 to 1.5, in increments of 0.1) and the temperature&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C exponent (from 1 to 20, in increments of 5), and records the&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C effect of these variables on:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C *Mass PET Produced / Mass Fed&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C *Number-average molecular weight of the PET produced (kg/mol)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C *Mass DEG Produced / Mass PET Produced&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The code takes a few minutes to run on a Intel Pentium 4, 3GHz&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C personal computer.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Kevin C. Seavey, 2006&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Blacksburg, VA 24061&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;IMPLICIT NONE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; NCOMP, NEQ, I, JLOOP1, JLOOP2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;PARAMETER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (NCOMP = 14, NEQ = NCOMP+1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; COMPLIST(NCOMP), COMPTYPE(NCOMP)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; MW(NCOMP), CRIT(NCOMP,3), PSAT(NCOMP,5),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; LMV(NCOMP,4), VAPVISC(NCOMP,4), LIQVISC(NCOMP,5),&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; VKLIQDENS(NCOMP,6), ETAZERO(NCOMP,2), XC&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; MOLES(NEQ), PRES&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; LENRWORK, LENIWORK, ITOL, ITASK, ISTATE, IOPT, MF&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;PARAMETER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (LENRWORK = 1000, LENIWORK = 30)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;INTEGER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; IWORK(LENIWORK)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DOUBLE PRECISION&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; ATOL, RTOL, RWORK(LENRWORK), T, DT, JAC, TOUT, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; TEND, ZERO, TEMP, LMOLES(NCOMP), MWN, POLYMWN, MASS(NCOMP), &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; FEEDMASS, TEXP, KPOV(3,11,5)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;PARAMETER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (ZERO = 0.D0)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;EXTERNAL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; FILLPROPS, DLSODES, F, MOLETOMASS, MWN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;COMMON&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; /INT/ COMPTYPE, COMPLIST&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;COMMON&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; /DP/ LMV, XC, VKLIQDENS, MW, TEND, TEMP, TEXP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The first step in this simulation is to define the component list.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C For us, it is acetaldehyde, antimony triacetate, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C diethylene glycol, ethylene glycol,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C terephthalic acid, water, PET, B-DEG, B-EG, B-TPA, T-EG, T-TPA, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C T-VIN, and T-DEG&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(1) = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(2) = 4&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(3) = 8&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(4) = 9&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(5) = 11&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(6) = 12&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(7) = 14&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(8) = 16&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(9) = 17&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(10) = 18&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(11) = 21&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(12) = 24&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(13) = 25&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;COMPLIST(14) = 26&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The second step is to fill the property parameter arrays&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; FILLPROPS(NCOMP, COMPLIST, COMPTYPE, MW, CRIT, PSAT,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; LMV, VAPVISC, LIQVISC, VKLIQDENS, ETAZERO)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The third step is list the initial molar hold ups of the &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C liquid and solid phases. These will be stored in a stacked &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C vector containing liquid phase components, then solid phase&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C components (only TPA is in solid phase). Also define the&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C crystal mole fraction in PET.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C (in addition, we are also entering a nested loop where&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C the EG/TPA mole feed ratio is automatically changed (JLOOP1) and&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C the temperature exponent is also automatically changed (JLOOP2))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; JLOOP1 = 1,11&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; JLOOP2 = 1, 5&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; I = 1, NCOMP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MOLES(I) = ZERO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MOLES(2) = 0.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MOLES(4) = 0.5D0 + (&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;FLOAT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(JLOOP1)-1.D0)*0.1D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MOLES(NCOMP+1) = 1.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;XC = 0.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;TEXP = 1.D0 + (&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;FLOAT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(JLOOP2)-1.D0)*5.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;FEEDMASS = MOLES(4)*MW(4) + MOLES(NCOMP+1)*MW(5)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The fourth step is to define DLSODES parameters and time &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C constants (s)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;T = 0.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;TEND = 5.D0 * 3600.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;DT = 60.D0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;TOUT = T + DT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;ITOL = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;RTOL = 1.D-10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;ATOL = 1.D-10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;ITASK = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;ISTATE = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;IOPT = 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MF = 222&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;IWORK(5) = 5&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;IWORK(6) = 10000&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;IWORK(7) = 10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C The fifth step is to repeatedly integrate in time until &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C the end time is reached&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;OPEN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(11, FILE = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"Results.txt"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(11,20) T, 100.D0, (MOLES(I), I = 1, NEQ)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WHILE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (T.LE.TEND)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Integrate to new time&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; DLSODES(F, NEQ, MOLES, T, TOUT, ITOL, RTOL, ATOL,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; ITASK, ISTATE, IOPT, RWORK, LENRWORK, IWORK, LENIWORK,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;&lt;FONT color="#ffffff" face="Consolas" size="2"&gt;$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; JAC, MF)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Check to see if solver failed&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (ISTATE.LT.0) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;GOTO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; 10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Write results&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(11,20) T, TEMP, (MOLES(I), I = 1, NEQ)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Reset TOUT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;TOUT = TOUT + DT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Now compute pertinent quantities&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; I = 1, NCOMP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;LMOLES(I) = MOLES(I)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;POLYMWN = MWN(NCOMP, COMPTYPE, LMOLES, MW)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CALL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; MOLETOMASS(NCOMP, COMPTYPE, MW, LMOLES, MASS)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;KPOV(1,JLOOP1,JLOOP2) = MASS(7)/FEEDMASS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;KPOV(2,JLOOP1,JLOOP2) = POLYMWN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;KPOV(3,JLOOP1,JLOOP2) = MASS(3)/MASS(7)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Normal stop&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(11)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C (two ENDDOs below correspond to JLOOP1 and JLOOP2)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Now write the KPOV matrices (as a function of EG/TPA feed&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C and temperature exponent) to output files&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;OPEN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (12, FILE=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"KPOV1.txt"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;OPEN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (13, FILE=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"KPOV2.txt"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;OPEN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; (14, FILE=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"KPOV3.txt"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; JLOOP1 = 1, 11&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(12,30) (KPOV(1,JLOOP1,JLOOP2), JLOOP2=1,5)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(13,30) (KPOV(2,JLOOP1,JLOOP2), JLOOP2=1,5)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(14,30) (KPOV(3,JLOOP1,JLOOP2), JLOOP2=1,5)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ENDDO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(12)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(13)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(14)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;STOP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C Print error if solver fails&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(*,*) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"INTEGRATOR FAILED. ISTATE:"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;, ISTATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(11)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;STOP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;20&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;FORMAT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(2F10.1, 15(X, ES10.3E2))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;30&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;FORMAT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(ES10.3E2, 4(X, ES10.3E2))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;C &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;PRINT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; *, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"PROGRAM DONE"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;END&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;DIV&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;The external programs that are called are written in as well but for some reason, output is blank.&amp;nbsp;I think the code successfully wrote the data into .txt files but I am having trouble locating where those files are stored since the files did not pop up upon the completion of the code. The build is listed as being successful, so if you could direct me as to where I can find stored .txt files in visual studio I would be most grateful.​&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Thanks!&lt;/FONT&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Aravind&lt;/FONT&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 14:58:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074604#M120192</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-26T14:58:56Z</dc:date>
    </item>
    <item>
      <title>And mecej4 thanks for the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074605#M120193</link>
      <description>&lt;P&gt;And mecej4 thanks for the alternative approach! The program seems to be running fine when I just adjust the error check settings though, so I think I will just stick to Hindmarsh's older solver for now.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 15:04:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074605#M120193</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-26T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Quote:Arvind R. wrote:The</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074606#M120194</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;The external programs that are called are written in as well but for some reason, output is blank. I think the code successfully wrote the data into .txt files but I am having trouble locating where those files are stored since the files did not pop up upon the completion of the code. The build is listed as being successful, so if you could direct me as to where I can find stored .txt files in visual studio I would be most grateful.​&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Lots of "iffy" statements here!&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;A successful build does not automatically cause the just-built program to be run.&amp;nbsp;&lt;/LI&gt;
	&lt;LI&gt;If the program was built and run, there is nothing unusual about "output is blank", since your program only writes to files (except when the solver fails). The output is made to be blank by your design.&lt;/LI&gt;
	&lt;LI&gt;It is amusing to me that you expect the text files written by your program to "pop up" upon the completion of the code. I may be old-fashioned, but I expect my programs to just do what they were programmed to do, and no more. If there is to be any celebration of their doing so, I want to be in charge.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If the program did run, you should normally see the output files in the project directory (the directory where the .SLN and .VFPROJ files of the project are located), but the location can be altered by your project settings or your program itself.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074606#M120194</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-05-26T16:17:00Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074607#M120195</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks mecej4,&lt;/P&gt;

&lt;P&gt;So if I wanted the text file to be open is there a command I can write in on the program to make that possible and if not how exactly do I open the project directory on Visual Studio?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:27:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074607#M120195</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-26T16:27:19Z</dc:date>
    </item>
    <item>
      <title>If the VS output window is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074608#M120196</link>
      <description>&lt;P&gt;If the VS output window is open, you will see something similar to the following when your program has finished:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;The program '[5696] tprj.exe' has exited with code 0 (0x0)&lt;/PRE&gt;

&lt;P&gt;Pressing ctrl+o will show you a directory box, and within it you should see the newly-created file(s).&lt;/P&gt;

&lt;P&gt;Regarding getting VS to open the files, etc., someone else may answer. I do not use VS at all, if I can avoid doing so.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:49:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074608#M120196</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-05-26T16:49:58Z</dc:date>
    </item>
    <item>
      <title>In Visual Studio you can use</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074609#M120197</link>
      <description>&lt;P&gt;In Visual Studio you can use File &amp;gt; Open... &amp;gt; File... to open any file. You can also add an arbitrary file to your project and view it within Visual Studio (assuming it's something VS knows how to read.)&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 19:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074609#M120197</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-05-26T19:09:22Z</dc:date>
    </item>
    <item>
      <title>Steve, the files concerned</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074610#M120198</link>
      <description>&lt;P&gt;Steve, the files concerned are files that are written/re-written by his program. I suppose he could manually open the files after first creation, and thereafter have the editor sense when the files are rewritten on disk and refresh the display.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 19:42:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074610#M120198</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-05-26T19:42:29Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074611#M120199</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks guys!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to open the files per mecej4's suggestion thank you both for taking the time to answer my questions!&lt;/P&gt;

&lt;P&gt;Wish you all the best!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 19:45:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074611#M120199</guid>
      <dc:creator>Aravind_R_1</dc:creator>
      <dc:date>2016-05-26T19:45:57Z</dc:date>
    </item>
    <item>
      <title>I just stumbled upon the same</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074612#M120200</link>
      <description>&lt;P&gt;I just stumbled upon the same compiler flags as Aravind in trying to use LSODES to solve some partial differential equations using the method of lines and the &lt;A href="https://dl.acm.org/citation.cfm?id=355650"&gt;PDEONE routine from Sincovec and Madsen.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In agreement with the replies from mecej4 and Steve Lionel, the ODEPACK documentation in fact explicitly mentions this type mismatching:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;4. ODEPACK contains a few instances where ANSI Fortran 77 is violated:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; (a) In various places in the LSODES and LSODIS solvers, a call to a&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subroutine has a subscripted real array as an argument where the&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subroutine called expects an integer array.&amp;nbsp; Calls of this form&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; occur in Subroutine SLSODES (to SSTODE), in SIPREP (to SPREP),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in Subroutine SLSODIS (to SSTODI), and in SIPREPI (to SPREPI).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Another such call occurs in the SLSODES demonstration program,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from the main program to Subroutine SSOUT.&amp;nbsp; This is done in order&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to use work space in an efficient manner, as the same space is&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sometimes used for real work space and sometimes for integer work&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; space.&amp;nbsp; If your compiler does not accept this feature, one possible&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; way to get the desired result is to compile the called routines&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and calling routines in separate jobs, and then combine the binary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modules in an appropriate manner.&amp;nbsp; If this procedure is still not&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; acceptable under your system, it will be necessary to radically&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alter the structure of the array RWORK within the LSODES or LSODIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; solver package.&amp;nbsp; (See also Note 5 below.)&lt;/P&gt;&lt;P&gt;5. For maximum storage economy, the LSODES and LSODIS solvers make use&lt;BR /&gt;of the real to integer wordlength ratio.&amp;nbsp; This is assumed to be an&lt;BR /&gt;integer L such that if a real array R and an integer array M occupy&lt;BR /&gt;the same space in memory, R(1) having the same bit address as M(1),&lt;BR /&gt;then R(I) has the same address as M((I-1)*L+1).&amp;nbsp; This ratio L is&lt;BR /&gt;usually 1 for single precision, and this is the value used in the&lt;BR /&gt;single precision version supplied.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are such tricks still useful anywhere today or would they be considered extremely bad practice?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2018 19:19:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074612#M120200</guid>
      <dc:creator>ivanpribec</dc:creator>
      <dc:date>2018-12-29T19:19:25Z</dc:date>
    </item>
    <item>
      <title>These tricks are mostly</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074613#M120201</link>
      <description>&lt;P&gt;These tricks are mostly unnecessary, since in Fortran 90+ subroutines can allocate and deallocate scratch space as needed, without requiring the caller to provide scratch arrays in the argument list.&lt;/P&gt;&lt;P&gt;For modern versions of the Livermore ODE solvers, see &lt;A href="https://computation.llnl.gov/projects/sundials" target="_blank"&gt;https://computation.llnl.gov/projects/sundials&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 20:04:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074613#M120201</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-12-31T20:04:17Z</dc:date>
    </item>
    <item>
      <title>I empathize with the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074614#M120202</link>
      <description>&lt;P&gt;I empathize with the originator of this thread @Aravind R since I have battled with this same issue for several years. Several good responses to the question but here are my comments as a user of IVF:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;1. I have been using LSODE since 1993 and it worked for several years with several compilers on Windows(95/NT/2000/XP)/Unix/Linux up to and including Compaq Visual Fortran WITH NO CHANGE IN THE SETTINGS OF THE DEFAULT PARAMETERS. Somehow, the default parameters allowed error-free compilation and linking as well as accurate results with all runs.&lt;BR /&gt;&amp;nbsp;2. With the change to IVF, the default parameters did not allow error-free compilation for reasons outlined above.&lt;BR /&gt;&amp;nbsp;3. However, even within the various releases of IVF, there are changes to default parameters that result in errors (see my recent post on MINLOC/MAXLOC).&lt;BR /&gt;&amp;nbsp;4. I checked a project that had successfully run in 2012 with the new version of LSODE (released first in 2003) but it will not compile today with 19.0.1.144 and the "Yes (/warn:interfaces)" default option is one of the problems for these older codes.&lt;BR /&gt;&amp;nbsp;5. Previously, with IVF, the option /iface:cvf did the trick for these older codes since as described in the IVF manual it "Tells the compiler to use calling conventions compatible with Compaq Visual Fortran*. This value is only available on Windows* systems." That does not seem to work anymore although the code was CVF compatible.&lt;BR /&gt;&amp;nbsp;6. Also, the /warn:interfaces on/off switch seems to be generating a compiler error. Should this not be a compiler warning? The default for "Treat warnings as errors" is no.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 23:52:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074614#M120202</guid>
      <dc:creator>avinashs</dc:creator>
      <dc:date>2019-01-02T23:52:28Z</dc:date>
    </item>
    <item>
      <title>/warn:interface diagnostics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074615#M120203</link>
      <description>&lt;P&gt;/warn:interface diagnostics are indeed errors and not warnings. Similar for /warn:declarations Yes, it seems confusing and inconsistent.&lt;/P&gt;&lt;P&gt;A lot of old code was written in ways that violate the Fortran standard, but compilers of that era didn't detect the problem or the program managed to work anyway. As compilers advanced, both with optimization and diagnostics, the sins of the old code finally catch up to it and errors ensue. This is almost always the fault of the old code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would not expect that /iface:cvf would solve this sort of problem. It might mask it, though.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 00:37:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074615#M120203</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-01-03T00:37:39Z</dc:date>
    </item>
    <item>
      <title>Quote:avinashs wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074616#M120204</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;avinashs wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I empathize with the originator of this thread @Aravind R since I have battled with this same issue for several years. Several good responses to the question but here are my comments as a user of IVF:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;1. I have been using LSODE since 1993 and it worked for several years with several compilers on Windows(95/NT/2000/XP)/Unix/Linux up to and including Compaq Visual Fortran WITH NO CHANGE IN THE SETTINGS OF THE DEFAULT PARAMETERS. Somehow, the default parameters allowed error-free compilation and linking as well as accurate results with all runs.&lt;BR /&gt;&amp;nbsp;2. With the change to IVF, the default parameters did not allow error-free compilation for reasons outlined above.&lt;BR /&gt;&amp;nbsp;3. However, even within the various releases of IVF, there are changes to default parameters that result in errors (see my recent post on MINLOC/MAXLOC).&lt;BR /&gt;&amp;nbsp;4. I checked a project that had successfully run in 2012 with the new version of LSODE (released first in 2003) but it will not compile today with 19.0.1.144 and the "Yes (/warn:interfaces)" default option is one of the problems for these older codes.&lt;BR /&gt;&amp;nbsp;5. Previously, with IVF, the option /iface:cvf did the trick for these older codes since as described in the IVF manual it "Tells the compiler to use calling conventions compatible with Compaq Visual Fortran*. This value is only available on Windows* systems." That does not seem to work anymore although the code was CVF compatible.&lt;BR /&gt;&amp;nbsp;6. Also, the /warn:interfaces on/off switch seems to be generating a compiler error. Should this not be a compiler warning? The default for "Treat warnings as errors" is no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These complaints are valid only if you build within Visual Studio and you have /warn:interfaces in your project settings, by default and not&amp;nbsp;by voluntary selection.&lt;/P&gt;&lt;P&gt;I do not use Visual Studio, and my compiler options, as set in ifort.cfg, are just &lt;STRONG&gt;/traceback /MD&lt;/STRONG&gt; . With these options, I compiled an ran the first demo program for Odepack from Netlib using IFort 2013-SP1 and IFort 19.0.1. The results agreed with each other and with those provided at Netlib in the file opkd-sum. I did the same test with the NAG compiler, and I found that I had to use the &lt;STRONG&gt;-dusty&lt;/STRONG&gt; option of that compiler to overcome the legitimate complaint that arg-10 of the calls to DPREP had the wrong type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reran, using &lt;STRONG&gt;/iface:cvf&lt;/STRONG&gt; with IFort 19.0.1. As I expected, the results were not affected at all. In fact, the output results from two runs (i) 64-bit, &lt;STRONG&gt;/traceback /MD&lt;/STRONG&gt; and (ii) 32-bit, &lt;STRONG&gt;/traceback /MD&lt;/STRONG&gt; &lt;STRONG&gt;/iface:cvf&lt;/STRONG&gt;, were byte-level identical (I redirected the outputs to files and compared using &lt;STRONG&gt;fc /b)&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;If you are a regular user of old F66 and F77 codes with such benign (and other less benign) errors, simply turn off interface checking for those projects, and manage the ensuing risks. Yet another option is to break up the source file using a Fortran file splitting utility (fsplit in CVF, Sun Fortran, etc.), and to compile the split files separately.&lt;/P&gt;&lt;P&gt;The default options should be those that best match the desires of the majority of Ifort users, whether those are for command line usage or in Visual Studio.&lt;/P&gt;&lt;P&gt;One of the first things that I do after installing Windows, Linux,&amp;nbsp;a new version of Parallel Studio or another compiler package is to change the settings to match my preferences. Since I know that I am not in the majority group, I have no complaints about having to do this minor chore. In fact, I am thankful that there exists a simple and convenient way of setting my preferences and having&amp;nbsp;them stay in effect until the next compiler update.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 15:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-ODEPACK-source-codes-on-Intel-Visual-Fortran-Help/m-p/1074616#M120204</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-01-03T15:18:00Z</dc:date>
    </item>
  </channel>
</rss>

