Harish,<div><br></div><div>I will check into that.</div><div><br></div><div>Stefan<br><br><div class="gmail_quote">On Mon, Sep 6, 2010 at 7:52 AM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
I am testing subroutine g2gi() for a case of backward facing step (BFS)<br>
field file. After starting Nek5k in post-processing mode, the code stops<br>
in the subroutine g2gi() while reading the old field file.<br>
<br>
Nek5k is compiled with GNU compiler and OpenMPI. Here is the code snippet<br>
from the userchk() subroutine.<br>
***********************************************************************<br>
      subroutine userchk<br>
      include 'SIZE'<br>
      include 'TOTAL'<br>
<br>
      character*132 newfld, oldfld, newgfld<br>
      data newfld, oldfld, newgfld /'new0.f00001','bfs10.f00001',<br>
     $                              'bfs20.f00001'/<br>
<br>
      call g2gi(newfld,oldfld,newgfld) ! grid2grid interpolation<br>
      call exitt()<br>
***********************************************************************<br>
<br>
Here is the part of the logfile which shows the point at which the<br>
simulation hangs and I have to kill the job after this point.<br>
<br>
***********************************************************************<br>
 nsteps=0 -> skip time loop<br>
 running solver in post processing mode<br>
<br>
 call userchk<br>
 grid-to-grid interpolation<br>
 set initial conditions<br>
 Checking restart options: bfs10.f00001<br>
<br>
 Reading checkpoint data<br>
       1 OPEN: bfs10.f00001<br>
 byte swap: F   6.5432100     -2.93127722E+35<br>
***********************************************************************<br>
<br>
I am attaching the logfile for you reference. What is the solution to this<br>
problem?<br>
<br>
Thanks for all the help,<br>
<br>
Harish.<br>_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov">Nek5000-users@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
<br></blockquote></div><br></div>