<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/</link>
    <language>en-us</language>

    <title>magma/3D/stgMADDs/StGermain Changelog</title>
    <description>magma/3D/stgMADDs/StGermain Changelog</description>
    <item>
    <title>Converted the ObjectList Component's tests from old system to PCU.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/3d8e62e76e2f</link>
    <description><![CDATA[Converted the ObjectList Component's tests from old system to PCU.<br/>
<br/>
Was helped by the fact that someone (Alan?) had already used the Regresstor functions in this test, which is quite similar to PCU.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 02 Apr 2009 17:42:07 +1030</pubDate>
</item>
<item>
    <title>Converted the MPIRoutines component tests into new pcu system.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/8d5ecd4843f2</link>
    <description><![CDATA[Converted the MPIRoutines component tests into new pcu system.<br/>
<br/>
Note: PCU doesn't seem to be completely ready to handle some issues of parallel testing. Will emailLuke and Jules about how to resolve these.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 01 Apr 2009 12:25:25 +1030</pubDate>
</item>
<item>
    <title>Completed transfer of functionality from old testIndexSet into new PCU IndexSetSuite.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/89cb2e142706</link>
    <description><![CDATA[Completed transfer of functionality from old testIndexSet into new PCU IndexSetSuite.<br/>
<br/>
Removing obsolete testIndexSet stuff.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 31 Mar 2009 20:23:31 +1030</pubDate>
</item>
<item>
    <title>Testing revealed an inconsistency in IndexSet_Merge_AND() function when first IndexSet provided was longer than the second, due to nature of bit operations used.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/a6b066b55f86</link>
    <description><![CDATA[Testing revealed an inconsistency in IndexSet_Merge_AND() function when first IndexSet provided was longer than the second, due to nature of bit operations used.<br/>
<br/>
Have decided to resolve inconsistency by changing code so that in the case that the first list is longer than the second, all entries after the end of the second list are set to zero. I believe this is most logical for an AND operation. Have updated header file description of the function to explain this. Don't believe it'll cause an issue with other parts of the code, since I don't expect this function has been used with different length lists before.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 31 Mar 2009 20:14:36 +1030</pubDate>
</item>
<item>
    <title>Adding work so far on IndexSetSuite, test suite for IndexSet using new pcu test framework.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/d259c2125a10</link>
    <description><![CDATA[Adding work so far on IndexSetSuite, test suite for IndexSet using new pcu test framework.<br/>
<br/>
Note: parts that are still commented out are yet to be fully converted to new format.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 28 Mar 2009 15:05:47 +1030</pubDate>
</item>
<item>
    <title>Fixed a small bug in the function IndexSet_IsMember, that appeared through testing.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/d7674fcc35f8</link>
    <description><![CDATA[Fixed a small bug in the function IndexSet_IsMember, that appeared through testing.<br/>
<br/>
Basically, the function is defined to return a Bool. However, if the input index was found in the IndexSet,<br/>
it was returning a non-zero number based on the IS_MEMBER macro, but this wasn't always 1 (True). Fixed<br/>
this by normalising the result of IS_MEMBER.]]></description>
    <author>&#80;&#97;&#116;&#114;&#105;&#99;&#107;&#32;&#83;&#117;&#110;&#116;&#101;&#114;&#32;&#60;&#112;&#97;&#116;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 28 Mar 2009 14:10:07 +1030</pubDate>
</item>
<item>
    <title>Updated 1 bug and 1 formatting issue in the PCU scripts responsible for creating testStGermain.h:</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/bbc5ed1d5921</link>
    <description><![CDATA[Updated 1 bug and 1 formatting issue in the PCU scripts responsible for creating testStGermain.h:<br/>
 - Made sure headers for each test suite have a newline at the end, so the file compiles properly<br/>
 - added 3 spaces before the &quot;addSuite&quot; lines, so they line up nicely.<br/>
(Pat S).]]></description>
    <author>&#112;&#100;&#115;&#64;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;</author>
    <pubDate>Sat, 28 Mar 2009 13:19:02 +1030</pubDate>
</item>
<item>
    <title>Luke fixed a bug in the StGermain test related to the ProjectSuite</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/4cce6e8bf83d</link>
    <description><![CDATA[Luke fixed a bug in the StGermain test related to the ProjectSuite]]></description>
    <author>&#100;&#97;&#118;&#101;&#64;&#108;&#97;&#118;&#97;&#101;&#111;&#108;&#111;&#117;&#115;</author>
    <pubDate>Thu, 26 Mar 2009 18:12:38 +1100</pubDate>
</item>
<item>
    <title>Found bugs causing binaries to be installed to the wrong</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/ed58874fd551</link>
    <description><![CDATA[Found bugs causing binaries to be installed to the wrong<br/>
locations.]]></description>
    <author>&#76;&#117;&#107;&#101;&#72;&#111;&#100;&#107;&#105;&#110;&#115;&#111;&#110;&#32;&#60;&#108;&#117;&#107;&#101;&#64;&#118;&#112;&#97;&#99;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 16 Mar 2009 17:58:23 +1100</pubDate>
</item>
<item>
    <title>Forgot to add these two files to the previous commit.</title>
    <link>http://www.geodynamics.org/hg/magma/3D/stgMADDs/StGermain/rev/73c0393f4f1e</link>
    <description><![CDATA[Forgot to add these two files to the previous commit.]]></description>
    <author>&#76;&#117;&#107;&#101;&#32;&#72;&#111;&#100;&#107;&#105;&#110;&#115;&#111;&#110;&#32;&#60;&#108;&#117;&#107;&#101;&#64;&#118;&#112;&#97;&#99;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 11 Mar 2009 15:19:54 +1100</pubDate>
</item>

  </channel>
</rss>
