2017. 10. 27. 10:58 나의일 관련/Linux
Quantum Espresso 6.1 설치 기록
$ tar xvzf qe-6.1.tar.gz
$ cd qe-6.1
$ unset LD_LIBRARY_PATH
$ module load compiler/intel-2017 cuda/8.0 cudampi/mvapich2-2.2
$ export FC=mpif90
$ export CC=mpicc
$ export F77=mpif90
$ export EXTLIB_FLAGS="-mkl=sequential"
$ export CFLAGS="-O3 -ip -ftz -xAVX -fPIC -shared-intel"
$ export FFLAGS="-O3 -ip -ftz -xAVX -fPIC -shared-intel"
$ export FCFLAGS="-O3 -ip -ftz -xAVX -fPIC -shared-intel"
$ ./configure --prefix=$HOME/applications/espresso/6.1/intel/2017/mvapich2/2.2 \
--enable-parallel --with-scalapack=no \
FFT_LIBS=/applic/compilers/intel/2017/mkl/lib/intel64/libfftw3xf_intel.a
$ vi make.inc
$ make all
$ make install
[Edit the make.inc file]
IFLAGS = -I$(TOPDIR)/include -I../include/ -I/applic/compilers/intel/2017/mkl/include \
-I/applic/compilers/intel/2017/mkl/include/fftw
'나의일 관련 > Linux' 카테고리의 다른 글
MPI hello world 예제(Fortran언어) (0) | 2017.10.27 |
---|---|
MPI hello world 예제(C언어) (0) | 2017.10.27 |
[galaxy] fftw-3.3.4 설치 기록 (0) | 2017.10.27 |
siesta-4.0 설치 기록 (0) | 2017.10.27 |
intel-2013 컴파일러로 fftw-2.1.5 설치 하는 경우 openmp 오류 관련 (0) | 2017.10.27 |