<div dir="ltr"><div>Dear All,</div><div><br></div><div>With tests together with Sam, we now have a temporary solution for this issue (cannot running HWRF on Luna/Surge through crontab jobs):</div><div><br></div><div>Here are the things you need to change (example files on Luna you can copy over)</div><div><br></div><div>First use these module files:</div><div><br></div>/gpfs/hps3/emc/hwrf/noscrub/<wbr>Bin.Liu/save/OperH217rtofs/<wbr>modulefiles/wcossluna/HWRF/<wbr>build<br><div>/gpfs/hps3/emc/hwrf/noscrub/<wbr>Bin.Liu/save/OperH217rtofs/<wbr>modulefiles/wcossluna/HWRF/run<br></div><div><br></div><div>You also need to change this file:</div><div>/gpfs/hps3/emc/hwrf/noscrub/<wbr>Bin.Liu/save/OperH217rtofs/ush/hwrf_pre_job.sh.inc<br></div><div><br></div><div>And here is the sample script segment if you want add in your .bashrc file to be able to use emc-utils and rocoto/1.2.4-RC3 from the login node.</div><div><br></div><div><div style="font-size:12.8px">module use /gpfs/hps3/emc/hwrf/noscrub/so<wbr>ft/modulefiles</div><div style="font-size:12.8px">#module load ruby/1.8.7</div><div style="font-size:12.8px">#module load rocoto/1.2.2</div><div style="font-size:12.8px">module load emc-utils</div><div style="font-size:12.8px"><span style="font-size:12.8px">module use /gpfs/hps/usrx/local/emc_</span><span style="font-size:12.8px">rocot<wbr>o/modulefiles</span><br></div><div style="font-size:12.8px">module load rocoto/1.2.4-RC3</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">These are due to a recent cray system changes (e.g., removing hps/emc link, and/or other system change, etc). Will commit them into trunk/branches, once a permanent fix is tested.</span><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">Have a nice long weekend!</span><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Bin</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><span style="font-size:12.8000001907349px"><div><span style="font-size:12.8000001907349px">---</span><br></div><div><span style="font-size:12.8000001907349px">Bin Liu</span><br></div></span><div style="font-size:12.8000001907349px">NOAA/NWS/NCEP/EMC</div><div><span style="font-size:12.8000001907349px">5830 University Research CT</span></div><div><span style="font-size:12.8000001907349px">Cubicle 2026</span><br><span style="font-size:12.8000001907349px">College Park, MD 20740</span><br><span style="font-size:12.8000001907349px">Tel: </span>(301)-683-3763<br><span style="font-size:12.8000001907349px">Email: <a href="mailto:Bin.Liu@noaa.gov" target="_blank">Bin.Liu@noaa.gov</a></span></div></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Oct 5, 2017 at 11:29 AM, Bin Liu - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:bin.liu@noaa.gov" target="_blank">bin.liu@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>Dear All,</div><div><br></div><div>If you want to run HWRF/HMON jobs by using rocoto on Luna or Surge, after sometime yesterday. With suggestions from Sam and tests we did (thanks to Sam and Zhan), you need make these changes in your module files:</div><div><br></div><div>See my examples here for build and run.</div><div><br></div><div><div>LUNA-llogin1:HWRF&gt; pwd</div><div>/gpfs/hps3/emc/hwrf/noscrub/<wbr>Bin.Liu/save/AWOwork/<wbr>modulefiles/wcossluna/HWRF</div><div>LUNA-llogin1:HWRF&gt; svn diff</div><div>Index: build</div><div>==============================<wbr>==============================<wbr>=======</div><div>--- build       (revision 5706)</div><div>+++ build       (working copy)</div><div>@@ -64,6 +64,7 @@</div><div> prepend-path PATH /usrx/local/prod/nco/4.4.4/<wbr>gnu/sandybridge/bin/</div><div><br></div><div> # Need these for Rocoto:</div><div>-module use /gpfs/hps/emc/hwrf/noscrub/<wbr>soft/modulefiles</div><div>-module load ruby/1.8.7</div><div>-module load rocoto/1.2.2</div><div>+#module use /gpfs/hps/emc/hwrf/noscrub/<wbr>soft/modulefiles</div><div>+#module load ruby/1.8.7</div><div>+#module load rocoto/1.2.2</div><div>+module load /gpfs/hps/usrx/local/emc_<wbr>rocoto/modulefiles/rocoto/1.2.<wbr>4-RC3</div><div>Index: run</div><div>==============================<wbr>==============================<wbr>=======</div><div>--- run (revision 5706)</div><div>+++ run (working copy)</div><div>@@ -42,9 +42,10 @@</div><div> prepend-path PATH /usrx/local/prod/nco/4.4.4/<wbr>gnu/sandybridge/bin/</div><div><br></div><div> # Need these for Rocoto:</div><div>-module use /gpfs/hps/emc/hwrf/noscrub/<wbr>soft/modulefiles</div><div>-module load ruby/1.8.7</div><div>-module load rocoto/1.2.2</div><div>+#module use /gpfs/hps/emc/hwrf/noscrub/<wbr>soft/modulefiles</div><div>+#module load ruby/1.8.7</div><div>+#module load rocoto/1.2.2</div><div>+module load /gpfs/hps/usrx/local/emc_<wbr>rocoto/modulefiles/rocoto/1.2.<wbr>4-RC3</div><div><br></div><div>And if you want use emc-utils (qac qout) and rocoto commands, here is an example to load the modules in your .bashrc file (noticing you need take out ruby/1.8.7 and replace rocot/1.2.2):</div></div><div><div>module use /gpfs/hps3/emc/hwrf/noscrub/<wbr>soft/modulefiles</div><div>#module load ruby/1.8.7</div><div>#module load rocoto/1.2.2</div><div>module load emc-utils</div><div>module load /gpfs/hps/usrx/local/emc_<wbr>rocoto/modulefiles/rocoto/1.2.<wbr>4-RC3<br></div></div><div><br></div><div>Best Regards,<br></div><div><br></div><div>Bin</div><div><br></div><div>P.S, please be reminded that /gpfs/hps/emc now has to be changed into /gpfs/hps3/emc.</div><br clear="all"><div><div class="m_-3549653421909163118gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><span style="font-size:12.8px"><div><span style="font-size:12.8px">---</span><br></div><div><span style="font-size:12.8px">Bin Liu</span><br></div></span><div style="font-size:12.8px">NOAA/NWS/NCEP/EMC</div><div><span style="font-size:12.8px">5830 University Research CT</span></div><div><span style="font-size:12.8px">Cubicle 2026</span><br><span style="font-size:12.8px">College Park, MD 20740</span><br><span style="font-size:12.8px">Tel: </span><a href="tel:(301)%20683-3763" value="+13016833763" target="_blank">(301)-683-3763</a><br><span style="font-size:12.8px">Email: <a href="mailto:Bin.Liu@noaa.gov" target="_blank">Bin.Liu@noaa.gov</a></span></div></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>
</div>
</blockquote></div><br></div>