Aquileo | Recent changes to patcheshttps://sourceforge.net/p/pfunit/patches/2016-09-05T14:56:35.647000ZRecent changes to patchesAquileo | #8 Minor tweaks for suite fixtures and durations.2016-09-05T14:56:35.647000Z2016-09-05T14:56:35.647000ZTom Clunehttps://sourceforge.net/u/userid-1611577/https://sourceforge.neta1d5ae071379031eab885a914b9afa7c19efeaab<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> accepted</li>
</ul></div>Aquileo | #8 Minor tweaks for suite fixtures and durations.2016-09-05T13:21:35.837000Z2016-09-05T13:21:35.837000ZTom Clunehttps://sourceforge.net/u/userid-1611577/https://sourceforge.net3b5b64d7919e3cbb9981b63585bd9b0ecea2ec19<div class="markdown_content"><p>Matthew - here's another patch that I missed and/or resolved and forgot to clear.<br/>
Please let me know if it is still an issue - as it is over a year old.</p>
<p>Cheers,</p>
<h2 id="-tom">- Tom</h2></div>Aquileo | #9 Build error with PGI2016-09-05T13:20:22.391000Z2016-09-05T13:20:22.391000ZTom Clunehttps://sourceforge.net/u/userid-1611577/https://sourceforge.net4f6ca1082afe89db55ca93b5ce8e222e7813e620<div class="markdown_content"><p>Sorry for the delay. Somehow I failed to check patch submissions on the web site for quite some time. (I.e. somehow I was not receiving emails informing me of their presence.)<br/>
Should have this committed on the master by the end of the day. Just waiting on regression tests.</p></div>Aquileo | #10 Fixes for deferred strings2016-09-02T10:59:20.653000Z2016-09-02T10:59:20.653000ZMatthew Hambleyhttps://sourceforge.net/u/matthewhambley/https://sourceforge.net564813cbc40cd27b666ed356e0b3de0981e4c455<div class="markdown_content"><p>Just a quick reminder that this tiny patch has been sitting around for some months apparently unexamined.</p></div>Aquileo | Fixes for deferred strings2016-06-09T13:31:09.858000Z2016-06-09T13:31:09.858000ZMatthew Hambleyhttps://sourceforge.net/u/matthewhambley/https://sourceforge.netb617d9cfef587beb2885debea88d977bd8050644<div class="markdown_content"><p>Attached is a patch against release v3.2.5 which should fix deferred string functionality.</p></div>Aquileo | Build error with PGI2016-05-09T08:54:58.825000Z2016-05-09T08:54:58.825000ZMelven Röhrig-Zöllnerhttps://sourceforge.net/u/melven2/https://sourceforge.net6758cc49a2d18865712f7d0f0641c5f0ee0a25ef<div class="markdown_content"><p>For pgi 16.4 I obtain the following for Test_XmlPrinter.F90:</p>
<p>PGF90-S-0195-Statement may not appear in an INTERFACE block (/home/zoel_ml/VAST_playground/build_pgi/test/unit/pFUnit-prefix/src/pFUnit/tests/Test_XmlPrinter.F90: 67)</p>
<p>This can be fixed providing a simple bind(C) interface for system:</p>
<div class="codehilite"><pre><span class="gh">diff --git a/tests/Test_XmlPrinter.F90 b/tests/Test_XmlPrinter.F90</span>
<span class="gh">index 525e3df..3d64a38 100644</span>
<span class="gd">--- a/tests/Test_XmlPrinter.F90</span>
<span class="gi">+++ b/tests/Test_XmlPrinter.F90</span>
<span class="gu">@@ -64,8 +64,7 @@ contains</span>
use ifport, only: system
#elif PGI
interface
<span class="gd">- extrinsic (f77_local) integer function system(str)</span>
<span class="gd">-!pgi$ l3f system</span>
<span class="gi">+ integer function system(str) bind(C)</span>
character*(*), intent(in) :: str
end function
end interface
</pre></div>
</div>Aquileo | Minor tweaks for suite fixtures and durations.2015-06-05T10:01:44.129000Z2015-06-05T10:01:44.129000ZMatthew Hambleyhttps://sourceforge.net/u/matthewhambley/https://sourceforge.net69519230523796d70b1d2b1b2cfe20162a4a21ac<div class="markdown_content"><p>Attached which is a patch against the development branch which adds a "use" clause for whatever suite-wide fixture is in use.</p>
<p>This is necessary as the driver operates under "implicit none" and therefore must identify any external code it is going to make use of. It can not be left to the link stage.</p>
<p>Also in the patch I have removed what appear to be mistaken "allocatable" on maxTimeoutDuration and maxLaunchDuration. Mistaken as the next thing which happens with these variables is not allocation but assignment.</p></div>Aquileo | Minor tweaks for suite fixtures and durations.2015-06-05T10:01:44.129000Z2015-06-05T10:01:44.129000ZMatthew Hambleyhttps://sourceforge.net/u/matthewhambley/https://sourceforge.netccd074a378be151417d50806257b857e0ae2395d<div class="markdown_content"><p>Ticket 8 has been modified: Minor tweaks for suite fixtures and durations.<br/>
Edited By: Tom Clune (tom_clune)<br/>
Status updated: u'open' => u'accepted'</p></div>Aquileo | #7 IBM Support & TestXMLPrinter.F90 2015-04-06T19:24:05.982000Z2015-04-06T19:24:05.982000ZMichael L. Rileehttps://sourceforge.net/u/mlrilee/https://sourceforge.netd903d5230002d3ebe1fb71ad7f5411d7a2942866<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed</li>
</ul></div>Aquileo | #7 IBM Support & TestXMLPrinter.F90 2015-04-06T12:29:02.008000Z2015-04-06T12:29:02.008000ZMichael L. Rileehttps://sourceforge.net/u/mlrilee/https://sourceforge.net44c641487f6bb72ce7ffb11825be06721027b2be<div class="markdown_content"><ul>
<li><strong>Group</strong>: 3.0.2 development --> 3.1 development</li>
</ul></div>