<div dir="ltr"><div><div>Dear sir <br></div>i&#39;m faceing problem in run_lapw<br><br></div>my SRC_lapw compiler.msg file is<br><br><br>rm -f *.o *_tmp_.* *.P .sequential .parallel *.mod<br>if [ -f .parallel ]; then \<br>
       rm -f .parallel modules.o reallocate.o energy.o fftw_para.o getff1.o getfft.o gtfnam.o lapw0.o rean0.o rean3.o rean4.o setff1.o setff2.o setfft.o xcpot1.o xcpot3.o zfft3d.o W2kinit.o *.mod; \<br>    fi<br>touch .sequential<br>
make lapw0 FORT=gfortran FFLAGS=&#39; BLAS and LAPACK&#39;<br>make[1]: Entering directory `/home/nrl/WIEN/SRC_lapw0&#39;<br>cc -c cputim.c<br>gfortran BLAS and LAPACK -c modules.F<br>gfortran: BLAS: No such file or directory<br>
gfortran: and: No such file or directory<br>gfortran: LAPACK: No such file or directory<br>modules.F:1.2:<br><br> MODULE defs                                                            <br>  1<br>Error: Non-numeric character in statement label at (1)<br>
modules.F:1.2:<br><br> MODULE defs                                                            <br>  1<br>Error: Unclassifiable statement at (1)<br>modules.F:2.3:<br><br>  REAL*8,PARAMETER             :: zero= 0.0d0                           <br>
   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:2.3:<br><br>  REAL*8,PARAMETER             :: zero= 0.0d0                           <br>   1<br>Error: Unclassifiable statement at (1)<br>modules.F:3.3:<br>
<br>  COMPLEX*16,PARAMETER         :: zeroc= (0.0d0,0.0d0)                  <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:3.3:<br><br>  COMPLEX*16,PARAMETER         :: zeroc= (0.0d0,0.0d0)                  <br>
   1<br>Error: Unclassifiable statement at (1)<br>modules.F:4.1:<br><br>END MODULE defs                                                         <br> 1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:4.1:<br>
<br>END MODULE defs                                                         <br> 1<br>Error: Unclassifiable statement at (1)<br>modules.F:6.1:<br><br>MODULE parallel                                                         <br>
 1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:6.1:<br><br>MODULE parallel                                                         <br> 1<br>Error: Unclassifiable statement at (1)<br>modules.F:7.3:<br>
<br>  INTEGER             :: ierr,npe,myid,npe_coul,myid_coul               <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:7.3:<br><br>  INTEGER             :: ierr,npe,myid,npe_coul,myid_coul               <br>
   1<br>Error: Unclassifiable statement at (1)<br>modules.F:8.3:<br><br>  INTEGER,ALLOCATABLE :: nstart(:),nstop(:)                             <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:8.3:<br>
<br>  INTEGER,ALLOCATABLE :: nstart(:),nstop(:)                             <br>   1<br>Error: Unclassifiable statement at (1)<br>modules.F:9.3:<br><br>  INTEGER             :: comm_coul,comm_xc                              <br>
   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:9.3:<br><br>  INTEGER             :: comm_coul,comm_xc                              <br>   1<br>Error: Unclassifiable statement at (1)<br>modules.F:10.3:<br>
<br>  INTEGER             :: icoul                                          <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:10.3:<br><br>  INTEGER             :: icoul                                          <br>
   1<br>Error: Unclassifiable statement at (1)<br>modules.F:11.3:<br><br>  INTEGER,ALLOCATABLE :: statusmpi(:)                                   <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:11.3:<br>
<br>  INTEGER,ALLOCATABLE :: statusmpi(:)                                   <br>   1<br>Error: Unclassifiable statement at (1)<br>modules.F:12.3:<br><br>  LOGICAL             :: coul,xc                                        <br>
   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:12.3:<br><br>  LOGICAL             :: coul,xc                                        <br>   1<br>Error: Unclassifiable statement at (1)<br>modules.F:14.3:<br>
<br>  CONTAINS                                                              <br>   1<br>Error: Non-numeric character in statement label at (1)<br>modules.F:14.3:<br><br>  CONTAINS                                                              <br>
   1<br>Error: Unclassifiable statement at (1)<br>modules.F:16.3:<br><br>  SUBROUTINE init_parallel                                              <br>   1<br>Error: Non-numeric character in statement label at (1)<br>Fatal Error: Error count reached limit of 25.<br>
make[1]: *** [modules.o] Error 1<br>make[1]: Leaving directory `/home/nrl/WIEN/SRC_lapw0&#39;<br>make: *** [seq] Error 2<br>make: *** No rule to make target `complex&#39;.  Stop.<br></div>