|  Re: openmx3.4 installation problem ( No.1 ) | 
|  Date: 2010/08/24 22:00 Name: Zsolt Gercsi
 
Hi Daniel,
 
 Do you have fast Fourier transform library installed on your system?
 You need to have the header file (fftw3.h) in your path.
 You can check its location using
 locate fftw3.h
 command.
 
 If you don't have it installed, you can do it with
 sudo apt-get install fftw3
 command.
 
 Good luck,
 Zsolt
 
 | 
|  Re: openmx3.4 installation problem ( No.2 ) | 
|  Date: 2011/10/27 04:38 Name: Olga P.  <danaida04@gmail.com>
 
Hello. Excuse me please, but i have such the problem. 
 ggg@ubuntu:~/openmx3.5/source$ make install
 gcc -O3 -Dnompi -Dnoomp -I/usr/local/include -I/home/ozaki/include -c Poisson.c
 Poisson.c:30: fatal error: fftw3.h: ~u p{s pz|p y|y {pp|sp (No such file or directory)
 compilation terminated.
 make: *** [Poisson.o] Oyq{p 1 (Error 1)
 ggg@ubuntu:~/openmx3.5/source$
 
 All libraries are installed, but i no understand in which path move file fftw3.h
 
 Help me please. Thank you very much. Truly yours, Olga P.
 | 
|  Re: openmx3.4 installation problem ( No.3 ) | 
|  Date: 2011/11/19 12:32 Name: Dr. Amar Bahadur  <amaknipss@gmail.com>
 
Dear Sir,I am trying to install OpenMX3.5. I am making followings in make file using library FFTW, LAPACK and BLAS. Please help me to explain that the following compiler options are correct?
 
 CC = gcc -03 -dnompi -dnoomp -I/usr/local/include -I/home/amar/include
 LIB =-L/usr/local/lib -libfftw3-3 -liblapack3gf -libblas3gf -statice
 
 Best regards,
 Dr. Amar Bahadur
 |