This thread is locked.Only browsing is available.
Top Page > Browsing
OpenMX3.8 installation problem
Date: 2016/08/04 23:55
Name: Yohei Ibe

Dear developers of OpenMX,

I have an error in installation of OpenMX 3.8 on my Linux(64bit) machine using Intel MKL11.3.

My makefile is as follows.

CC = mpicc -O3 -openmp -I/opt/intel/mkl/include
FC = mpiifort -O3 -I/opt/intel/mkl/include
LIB= -L/opt/intel/mkl/lib/intel64 -lfftw3 -lmkl_intel_lp64 -lmkl_core -lpthread -lifcore

Then I obtain,

gcc: error: openmx.o: そのようなファイルやディレクトリはありません
gcc: error: openmx_common.o: そのようなファイルやディレクトリはありません
gcc: error: Input_std.o: そのようなファイルやディレクトリはありません
gcc: error: Inputtools.o: そのようなファイルやディレクトリはありません
gcc: error: init.o: そのようなファイルやディレクトリはありません
gcc: error: LU_inverse.o: そのようなファイルやディレクトリはありません
gcc: error: ReLU_inverse.o: そのようなファイルやディレクトリはありません
...
and so on.

Could you please give me some suggestion and solution to solve my problems?

Regards,

Yohei Ibe
メンテ
Page: [1]

Re: OpenMX3.8 installation problem ( No.1 )
Date: 2016/08/05 08:53
Name: T. Ozaki

Hi,

Please look at the page 10 in a PDF file:
http://www.openmx-square.org/tech_notes/OpenMX-Compile.pdf

Regards,

TO
メンテ
Re: OpenMX3.8 installation problem ( No.2 )
Date: 2016/08/05 11:24
Name: Yohei Ibe

Dear Prof. Taisuke Ozaki,

I successfully installed OpenMX, by modifying mpicc into mpiicc, according to the PDF file.
Thank you so much for your answer. I was really helped.

Regards,

Yohei Ibe
メンテ

Page: [1]