<div dir="ltr"><div><div><div>Hi all,<br><br></div>The aforementioned change was committed in revision 91217.<br><br></div>Sincerely,<br></div>Sam Trahan<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 12, 2017 at 11:40 AM, Samuel Trahan - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:samuel.trahan@noaa.gov" target="_blank">samuel.trahan@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi all,<br><br></div><div>Urgent, low-impact commit.  <br></div><div><br></div>DESCRIPTION: Sometime in the last 30 hours, there was a change to the Luna batch system that broke the build jobs in the NEMSCompsetRunner for the NEMSfv3gfs app on Luna.  I&#39;m going to update the NEMSfv3gfs app&#39;s resource request for build jobs so that it requests resources differently.  Without this change, we cannot test NEMS trunk changes against FV3.  <br><br></div><div>IMPACT: Users will be able to run the NEMSCompsetRunner for NEMSfv3gfs on Luna.<br><br></div><div>RISK: None.<br></div><div><br>COMMIT TIME: Today, 4-5 PM Eastern<br><br>CHANGE: <br>All I&#39;m doing is modifying two lines and adding a comment.  Modified trunk can be found here:<br><br>Luna: /gpfs/hps/emc/nems/noscrub/<wbr>Samuel.Trahan/fv3-trunk<br><br></div><div>One file is changed, plus the test logs.<br></div><div><br>Index: compsets/platforms.input<br>==============================<wbr>==============================<wbr>=======<br>--- compsets/platforms.input    (revision 91165)<br>+++ compsets/platforms.input    (working copy)<br>@@ -157,12 +157,15 @@<br>   &lt;!ENTITY SHORTQ &quot;debug&quot;&gt;<br>   &lt;!ENTITY LONGQ &quot;dev&quot;&gt;<br>   &lt;!ENTITY BUILDQ &quot;debug&quot;&gt;<br>+  &lt;!-- NOTE: If you change the build queue to shared, you will need<br>+       to edit the build_resources to have one core and use the<br>+       &lt;shared&gt;&lt;/shared&gt; tag instead of &lt;exclusive&gt;&lt;/exclusive&gt;. --&gt;<br> ]]]<br>         build_resources=[[[<br>       &lt;!-- Build job resources minus wallclock --&gt;<br>       &lt;queue&gt;@[BUILD_QUEUE]&lt;/queue&gt;<br>-      &lt;cores&gt;1&lt;/cores&gt;<br>-      &lt;shared&gt;&lt;/shared&gt;<br>+      &lt;cores&gt;24&lt;/cores&gt;<br>+      &lt;exclusive&gt;&lt;/exclusive&gt;<br> ]]]<br>         short_test_resources=[[[<br>     &lt;!-- Short test job --&gt;<br></div><br></div><br></div>
</blockquote></div><br></div>