Here is the attached errors<br><br><span style="color:rgb(255,0,0)"><u><b>g95 Compilation Errors</b></u></span><br><br> make<br>(cd src ; make prog)<br>make[1]: Entering directory `/home/tkm/md/vasp/wannier901/src&#39;<br>
g95 -O2  -c transport.F90<br>make[1]: g95: Command not found<br>make[1]: *** [transport.o] Error 127<br>make[1]: Leaving directory `/home/tkm/md/vasp/wannier901/src&#39;<br>make: *** [wannier] Error 2<br><u><b><br><br><br>
<span style="color:rgb(255,0,0)">GFORTRAN compilation Errors</span></b></u><br><br>make<br>(cd src ; make prog)<br>make[1]: Entering directory `/home/tkm/md/vasp/wannier901/src&#39;<br>gfortran -O2  -c transport.F90<br> In file transport.F90:1446<br>
<br>     real(kind=dp),allocatable,dimension(:,:),intent(out)   :: signatures<br>                                                                        1<br>Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)<br>
 In file transport.F90:1474<br><br>     allocate(signatures(20,num_bands),stat=ierr)<br>                       1<br>Error: Syntax error in ALLOCATE statement at (1)<br> In file transport.F90:1617<br><br>        signatures(1,n)=real(signature_basis(1))                               <br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1619<br><br>        signatures(2,n)=aimag(signature_basis(2))                              <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1620<br><br>        signatures(3,n)=aimag(signature_basis(3))                              <br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1621<br><br>        signatures(4,n)=aimag(signature_basis(4))                              <br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1623<br><br>        signatures(5,n) =real(signature_basis(1) -signature_basis(5))/2        <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1624<br><br>        signatures(6,n) =real(signature_basis(7) -signature_basis(6))/2        <br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1625<br><br>        signatures(7,n) =real(signature_basis(9) -signature_basis(8))/2        <br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1626<br><br>        signatures(8,n) =real(signature_basis(1) -signature_basis(10))/2       <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1627<br><br>        signatures(9,n) =real(signature_basis(12)-signature_basis(11))/2       <br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1628<br><br>        signatures(10,n)=real(signature_basis(1) -signature_basis(13))/2       <br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1630<br><br>        signatures(11,n)=aimag(3*signature_basis(2)-signature_basis(14))/4     <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1631<br><br>        signatures(12,n)=aimag(2*signature_basis(3)+signature_basis(16)-signatu<br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1632<br><br>        signatures(13,n)=aimag(2*signature_basis(4)+signature_basis(18)-signatu<br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1633<br><br>        signatures(14,n)=aimag(2*signature_basis(2)-signature_basis(20)-signatu<br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1634<br><br>        signatures(15,n)=aimag(signature_basis(23)+signature_basis(22)-signatur<br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1635<br><br>        signatures(16,n)=aimag(2*signature_basis(2)-signature_basis(26)-signatu<br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1636<br><br>        signatures(17,n)=aimag(3*signature_basis(3)-signature_basis(27))/4     <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1637<br><br>        signatures(18,n)=aimag(2*signature_basis(4)+signature_basis(29)-signatu<br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1638<br><br>        signatures(19,n)=aimag(2*signature_basis(3)-signature_basis(31)-signatu<br>
       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:1639<br><br>        signatures(20,n)=aimag(3*signature_basis(4)-signature_basis(32))/4     <br>       1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:1645<br><br>                write(stdout,*)ig-1,signatures(ig,n)<br>                                             1<br>Error: Syntax error in WRITE statement at (1)<br> In file transport.F90:1653<br>
<br>           mag_signature_sq=mag_signature_sq+abs(signatures(ig,n))**2<br>                                                          1<br>Error: Syntax error in argument list at (1)<br> In file transport.F90:1655<br><br>
        signatures(:,n)=signatures(:,n)/dsqrt(mag_signature_sq)<br>       1<br>Error: Unclassifiable statement at (1)<br> In file transport.F90:2187<br><br>    integer,intent(out),allocatable,dimension(:,:)  :: subgroup_info<br>
                                                                   1<br>Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)<br> In file transport.F90:2201<br><br>    allocate(subgroup_info(size(Array_groups),maxval(Array_groups)),stat=ierr)<br>
                         1<br>Error: Syntax error in ALLOCATE statement at (1)<br> In file transport.F90:2250<br><br>           subgroup_info(j,k)=group_subgroups(k)<br>          1<br>Error: Unclassifiable statement at (1)<br>
 In file transport.F90:2367<br><br>    integer,intent(out),allocatable,dimension(:) :: array_groups<br>                                                               1<br>Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)<br>
 In file transport.F90:2454<br><br>    allocate(array_groups(array_idx),stat=ierr)<br>                        1<br>Error: Syntax error in ALLOCATE statement at (1)<br> In file transport.F90:2356<br><br>  subroutine group(array,array_groups)<br>
                                    1<br>Error: Symbol &#39;array_groups&#39; at (1) has no IMPLICIT type<br> In file transport.F90:2168<br><br>_info)<br>    1<br>Error: Symbol &#39;subgroup_info&#39; at (1) has no IMPLICIT type<br>
 In file transport.F90:1427<br><br> subroutine tran_find_integral_signatures(signatures,num_G)<br>                                                   1<br>Error: Symbol &#39;signatures&#39; at (1) has no IMPLICIT type<br> In file transport.F90:2233<br>
<br>        call group(sorted_group_array,group_subgroups)<br>                                     1<br>Error: Type/rank mismatch in argument &#39;array_groups&#39; at (1)<br> In file transport.F90:1821<br><br>        call group(PL,PL_groups)<br>
                     1<br>Error: Type/rank mismatch in argument &#39;array_groups&#39; at (1)<br> In file transport.F90:1837<br><br>        call master_sort_and_group(PL,PL_groups,tran_num_ll,PL_subgroup_info) <br>                                                           1<br>
Error: Type/rank mismatch in argument &#39;subgroup_info&#39; at (1)<br> In file transport.F90:1903<br><br>    call group(central_region,central_region_groups)<br>                             1<br>Error: Type/rank mismatch in argument &#39;array_groups&#39; at (1)<br>
 In file transport.F90:1919<br><br>_ll),central_subgroup_info)<br>    1<br>Error: Type/rank mismatch in argument &#39;subgroup_info&#39; at (1)<br> In file transport.F90:141<br><br>          call tran_find_integral_signatures(signatures,num_G)<br>
                                            1<br>Error: Type/rank mismatch in argument &#39;signatures&#39; at (1)<br>make[1]: *** [transport.o] Error 1<br>make[1]: Leaving directory `/home/tkm/md/vasp/wannier901/src&#39;<br>
