Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-28 Por tôpico sauluck
hi, the computer cannot locate the executables siesta transiesta. you need to make entries in .bashrc or .cshrc files a very simple fix is to copy the executables to /usr/bin/ s.auluck Dear Prof. Verma ji, Everything went well and transiesta is working now. But, I am now experiencing a new

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-28 Por tôpico jv sharma
Thanks, Prof. Auluck, this simple fix has solved the problem. On Sun, Jun 28, 2015 at 12:25 PM, saul...@iitk.ac.in wrote: hi, the computer cannot locate the executables siesta transiesta. you need to make entries in .bashrc or .cshrc files a very simple fix is to copy the executables to

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-27 Por tôpico jv sharma
Dear Prof. Verma ji, Everything went well and transiesta is working now. But, I am now experiencing a new problem after doing this. Either siesta or transiesta, only one at a time is working. I mean, after doing make transiesta and so on.. transiesta is working well, but when I try with siesta

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico jv sharma
I am still getting the same error, after doing this. That is, like this: jv@jv-desktop:~/siesta-3.2/Examples/TranSiesta/Elec/OUT_Test$ transiesta elec.fast.fdf elec.fast.out transiesta: command not found jv@jv-desktop:~/siesta-3.2/Examples/TranSiesta/Elec/OUT_Test$ On Fri, Jun 26, 2015 at

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico jv sharma
On Fri, Jun 26, 2015 at 4:28 PM, 毛飞 200921220...@mail.bnu.edu.cn wrote: Hi, Sarma It seems that the transiesta can not be found by the system. Do you add the absolute path of the executable transiesta in the environment variable $PATH? You can test if it is added in the $PATH by typing

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico Jaehwan Kweon
you would better install transiesta first $cd siesta-3.2/Obj/ $make transiesta then $cp /directory/siesta/Obj/transiesta /usr/local/bin On Sat, Jun 27, 2015 at 12:36 AM, jv sharma jvnano...@gmail.com wrote: On Fri, Jun 26, 2015 at 4:28 PM, 毛飞 200921220...@mail.bnu.edu.cn wrote: Hi, Sarma

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico jv sharma
On Fri, Jun 26, 2015 at 9:18 PM, Jaehwan Kweon janikw...@gmail.com wrote: you would better install transiesta first $cd siesta-3.2/Obj/ $make transiesta then $cp /directory/siesta/Obj/transiesta /usr/local/bin Now I get like this: jv@jv-desktop:~$ cp /directory/siesta-3.2/Obj/transiesta

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico Raha khalili
Hi, You can try this: export PATH= /your_directory/siesta-3.2/Obj:$PATH Best, Raha On Fri, Jun 26, 2015 at 6:05 PM, jv sharma jvnano...@gmail.com wrote: On Fri, Jun 26, 2015 at 9:18 PM, Jaehwan Kweon janikw...@gmail.com wrote: you would better install transiesta first $cd

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico Jaehwan Kweon
that is probably because there is no executable transiesta file in /your_directory/siesta-3.2/Obj so, you need to check whether files are successfully compiled try this.. $cd siesta-3.2/Obj/ $make clean $make transiesta $cp /directory/siesta/Obj/transiesta /usr/local/bin good luck! On Sat,

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico Dr. Mohan L. Verma
Dear Sharma ji Please read the manual carefully and  start from beginning i.e. from the compilation of transiesta. we are using siesta-trunk-462.  In order to compile transiesta in series Use following steps : 1. download siesta-trunk-462 from :

Re: [SIESTA-L] TranSiesta Error after trying to run a fast example

2015-06-26 Por tôpico 毛飞
Hi, Sarma It seems that the transiesta can not be found by the system. Do you add the absolute path of the executable transiesta in the environment variable $PATH? You can test if it is added in the $PATH by typing “which transiesta” in the command line. Good luck. Fei Mao USC