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: [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, >