Aquileo | Recent changes to patcheshttps://sourceforge.net/p/pfunit/patches/Recent changes to patchesenMon, 05 Sep 2016 14:56:35 -0000Aquileo | #8 Minor tweaks for suite fixtures and durations.https://sourceforge.net/p/pfunit/patches/8/?limit=25#5c31<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> accepted</li>
</ul></div>Tom CluneMon, 05 Sep 2016 14:56:35 -0000https://sourceforge.neta1d5ae071379031eab885a914b9afa7c19efeaabAquileo | #8 Minor tweaks for suite fixtures and durations.https://sourceforge.net/p/pfunit/patches/8/?limit=25#ebbc<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>Tom CluneMon, 05 Sep 2016 13:21:35 -0000https://sourceforge.net3b5b64d7919e3cbb9981b63585bd9b0ecea2ec19Aquileo | #9 Build error with PGIhttps://sourceforge.net/p/pfunit/patches/9/?limit=25#1c42<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>Tom CluneMon, 05 Sep 2016 13:20:22 -0000https://sourceforge.net4f6ca1082afe89db55ca93b5ce8e222e7813e620Aquileo | #10 Fixes for deferred stringshttps://sourceforge.net/p/pfunit/patches/10/?limit=25#0720<div class="markdown_content"><p>Just a quick reminder that this tiny patch has been sitting around for some months apparently unexamined.</p></div>Matthew HambleyFri, 02 Sep 2016 10:59:20 -0000https://sourceforge.net564813cbc40cd27b666ed356e0b3de0981e4c455Aquileo | Fixes for deferred stringshttps://sourceforge.net/p/pfunit/patches/10/<div class="markdown_content"><p>Attached is a patch against release v3.2.5 which should fix deferred string functionality.</p></div>Matthew HambleyThu, 09 Jun 2016 13:31:09 -0000https://sourceforge.netb617d9cfef587beb2885debea88d977bd8050644Aquileo | Build error with PGIhttps://sourceforge.net/p/pfunit/patches/9/<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>Melven Röhrig-ZöllnerMon, 09 May 2016 08:54:58 -0000https://sourceforge.net6758cc49a2d18865712f7d0f0641c5f0ee0a25efAquileo | Minor tweaks for suite fixtures and durations.https://sourceforge.net/p/pfunit/patches/8/<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>Matthew HambleyFri, 05 Jun 2015 10:01:44 -0000https://sourceforge.net69519230523796d70b1d2b1b2cfe20162a4a21acAquileo | Minor tweaks for suite fixtures and durations.https://sourceforge.net/p/pfunit/patches/8/<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>Matthew HambleyFri, 05 Jun 2015 10:01:44 -0000https://sourceforge.netccd074a378be151417d50806257b857e0ae2395dAquileo | #7 IBM Support & TestXMLPrinter.F90 https://sourceforge.net/p/pfunit/patches/7/?limit=25#e0e2<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed</li>
</ul></div>Michael L. RileeMon, 06 Apr 2015 19:24:05 -0000https://sourceforge.netd903d5230002d3ebe1fb71ad7f5411d7a2942866Aquileo | #7 IBM Support & TestXMLPrinter.F90 https://sourceforge.net/p/pfunit/patches/7/?limit=25#6dee<div class="markdown_content"><ul>
<li><strong>Group</strong>: 3.0.2 development --> 3.1 development</li>
</ul></div>Michael L. RileeMon, 06 Apr 2015 12:29:02 -0000https://sourceforge.net44c641487f6bb72ce7ffb11825be06721027b2be