<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Paul,
<div class=""><br class="">
</div>
<div class="">thanks for you reply. It did solve the problem.</div>
<div class=""><br class="">
</div>
<div class="">I was running on one processor for debugging purposes only.</div>
<div class=""><br class="">
</div>
<div class="">Marco</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 13, 2016, at 12:10 PM, <a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">
nek5000-users@lists.mcs.anl.gov</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr; font-family: Tahoma; font-size: 10pt;" class="">
<br class="Apple-interchange-newline">
Hi Marco,
<div class=""><br class="">
</div>
<div class="">It looks to me like you're trying to overwrite a constant in interp_vt().</div>
<div class=""><br class="">
</div>
<div class="">I see the following:</div>
<div class=""><br class="">
</div>
<div class="">
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      call interp_vt(ih_rbc,uvwt,xyz,npts,.false.) ! interpolation</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      :</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      :</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      :</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      subroutine interp_vt(ihandle,uvwt,xyz,n,iftmp)</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      :</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      :</p>
<p style="margin-right: 0px; margin-left: 0px; line-height: normal; font-family: Courier;" class="">
      iftmp = .false.   ! no temperature</p>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">which is trying to overwrite ".false." ... ?</div>
<div class=""><br class="">
</div>
<div class="">Please let me know if this resolves your issue.</div>
<div class=""><br class="">
</div>
<div class="">Also, I see in your SIZE file that lelt=10000.   Are you running only on one processor?</div>
<div class="">If the number of elements in your .rea file is ~10,000 and you are running on (say) 1024</div>
<div class="">MPI ranks, then you only need lelt=10.    Resetting lelt and lelv in this way would result</div>
<div class="">in a significant reduction in memory footprint and possible increase in performance.</div>
<div class=""><br class="">
</div>
<div class="">Best, Paul</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div style="font-family: 'Times New Roman'; font-size: 16px;" class="">
<hr tabindex="-1" class="">
<div id="divRpF613511" style="direction: ltr;" class=""><font face="Tahoma" size="2" class=""><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:nek5000-users-bounces@lists.mcs.anl.gov" class="">nek5000-users-bounces@lists.mcs.anl.gov</a>
 [<a href="mailto:nek5000-users-bounces@lists.mcs.anl.gov" class="">nek5000-users-bounces@lists.mcs.anl.gov</a>] on behalf of
<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a> [<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a>]<br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Wednesday, July 13, 2016 10:20 AM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span><a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>[Nek5000-users] Access to an undefined portion of a memory object.<br class="">
</font><br class="">
</div>
<div class=""></div>
<div class="">
<div class="BodyFragment"><font size="2" class=""><span style="font-size: 10pt;" class="">
<div class="PlainText">Hello,<br class="">
<br class="">
I have a subroutine that interpolates the velocity for a list of points and have a strange error message when I try to run it. It seems that the variables ‘nx1’, ‘ny1’ and nz1’ are not defined even though ‘SIZE’ is included in the subroutine. As far I understand,
 the variables ‘nx1’, ‘ny1’ and 'nz1’ are made available in a subroutine by simply including ‘SIZE’ at the beginning. I attached the case to reproduce the error message that is:<br class="">
<br class="">
Access to an undefined portion of a memory object.<br class="">
<br class="">
Any help would be appreciated.<br class="">
<br class="">
Marco</div>
</span></font></div>
<div class="BodyFragment"><font size="2" class=""><span style="font-size: 10pt;" class="">
<div class="PlainText">_______________________________________________<br class="">
Nek5000-users mailing list<br class="">
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
</div>
</span></font></div>
</div>
</div>
</div>
</div>
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Nek5000-users
 mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Nek5000-users@lists.mcs.anl.gov</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>