This thread is locked.Only browsing is available.
Top Page > Browsing
openmx3.4 installation problem
Date: 2010/08/20 00:19
Name: Daniel   <wamai1@hotmail.com>

Dear Prof. Ozaki.
I was trying to install openmx3.4 in my computer which uses ubuntu 10.04 lts as the operating system. I must mention that I am an amateur with respect to this software!
The use compiler options are as follows:
CC = gcc -03 -dnompi -dnoomp
LIB =-L/home/daniel/openmx/lib/fftw-3.2.2/ -lfftw3-L/home/daniel/openmx/lib/lapack++/-llapack-L/home/daniel/openmx/lib/blas -lblas- statice
error message
Poisson.c:30:20: error: fftw3.h: No such file or directory
Poisson.c: In function eFFT_Poissonf:
Poisson.c:138: error: efftw_complexf undeclared (first use in this function)
Poisson.c:138: error: (Each undeclared identifier is reported only once
Poisson.c:138: error: for each function it appears in.)
Poisson.c:138: error: einf undeclared (first use in this function)
Poisson.c:138: error: eoutf undeclared (first use in this function)
Poisson.c:139: error: efftw_planf undeclared (first use in this function)
Poisson.c:139: error: expected e;f before epf
Poisson.c:167: error: epf undeclared (first use in this function)
Poisson.c:167: error: eFFTW_ESTIMATEf undeclared (first use in this function)
make: *** [Poisson.o] Error 1
Any help to solve this problem is greatly appreciated.
Thanks
Daniel
e
Page: [1]

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
e
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.
e
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
e

Page: [1]