You need to add libopenblasp.so.0 to your Linux environment [ https://help.ubuntu.com/community/EnvironmentVariables ].

After installing WIEN2k with gfortran [ https://www.mail-archive.com/[email protected]/msg17175.html ], I seem to recall having a similar error.

If I recall correctly, I had installed libopenblas.so on my system in /home/ubuntu/OpenBLAS-0.2.20

So in .bashrc, I changed:

#export LD_LIBRARY_PATH=.....

to

export LD_LIBRARY_PATH=/home/ubuntu/OpenBLAS-0.2.20

Note: Change the above /home/ubuntu/OpenBLAS-0.2.20 path to where libopenblasp.so.0 is located on your system.

Then, I had to kill w2web by restarting the computer or using [ https://www.mail-archive.com/[email protected]/msg15629.html ]:

username@computername:~/Desktop$ ps -e | grep w2web
 4089 ?        00:00:00 w2web
username@computername:~/Desktop$ kill 4089

and start w2web again to load the changes made to .bashrc:

username@computername:~/Desktop$ w2web

On 4/2/2018 1:13 AM, Amir Zayyani wrote:

Dear wien2k users

   I have installed wien2k 17.1 yesterday. When I click on “x dstart” ,this error appears and I don’t know how to fix it.

The error is  “/usr/local/codes/WIEN2k_17.1/dstart: error while loading shared libraries: libopenblasp.so.0: cannot open shared object file: No such file or directory

0.000u 0.000s 0:00.00 0.0%         0+0k 0+0io 0pf+0w

error: command /usr/local/codes/WIEN2k_17.1/dstart dstart.def   failed”

thanks for helping.

Best wishes.

Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

_______________________________________________
Wien mailing list
[email protected]
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/[email protected]/index.html

Reply via email to