[시스템 정보]
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


Posted by 천연사이다

블로그 이미지
공부 기록
천연사이다

공지사항

Yesterday
Today
Total

달력

 « |  » 2025.2
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함