2017. 10. 27. 10:17 나의일 관련/Linux
[galaxy] fftw-3.3.4 설치 기록
[시스템 정보]
OS : CentOS 6.4
[환경 설정]
$ module load compilers/intel-13.1.117 mpi/intel/openmpi-1.8.8
[FFTW3 double]
$ export CXX=mpicxx
$ export CC=mpicc
$ export F77=mpif90
$ export FC=mpif90
$ export F90=mpif90
$ export CFLAGS="-O3 -fPIC -shared-intel"
$ export FFLAGS="-O3 -fPIC -shared-intel"
$ export FCFLAGS="-O3 -fPIC -shared-intel"
$ export CXXFLAGS="-O3 -fPIC -shared-intel"
$ ./configure --prefix=$HOME/galaxy/FFTW/3.3.4/double \
--enable-mpi --enable-openmp --enable-threads --enable-shared
$ make
$ make install
[FFTW3 single]
$ export CXX=mpicxx
$ export CC=mpicc
$ export F77=mpif90
$ export FC=mpif90
$ export F90=mpif90
$ export CFLAGS="-O3 -fPIC -shared-intel"
$ export FFLAGS="-O3 -fPIC -shared-intel"
$ export FCFLAGS="-O3 -fPIC -shared-intel"
$ export CXXFLAGS="-O3 -fPIC -shared-intel"
$ ./configure --prefix=$HOME/galaxy/FFTW/3.3.4/single \
--enable-mpi --enable-openmp --enable-threads --enable-shared --enable-float
$ make
$ make install
'나의일 관련 > Linux' 카테고리의 다른 글
MPI hello world 예제(C언어) (0) | 2017.10.27 |
---|---|
Quantum Espresso 6.1 설치 기록 (0) | 2017.10.27 |
siesta-4.0 설치 기록 (0) | 2017.10.27 |
intel-2013 컴파일러로 fftw-2.1.5 설치 하는 경우 openmp 오류 관련 (0) | 2017.10.27 |
[cheetah] raspa-2.0 설치 기록 (0) | 2017.10.27 |