This thread is locked.Only browsing is available.
Top Page > Browsing
Installation 3.8
Date: 2016/09/08 22:24
Name: Krishna

Dear Openmx users,


I am new in openmx. I tried to install openmx3.8. It is successful but at the end it is telling somthing like below:


source/sbt/linear/eri_linfsbt.o /opt/libs/fftw/fortran/lib/libfftw3.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_lapack.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_em64t.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_solver.a /opt/intel/fce/9.1.036/lib/libifcore.a -lmpi_f77 -lmpi_f90 -lm -o openmx
strip openmx
cp openmx ../work/openmx
[krishna@localhost source]$

I did not understand why it is giving "strip openmx" and what does that mean. The same thing remains with openmx3.5, 3.6, 3.8

My make file settings are as follows


CC = mpicc -O3 -openmp -I/user/local/include -I/opt/libs/fftw/fortran/include
FC = mpif90 -O3 -openmp -I/usr/local/include -I/opt/libs/fftw/fortran/include
LIB = /opt/libs/fftw/fortran/lib/libfftw3.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_lapack.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_em64t.a /opt/intel/mkl/8.1.1/lib/em64t/libmkl_solver.a /opt/intel/fce/9.1.036/lib/libifcore.a -lmpi_f77 -lmpi_f90

Your kind help would be highly appreciated.

regards,

vk krishna
メンテ
Page: [1]

Re: Installation 3.8 ( No.1 )
Date: 2016/09/09 16:47
Name: T. Ozaki

Hi,

"strip openmx" doesn't mean that your compilation is unsuccessful.
This is just done to reduce the size of the executable file "openmx".

Regards,

TO
メンテ
Re: Installation 3.8 ( No.2 )
Date: 2016/09/10 19:06
Name: Krishna

Dear Ozaki,

Thanking you for your reply.


regards,
VK
メンテ

Page: [1]