<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to PMTM_log_flags</title><link>https://sourceforge.net/p/ichnaea/wiki/PMTM_log_flags/</link><description>Recent changes to PMTM_log_flags</description><atom:link href="https://sourceforge.net/p/ichnaea/wiki/PMTM_log_flags/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 29 Jan 2014 15:23:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ichnaea/wiki/PMTM_log_flags/feed" rel="self" type="application/rss+xml"/><item><title>PMTM_log_flags modified by Iain Miller</title><link>https://sourceforge.net/p/ichnaea/wiki/PMTM_log_flags/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="pmtm_log_flags"&gt;PMTM_log_flags&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Fortran:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="k"&gt;subroutine &lt;/span&gt;&lt;span class="nv"&gt;PMTM_log_flags&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;err_code&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Store the given flags to be written in the output files. This is used to keep a log which flags the code was built with so that they can be taken into account when comparing timing outputs.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="kt"&gt;character&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;len&lt;/span&gt;&lt;span class="o"&gt;=*&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="k"&gt;intent&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;in&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="kd"&gt;::&lt;/span&gt;&lt;span class="nv"&gt;flags&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The flags used to compile the code, this will be split at spaces and output as a comma separated list.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="kt"&gt;integer&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="k"&gt;intent&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;in&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="kd"&gt;::&lt;/span&gt;&lt;span class="nv"&gt;err_code&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Will be set to &lt;strong&gt;PMTM_SUCCESS&lt;/strong&gt; if the call was successful and the appropriate error code if not.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt; This must be called before PMTM_init for the flags to be written to the output file associated with the default instance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;PMTM_error_t&lt;/span&gt; &lt;span class="n"&gt;PMTM_log_flags&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="k"&gt;const&lt;/span&gt; &lt;span class="kt"&gt;char&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iain Miller</dc:creator><pubDate>Wed, 29 Jan 2014 15:23:15 -0000</pubDate><guid>https://sourceforge.netc85bc3c3266fe424b2d268fac1216ad8ac991b6a</guid></item></channel></rss>