Re: Re: Re: Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-20 Por tôpico Nick Papior Andersen
Try and search the mailing list. It has been covered several times. Also try and search wikipedia etc. It is a "common problem". :) Kind regards Nick 2012/11/20 liuyunlong0902 > Dear Nick, > Sorry, I have no idea how to link against the lapack libraries, > would you please explain in d

Re:Re: Re: Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-20 Por tôpico liuyunlong0902
Dear Nick, Sorry, I have no idea how to link against the lapack libraries, would you please explain in detail? Thanks again. Regards, -- Liu At 2012-11-20 15:20:45,"Nick Papior Andersen" wrote: This is an error of linking, you need to link against the lapack libraries. zgesv i

Re: Re: Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico Nick Papior Andersen
This is an error of linking, you need to link against the lapack libraries. zgesv is a lapack routine. Kind regards Nick 2012/11/20 liuyunlong0902 > Dear Nick, > Thanks for your kind help! I have solved this problem, but some > other errors emerged when 'ifort -transiesta' was going on

Re:Re: Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico liuyunlong0902
Dear Nick, Thanks for your kind help! I have solved this problem, but some other errors emerged when 'ifort -transiesta' was going on: - m_ts_aux_rout.o: In function `csolveg': /home/users/zjuiseexy/siesta-trunk-424/Transiesta/m_ts_aux_rout.F:342:

Re: Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico Nick Papior Andersen
That error stems from no mpi-dummy routine has been created. Simply do the following: Replace on line 205: #endif with this: #else subroutine dummy() end subroutine dummy #endif I will correct this in the patched version. Kind regards Nick 2012/11/19 liuyunlong0902 > Dear Nick, >

Re:Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico liuyunlong0902
Dear Nick, Thanks for your help and sorry for not finding the similar question. I have compiled the siesta successfully, but another error emerges in transiesta compilation, I have no idea about this: -- fortcom: Error: m_glob_sparse.F90, line 208: The statement followin

Re: [SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico Nick Papior Andersen
This question has been asked before, try and search for it. It is a bug of the intel 10 compiler. However, it can be fixed by removing the index of the lefthand side pointer assignment c(1:Npol) => contour(1:Npol) should be c => contour(1:Npol) etc. for the 3 following assignments... Kind regards

[SIESTA-L] compilation error of siesta-trunk-424

2012-11-19 Por tôpico liuyunlong0902
Dear all, I was trying to install the siesta-trunk-424 version recently. Some error occured when I used the arch.make file to compile, but the same *.make file can compile the siesta-trunk-421 successfully. I attached the error information and *.make file, would anyone help me? Best