Thank you very much, Paolo, Lorenzo and Ari.<br>     I had it work after I broke long line to two lines using &.<br>    Now there is no error message.<br>   I will find some examples to see if it can work under this espresso.<br>
<br>Cheers<br>Adrian<br><br><div class="gmail_quote">On Wed, Feb 17, 2010 at 9:49 AM, Ari P Seitsonen <span dir="ltr"><<a href="mailto:Ari.P.Seitsonen@iki.fi">Ari.P.Seitsonen@iki.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Dear all,<br>
<br>
  Just a quick note on compiler options:<br>
<br>
g95:   -ffree-line-length-huge     Large free-form line length, currently 10000.<br>
<br>
gfortran:   -ffree-line-length-none     Allow arbitrary character line width in free mode<br>
<br>
    Greetings,<br>
<br>
       apsi<br>
<br>
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-<br><font color="#888888">
  Ari P Seitsonen / <a href="mailto:Ari.P.Seitsonen@iki.fi" target="_blank">Ari.P.Seitsonen@iki.fi</a> / <a href="http://www.iki.fi/%7Eapsi/" target="_blank">http://www.iki.fi/~apsi/</a><br>
  Physikalisch-Chemisches Institut der Universitaet Zuerich<br>
  Tel: +41 44 63 54 497  /  Mobile: +41 79 71 90 935</font><div><div></div><div class="h5"><br>
<br>
On Wed, 17 Feb 2010, Lorenzo Paulatto wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 17 Feb 2010 04:46:37 +0100, Adrian <<a href="mailto:nicy04@gmail.com" target="_blank">nicy04@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Warning: Line truncated at (1)<br>
</blockquote></blockquote>
<br>
Dear Adrian,<br>
the problem is explained in the error message. Some fortran compilers<br>
(gfortran and g95, as far as I know) don't like very long lines (you have<br>
to ensure backward compatibility with ZX spectrum, after all!). You can<br>
either shorten the problematic line, removing all white spaces, or break<br>
the command on two lines[1].<br>
<br>
<br>
regards<br>
<br>
[1] I don't know if you are familiar with fortran90: in order to make a multiline command you have to add a "&" at the end of each interrupted line, e.g.<br>
CALL long_function(arg1, &<br>
 arg2, arg3)<br>
<br>
-- <br>
Lorenzo Paulatto<br>
<br>
*** Note: my affiliation has changed! please send future<br>
correspondence to: <<a href="mailto:Lorenzo.Paulatto@impmc.upmc.fr" target="_blank">Lorenzo.Paulatto@impmc.upmc.fr</a>> ***<br>
<br>
post-doc @ IMPMC/UPMC - Université Paris 6<br>
phone: +33 (0)1 44 27 74 89<br>
www:   <a href="http://www-int.impmc.upmc.fr/%7Epaulatto/" target="_blank">http://www-int.impmc.upmc.fr/~paulatto/</a><br>
<br>
previously:<br>
phd student @ SISSA  &  DEMOCRITOS (Trieste)<br>
phone: +39 040 3787 511<br>
www:   <a href="http://people.sissa.it/%7Epaulatto/" target="_blank">http://people.sissa.it/~paulatto/</a><br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a></blockquote>
</div></div><br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
<br></blockquote></div><br>