<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The reason for the error "ls: pas de correspondance" (French) or
    "ls: No match" (English) is probably because the command<br>
    <br>
    ls eos_*.struct | cut -c 1-9<br>
    <br>
    in eos.job cannot find the eos_*.struct files.&nbsp; I believe the
    eos_*.struct files should be created by elast_setup (when it
    internally executes setelast), but it seems that your setelast
    executable may be failing to create the eos_*.struct files.<br>
    <br>
    So some possible causes of the problem and their solution might be:<br>
    <br>
    a) A compiler bug<br>
    &nbsp;&nbsp;&nbsp; - Can try different Fortran compiler versions<br>
    b) Bad executable<br>
    &nbsp;&nbsp;&nbsp; - Can try different optimization flags (e.g., -O2 instead of
    -O3)<br>
    &nbsp;&nbsp;&nbsp; - Can try different compiler settings (e.g., static instead of
    dynamic libraries, or vice versa)<br>
    c) System issue<br>
    &nbsp;&nbsp;&nbsp; - Can try a different computer<br>
    &nbsp;&nbsp;&nbsp; - Can try a different Linux operating system<br>
    &nbsp;&nbsp;&nbsp; - Can try English language locale (en_US)
    [<a class="moz-txt-link-freetext" href="http://forums.fedoraforum.org/archive/index.php/t-258791.html">http://forums.fedoraforum.org/archive/index.php/t-258791.html</a>] <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; as other language locale can sometimes cause problems<br>
    d) Bad program input<br>
    &nbsp;&nbsp;&nbsp; - Enter good input<br>
    <br>
    Hope that helps and good luck.<br>
    <br>
    <blockquote cite="mid:DUB113-W92A16E62C7C7C30F3B04BBA9EF0@phx.gbl"
      type="cite">
      <div dir="ltr">
        <pre><i>I'm using Wien2k_13 and i have this prob when i try to execute the eos.job after the elast_setup
" ls: pas de correspondance "  !!!!!
</i></pre>
      </div>
    </blockquote>
    <br>
  </body>
</html>