This thread is locked.Only browsing is available.
Top Page > Browsing
Installation problem
Date: 2010/05/01 01:22
Name: Nourdine

Dear Dr. Ozaki,

I am trying to install openmx5.3, with this options :

CC = mpicc -Dnoomp -Dblaswrap -O3 -I/home/nzibouche/include
LIB = -L/home/nzibouche/lib -lfftw3 -llapack -lblas -lg2c -lI77 -static

but it gives me this warning:


/usr/lib/mpich-mpd/lib/libmpich-p4mpd.a(p4_secure.o): In function `start_slave':
(.text+0x3e1): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/mpich-mpd/lib/libmpich-p4mpd.a(p4_sock_util.o): In function `gethostbyname_p4':
(.text+0x3e5): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
strip openmx
cp openmx ../work/openmx

Please do you have any idea how to solve the problem?

Thank you in advance
メンテ
Page: [1]

Installation problem ( No.1 )
Date: 2010/07/26 16:45
Name: Nirpendra Singh  <nirpedph@gmail.com>

Dear openmx users
I am new to this software. I was trying to compile but getting error in poisson.c. Kindly help me in this regard

compiler options
CC = mpicc -O3 -I/apps/mpi/mpich2/1.1.1p1/include -I/apps/intel/ifort/11.1/mkl/include -Wl,--allow-multiple-definition
LIB = -L/apps/fftw/3.2.2/lib -lfftw3 /apps/fftw/3.2.2/include -L/apps/intel/ifort/11.1/mkl/lib/em64t -lmkl_lapack -lmkl_ip -lguide -L/usr/lib -lpthread -static

error message
Poisson.c:30:20: error: fftw3.h: No such file or directory
Poisson.c: In function ‘FFT_Poisson’:
Poisson.c:138: error: ‘fftw_complex’ 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: ‘in’ undeclared (first use in this function)
Poisson.c:138: error: ‘out’ undeclared (first use in this function)
Poisson.c:139: error: ‘fftw_plan’ undeclared (first use in this function)
Poisson.c:139: error: expected ‘;’ before ‘p’
Poisson.c:167: error: ‘p’ undeclared (first use in this function)
Poisson.c:167: error: ‘FFTW_ESTIMATE’ undeclared (first use in this function)
make: *** [Poisson.o] Error 1
メンテ
Re: Installation problem ( No.2 )
Date: 2010/08/20 00:17
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 ‘FFT_Poisson’:
Poisson.c:138: error: ‘fftw_complex’ 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: ‘in’ undeclared (first use in this function)
Poisson.c:138: error: ‘out’ undeclared (first use in this function)
Poisson.c:139: error: ‘fftw_plan’ undeclared (first use in this function)
Poisson.c:139: error: expected ‘;’ before ‘p’
Poisson.c:167: error: ‘p’ undeclared (first use in this function)
Poisson.c:167: error: ‘FFTW_ESTIMATE’ undeclared (first use in this function)
make: *** [Poisson.o] Error 1
Any help to solve this problem is greatly appreciated.
Thanks
メンテ
Re: Installation problem ( No.3 )
Date: 2010/09/22 21:17
Name: Alexander  <AGKvashnin@gmail.com>

Dear Dr. Ozaki,

I am a new user of openMX. I want to download openmx3.5.tar.gz from this web-page, but I can't do this, because fully file doesn't download.
Any help to solve this problem is greatly appreciated.
Thanks.
Alexander.
メンテ
Re: Installation problem ( No.4 )
Date: 2011/05/12 18:15
Name: Tamal Goswami  <tamal.nbu@gmail.com>

Dear Dr. Ozaki,

I am trying to install openmx version 3.5 in my HP xw4600 Workstation(64-bit) with intel core 2 duo processor. It has ubuntu 10.01. All the time it is returning the following

collect2: ld returned 1 exit status
make: *** [openmx] Error 1

If you kindly help me installing this package i'll be thankful to you. Looking forward to your reply.

Tamal
メンテ
Re: Installation problem ( No.5 )
Date: 2011/05/13 00:35
Name: T.Ozaki

Hi,

Does this happen when libraries are linked?
Then, you must find a proper way to do that, while there are many examples in
the makefile. (In recent days, I prefer ACML due to its easiness of installation,
performance, and computational robustness.)

Best regards,