make: *** [wannier] Error 2<br><br><div class="gmail_quote">On Thu, Jul 18, 2013 at 5:23 PM,  <span dir="ltr">&lt;<a href="mailto:wannier-request@quantum-espresso.org" target="_blank">wannier-request@quantum-espresso.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Wannier mailing list submissions to<br>
        <a href="mailto:wannier@quantum-espresso.org">wannier@quantum-espresso.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:wannier-request@quantum-espresso.org">wannier-request@quantum-espresso.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:wannier-owner@quantum-espresso.org">wannier-owner@quantum-espresso.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Wannier digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. wannier90 installation (Tapas Kumar Maiti)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 18 Jul 2013 10:48:20 +0900<br>
From: Tapas Kumar Maiti &lt;<a href="mailto:tkm.iitkgp@gmail.com">tkm.iitkgp@gmail.com</a>&gt;<br>
Subject: [Wannier] wannier90 installation<br>
To: <a href="mailto:wannier@quantum-espresso.org">wannier@quantum-espresso.org</a><br>
Message-ID:<br>
        &lt;CAJMvxzbpe5bCs4Pt1HzTDbYDm4NMCMk=<a href="mailto:s0jkw4YMntmVSPjKEw@mail.gmail.com">s0jkw4YMntmVSPjKEw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Dear Sir/Madam,<br>
<br>
I have downloaded WANNIER90 and want to install in Linux user directory.<br>
gfortran and g95 compiler is available in my PC. I tried to execute make<br>
file but failed.<br>
<br>
Can you please advise me how to install and run wannier90 ?<br>
<br>
Best Regards,<br>
Tapas<br>
<br>
<br>
--<br>
_____________________________________________________<br>
Tapas Kumar Maiti<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.democritos.it/pipermail/wannier/attachments/20130718/952c8cf5/attachment.html" target="_blank">http://www.democritos.it/pipermail/wannier/attachments/20130718/952c8cf5/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Wannier mailing list<br>
<a href="mailto:Wannier@quantum-espresso.org">Wannier@quantum-espresso.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><br>
<br>
<br>
End of Wannier Digest, Vol 66, Issue 2<br>
**************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br><div>_____________________________________________________<br>Tapas Kumar Maiti<br></div>