<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help with fortran errors in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254601#M154356</link>
    <description>&lt;P&gt;I have sent you a message through the private mail feature of this forum. Click on the envelope icon at the top right when you are logged in here, and reply to my message, with the PDF file attached.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 19:33:02 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2021-02-09T19:33:02Z</dc:date>
    <item>
      <title>Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254465#M154338</link>
      <description>&lt;BR /&gt;Hello, I needed to use an old f77 fortran program and I'm trying to make it functional (I'm using the Microsoft developer studio compiler not intel) &lt;BR /&gt;I got many errors that I managed to fix. However, I've been struggling with these 4 remaining ones :&lt;BR /&gt;&lt;BR /&gt;Line 1:&lt;BR /&gt;FORMAT('0',4X,9('0'),10('1'),10('2'),10(,3),10('4),&lt;BR /&gt;Error1 : FOR3852 : syntax error detected between 4 and X&lt;BR /&gt;&lt;BR /&gt;Line2 : IF(IDBUG(1).NE.0)&lt;BR /&gt;Error2 : FOR3852: syntax error&lt;BR /&gt;&lt;BR /&gt;Lines : the subroutine is too long to include here, however everything is written exactly as in the oroginal program I don't know what I should do o fix it! &lt;BR /&gt;Error3 : overlapping DO/IF/SELECT/where at label 17&lt;BR /&gt;&lt;BR /&gt;Line: long subroutine, in this program there were no enddo's (f77), I dnt get why of all the other do statements this is the only error regarding the missing end do! &lt;BR /&gt;Error4 (another subroutine): missing end do statement &lt;BR /&gt;&lt;BR /&gt;If you have any direct tips or know any valuable resources that could help please let me know. &lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Tue, 09 Feb 2021 14:11:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254465#M154338</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254480#M154339</link>
      <description>&lt;P&gt;You will have to provide the full source file. I can only guess one of the errors -- a missing single quote (a.k.a. apostrophe here) between &lt;STRONG&gt;4&lt;/STRONG&gt; and &lt;STRONG&gt;)&lt;/STRONG&gt; .&lt;/P&gt;
&lt;P&gt;Zip up the source file and attach the zip file to your reply, or upload the zip file to a cloud file storage service and provide a link here.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 14:58:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254480#M154339</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-02-09T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254520#M154341</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp;&amp;nbsp;here's the file (it's a very long program)&lt;/P&gt;
&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:20:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254520#M154341</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254535#M154344</link>
      <description>&lt;P&gt;Someone is STILL using Microsoft Fortran PowerStation?!?!? Why?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254535#M154344</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-02-09T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254540#M154346</link>
      <description>&lt;P&gt;The source file contains dozens of errors. It appears to have been created by OCR or PDF extract from a document or image file. Examples of such errors are 'I' in place of '1', '.' in place of ',' and vice versa, etc. If you have the original document, take each line that the compiler flags as having an error and compare it with the corresponding line in the document.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is simple, if erroneous, Fortran 77 code, and you should be able to use any compiler.&lt;/P&gt;
&lt;P&gt;Even after you get the file to compile with no syntax errors, it is very likely that there remain many errors. Locating and fixing these errors is a task for an experienced Fortran programmer who understand the scientific topics that the program is concerned with. Do you have a local person that you can consult and ask for help?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:56:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254540#M154346</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-02-09T17:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254546#M154347</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp; yes it was indeed created from a pdf extract and it was filled with mistakes, I went through the entire file line by line and compared and fixed everything (or almost)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the remaining errors however are especially in lines that are clearly identical to the original program&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can ask for help in my university (I'm a masters student) but I don't think I can find someone who will accept giving me a lot of their time that's why I'm trying to ask online to be able to figure it out a bit at least before going to anyone.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And do you think that changing the compiler would be better?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you so much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:09:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254546#M154347</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254550#M154348</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/5442"&gt;@Steve_Lionel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because simply it was the first compiler I used to learn the basics, I don't need fortran that often and I rarely ever use it so I never gave it much thought. Do you think&amp;nbsp; that changing the compiler would be helpful for my problem?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:13:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254550#M154348</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254570#M154350</link>
      <description>&lt;P&gt;PowerStation was already a dying product in 1997 when it was withdrawn from the market (after Digital Visual Fortran was introduced.) It is buggy and unsupported for more than two decades.&lt;/P&gt;
&lt;P&gt;However, as &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp;notes, the source is full of syntax errors and would not be compilable by any compiler. You need to fix the errors.&lt;/P&gt;
&lt;P&gt;You can use Intel Fortran for free.&lt;/P&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254570#M154350</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-02-09T18:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254575#M154351</link>
      <description>&lt;P&gt;If possible/permissible, please post the PDF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp; More searching on the Web turned up the file elsewhere, too. The full report &lt;A href="https://pdfs.semanticscholar.org/2cb6/855b2f93ba7bba058c9408f7feceebbba3ff.pdf" target="_self"&gt;is available&lt;/A&gt; in PDF form and has unrestricted access.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 11:03:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254575#M154351</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-02-10T11:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254579#M154353</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp; Could you instead give me your email to send it to you ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your time!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 19:05:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254579#M154353</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T19:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254601#M154356</link>
      <description>&lt;P&gt;I have sent you a message through the private mail feature of this forum. Click on the envelope icon at the top right when you are logged in here, and reply to my message, with the PDF file attached.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 19:33:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254601#M154356</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-02-09T19:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254627#M154359</link>
      <description>&lt;P&gt;1. Code this old with implicit variables will have incorrectly named variables - statistically almost certain.&amp;nbsp; This will cause errors that are impossible to detect&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. You will need to make implicit none and then check the algorithms -- if you are going to publish then the journals will want the original data and programs now&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Power station has many bugs - you need to get a modern compiler&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do this a lot - it is much easier to do 1 2 and 3 than try and fix it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 20:51:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254627#M154359</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2021-02-09T20:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254633#M154361</link>
      <description>&lt;P&gt;Things like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15201i6FD833315A474145/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;also these are common errors in old code&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image_2021-02-09_150108.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15202i1FFF95339D9D4DAD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="image_2021-02-09_150108.png" alt="image_2021-02-09_150108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Turn on implicit none - declare the variables and you will find most of the simple errors&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:01:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254633#M154361</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2021-02-09T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with fortran errors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254657#M154366</link>
      <description>&lt;P&gt;Okay, thank you so much!&lt;/P&gt;
&lt;P&gt;Is this using the intel compiler?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:55:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Need-help-with-fortran-errors/m-p/1254657#M154366</guid>
      <dc:creator>Nadjb</dc:creator>
      <dc:date>2021-02-09T21:55:18Z</dc:date>
    </item>
  </channel>
</rss>

