<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. 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>
- Can try different Fortran compiler versions<br>
b) Bad executable<br>
- Can try different optimization flags (e.g., -O2 instead of
-O3)<br>
- Can try different compiler settings (e.g., static instead of
dynamic libraries, or vice versa)<br>
c) System issue<br>
- Can try a different computer<br>
- Can try a different Linux operating system<br>
- 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>
as other language locale can sometimes cause problems<br>
d) Bad program input<br>
- 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>