<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Additional_notes_for_ifort_users</title><link>https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/</link><description>Recent changes to Additional_notes_for_ifort_users</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Nov 2018 21:42:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/feed" rel="self" type="application/rss+xml"/><item><title>Additional_notes_for_ifort_users modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,15 @@
+
+
 Some versions of ifort may need additional command line options to ensure all examples work correctly. To set options for the fortran compiler you need to set the FC environment variable before running cmake. The syntax depends on which shell you are using, e.g.

 export FC="ifort --assume byterecl" (bash / sh)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 01 Nov 2018 21:42:04 -0000</pubDate><guid>https://sourceforge.net81b7949b392a3a4c873069e75467d76734968731</guid></item><item><title>Additional_notes_for_ifort_users modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 18:25:23 -0000</pubDate><guid>https://sourceforge.net8605bd928c0553cc7cb886921c07963c17454469</guid></item><item><title>Additional_notes_for_ifort_users modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Additional_notes_for_ifort_users/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some versions of ifort may need additional command line options to ensure all examples work correctly. To set options for the fortran compiler you need to set the FC environment variable before running cmake. The syntax depends on which shell you are using, e.g.&lt;/p&gt;
&lt;p&gt;export FC="ifort --assume byterecl" (bash / sh)&lt;/p&gt;
&lt;p&gt;setenv FC "ifort --assume byterecl" (csh / tcsh)&lt;/p&gt;
&lt;h3 id="useful-command-line-options"&gt;Useful command line options&lt;/h3&gt;
&lt;p&gt;--assume byterecl&lt;br /&gt;
:   Assume fortran records are 1 byte long when reading in unformatted files. The default for ifort is 4 bytes (as for v8.1) however example 20 currently assumes 1 byte records. This option will ensure example 20 works correctly. It is not necessary for building the core plplot library and fortran bindings.&lt;/p&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Wed, 01 Oct 2014 22:10:03 -0000</pubDate><guid>https://sourceforge.net80147ef5e11ba34cc5d2d6a2efeedcb261152274</guid></item></channel></rss>