TO
メンテ
Re: Installation problem ( No.6 )
Date: 2011/05/19 14:44
Name: Tamal Goswami  <tamal.nbu@gmail.com>

Dear Dr. Ozaki,

Thank you for your kind reply. If I try installing without specifying the libraries then it returns something like--

usr/bin/ld: cannot find lfftw3

and tells that it cannot find the other libraries too. But after linking the libraries with proper addresses it does not return comments like above. Only returns

collect2: ld returned 1 exit status
make: *** [openmx] Error 1.

Now if you please find me a way out and help me installing the package, it will be of great pleasure.

Thank you in advance.

Tamal.

メンテ
Re: Installation problem ( No.7 )
Date: 2011/05/22 21:13
Name: Tamal Goswami  <tamal.nbu@gmail.com>

Dear Dr. Ozaki,

I am successful in compiling the code in my computer. Now I can see the executable files 'openmx' , 'jx' in the work directory and 'tranmain' in the source directory. Thank you for your assistance. Hope I will get help from you for any further problem about running the code.

Thank you very much.

Tamal.
メンテ
Re: Installation problem ( No.8 )
Date: 2011/08/11 18:21
Name: amirhossein  <amirhosseinba67@gmail.com>

Dear Dr. Ozaki,

I am trying to install openmx 3.5 in my Vaio vpcf121fx Workstation(64-bit) with Intel&#174; Core&#8482; i7 processor. It has ubuntu 11.04.

I can not compile make file in source direction

please help me...

Thank you very much.

amirhossein.
メンテ
Re: Installation problem ( No.9 )
Date: 2011/11/19 12:45
Name: Dr. Amar Bahadur  <amaknipss@gmail.com>

Dear Sir,
I am user of Intel P4 (3.2GHz) with operating system Ubuntu 10.10. During installation of OpenmMX I feel some problem. While compiling FFTW, LAPACK and BLAS the use compiler options are as follows:

CC = gcc -03 -dnompi -dnoomp -I/usr/local/include -I/home/amar/include
LIB =-L/home/usr/local/lib -libfftw-3.3/ -liblapack3gf -libblas3gf -statice

Help me please to explain whether I have correctly typed it?


Dr. Amar Bahadur
メンテ
Re: Installation problem ( No.10 )
Date: 2012/07/02 13:16
Name: Somesh Bhattacharya  <somesh.kb@gmail.com>

Dear Dr. Ozaki,

I am a new user of OpenMX. During installation I am facing the error as mentioned below :

mpicc -O3 -I/usr/include -I/usr/include -I /home/somesh/include -I./liberi-091216/source -c Poisson.c
Poisson.c(30): catastrophic error: could not open source file "fftw3.h"
#include <fftw3.h>
^

compilation aborted for Poisson.c (code 4)
make: *** [Poisson.o] Error 4

My machine is Linux x86 64 and has mpicc.

Compiler options :
CC = mpicc -O3 -I/usr/include -I/usr/include -I /home/somesh/include
LIB = -L/opt/intel/mkl/10.0.1.014/lib/em64t -lmkl_lapack -lmkl_blacs_ilp64
-lmkl_em64t -lguide -liomp5 -lmkl_intel_thread -lmkl_core -L/home/somesh/FFTW-NEW/lib -lfftw3 -lg2c -static


Kindly hemp in the installation process.

Waiting for your response.

Regards,

Somesh
メンテ
Re: Installation problem ( No.11 )
Date: 2012/07/02 15:41
Name: Somesh Bhattacharya  <somesh.kb@gmail.com>

I was able to solve the above problem. The problem was due to fftw3.h . Appropriate inclusion solved the problem.
メンテ
Re: Installation problem ( No.12 )
Date: 2012/09/27 11:31
Name: Anant

Dear Dr.Ozaki,

I am new user of OpenMX. I tried to open and install LAPACK and BLAS through Terminal-ubuntu. But a error msg stating access denied kept popping out. so I tried to install ACML. But I am not sure whether ACML is installed or not? same goes for FFTW as well. My first question is how to check whether they have been installed or not? Next I unzipped openmx3.6 and installed it. but i entered work lib and used emacs -nw makefile. It took me to a new window where i was able to find FILE EDIT option and all. I am not sure whether that is the compiler window or not. As I dont have programming background I am finding it very tough to work with OpenMx. Can u pls help me out?

Anant
メンテ

Page: [1]