libblas.so.3  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
Tarek
Posts: 10
Joined: Tue Sep 23, 2014 8:11 pm

libblas.so.3

Post by Tarek » Tue Feb 07, 2017 7:10 pm

Dear all
I have tried to run one example and the following message obtained!!!!!!! .
error while loading shared libraries: libblas.so.3: wrong ELF class: ELFCLASS32

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: libblas.so.3

Post by jbeuken » Sat Feb 18, 2017 3:31 pm

need infos ! please...

can you post the output of these cmds :

Code: Select all

uname -ar
dpkg -l| grep blas
echo $LD_LIBRARY_PATH

How did you choose the algebraic library ?
did you use :

Code: Select all

--with-linalg-flavor="netlib"
--with-linalg-libs="-L/PATH/OF/NETLIB/LIBRARY  -llapack -lblas"
 
------
Jean-Michel Beuken
Computer Scientist

Tarek
Posts: 10
Joined: Tue Sep 23, 2014 8:11 pm

Re: libblas.so.3

Post by Tarek » Sat Feb 18, 2017 5:49 pm

Dear Sir
Thanks a lot for your kind reply. The answers of your questions are attached in file called "answers".
I will be so happy if you help me where I spent a lot of time in order to solve this problem.
Thanks once again for your kind help
Yours sincerely
Tarek Hammad.
Attachments
answeres.pdf
(18.44 KiB) Downloaded 284 times

Tarek
Posts: 10
Joined: Tue Sep 23, 2014 8:11 pm

Re: libblas.so.3  [SOLVED]

Post by Tarek » Sun Feb 19, 2017 1:02 pm

Dear all
Almost the problem is solved just by making a build directory and save in it the configuration file " hostname.ac". This file is identical to that one found on abinit site definitely " platform - receipt for ubuntu 14.04" .
Best regards.

Locked