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