<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Justin,<br>
    <br>
    Thanks for your quick email.<br>
    <br>
    I killed the simulation after half an hour later, because it was
    still on the same line.<br>
    I don't think my setup is that big. So I am not sure if I should
    wait more or not.<br>
    <br>
    Best,<br>
    Mehmet<br>
    <br>
    >
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Hi Mehmet,

How long is nek at the gs_setup line? It can take several minutes for large
cases.

The last error you're having is because you've run out of memory. Remember
that the memory footprint on each processor scales as lx1^3 * lelt. With
certain compilers you can add the following option in makenek:

G="-mcmodel=medium"

This allows you compile larger arrays, and generally use more memory.

Best,
Justin</pre>
  </body>
</html>