<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>


        
        
        
        <style type="text/css">P { margin-bottom: 0.21cm; }</style>


<p style="margin-bottom: 0cm">Hello,<br> I'am using quantum
espresso in my searches, but i'am still a beginner  in this
domain. I have faced a problem in which it prevent me to compile my
program, i have looked all around the internet for the hope of
finding a solution to this issue but unfortunately nothing was
found.<u><br></u> If you have some solution to this problem,
please  don't hesitate for helping me, and i you will be so
gratefull. <br> <br><br><u><br><br><br><br><br></u><u><b>Here is
the message that i have received when writing the command "gcc
band-3c.for"</b></u><u><br><br></u>root@b-HP-Pavilion-Sleekbook-15-PC:/home/band#
gcc band-3c.for<br>/tmp/ccxmgVZP.o: dans la fonction « MAIN__
»:<br>band-3c.for:(.text+0x63): référence indéfinie vers «
_gfortran_st_open »<br>band-3c.for:(.text+0xaf): référence
indéfinie vers « _gfortran_st_read »<br>band-3c.for:(.text+0xcc):
référence indéfinie vers « _gfortran_transfer_real
»<br>band-3c.for:(.text+0xe9): référence indéfinie vers «
_gfortran_transfer_real »<br>band-3c.for:(.text+0x106): référence
indéfinie vers « _gfortran_transfer_real
»<br>band-3c.for:(.text+0x114): référence indéfinie vers «
_gfortran_st_read_done »<br>band-3c.for:(.text+0x14a): référence
indéfinie vers « _gfortran_st_read »<br>band-3c.for:(.text+0x167):
référence indéfinie vers « _gfortran_transfer_real
»<br>band-3c.for:(.text+0x184): référence indéfinie vers «
_gfortran_transfer_real »<br>band-3c.for:(.text+0x1a1): référence
indéfinie vers « _gfortran_transfer_real
»<br>band-3c.for:(.text+0x1be): référence indéfinie vers «
_gfortran_transfer_real »<br>band-3c.for:(.text+0x1db): référence
indéfinie vers « _gfortran_transfer_real
»<br>/tmp/ccxmgVZP.o:band-3c.for:(.text+0x1f8): encore plus de
références indéfinies suivent vers « _gfortran_transfer_real
»<br>/tmp/ccxmgVZP.o: dans la fonction « MAIN__
»:<br>band-3c.for:(.text+0x240): référence indéfinie vers «
_gfortran_st_read_done »<br>band-3c.for:(.text+0x28a): référence
indéfinie vers « _gfortran_st_write »<br>band-3c.for:(.text+0x2a7):
référence indéfinie vers « _gfortran_transfer_integer_write
»<br>band-3c.for:(.text+0x2c4): référence indéfinie vers «
_gfortran_transfer_real_write »<br>band-3c.for:(.text+0x2e1):
référence indéfinie vers « _gfortran_transfer_real_write
»<br>band-3c.for:(.text+0x2fe): référence indéfinie vers «
_gfortran_transfer_real_write »<br>band-3c.for:(.text+0x31b):
référence indéfinie vers « _gfortran_transfer_real_write
»<br>band-3c.for:(.text+0x338): référence indéfinie vers «
_gfortran_transfer_real_write
»<br>/tmp/ccxmgVZP.o:band-3c.for:(.text+0x355): encore plus de
références indéfinies suivent vers «
_gfortran_transfer_real_write »<br>/tmp/ccxmgVZP.o: dans la fonction
« MAIN__ »:<br>band-3c.for:(.text+0x39d): référence indéfinie
vers « _gfortran_st_write_done »<br>/tmp/ccxmgVZP.o: dans la
fonction « main »:<br>band-3c.for:(.text+0x3d7): référence
indéfinie vers « _gfortran_set_args »<br>band-3c.for:(.text+0x3eb):
référence indéfinie vers « _gfortran_set_options »<br>collect2:
erreur: ld a retourné 1 code d'état d'exécution<br><br><font color="#e1c404"><u> </u></font><font color="#e1c404"><u><b>The
file "band-3c.for":</b></u></font><u><b> </b></u><b><br><br></b>c    
plot structure de bande<br>c     point du klist
a,b,c<br>c     les energies  
d,e,f,g,h,p,q,r,s,t....(nombre de bande)<br>              
real*8 a,b,c,d,e,f,g,h,i,j,k<br>              
real*8 l,m,n,o,p,q,r,s<br>              
real*8 t,u,v,w,x,y,z,aa<br>              
real*8 bb,cc<br>              
integer iii<br>c     Lire les energies apartir du
fichier out ZnSbands.dat<br>              
open(unit=2,status='unknown', file='GaAs-band')<br><br>c    
i est le nonbre de point dans le klist<br>              
do iii=1,91<br>              
read(2,*)  a,b,c<br>              
read(2,*)  d,e,f,g,h,i,j,k<br>              
write(3,10) iii,d,e,f,g,h,i,j,k<br>10            
format(3x,I3,3x,120(f12.4,4x))<br>              
end do<br>              
end<b><br></b><br>
</p>

                                          </div></body>
</html>