<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT face=Calibri>To All QE Gurus:</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri>A few days ago, I downloaded de-tared, configured and 
made espresso-4.2.1, both on my trusty old linux box, and new Win 7 
one running VirtualBox.  On the former I use an old Kubuntu 
7-something and the latter the most recent release, 10-something.  Both use 
bash shell scripting.  I started running the examples, and everything was 
going swimmingly until I got to my favorite, Example07, and on both boxes got 
the same error on the "lambda.x" step (I inserted the relevant .f90 code) 
below:</FONT></DIV>
<DIV><FONT 
face=Calibri>****************************************************************</FONT></DIV>
<DIV><FONT face=Calibri>running matdyn for a2F(omega) calculation...  
done<BR>  running lambda.x for lambda calculation...At line 98 of file 
lambda.f90<BR>Fortran runtime error: Constant string in input 
format<BR>(5x,'Gaussian Broadening: ',f7.3,' Ry, 
ngauss=',i4)<BR>                          
^<BR>Error condition encountered during test: exit status = 
2<BR>Aborting</FONT></DIV>
<DIV> </DIV><FONT face=Calibri>
<DIV>(Fortran code)<BR> read (iuelph,9000) degauss1, ngauss1<BR>9000 
format(5x,'Gaussian Broadening: ',f7.3,' Ry, ngauss=',i4)</DIV>
<DIV> </DIV>
<DIV>$ECHO "  running lambda.x for lambda 
calculation...\c"<BR>$LAMBDA_COMMAND < lambda.in > 
lambda.out<BR>check_failure 
$?         </DIV>
<DIV>******************************************************************          </DIV>
<DIV>I thought it might be a "check_failure" thing (I've had trouble with that 
before), so I commented out all references to the exec...but it still 
occurred.   Maybe a bash issue?</DIV>
<DIV> </DIV>
<DIV>-Paul</FONT></DIV></BODY></HTML>