
超並列計算によるタンパク質ドッキングソフトウェア
--enable-floatフラグを付けてください.(FAQも参照のこと).
$ tar xzf megadock-4.1.1.tgz
$ cd megadock-4.1.1
Makefileの編集
CUDA_INSTALL_PATH ?= your/cuda/toolkit/install/path # default: /usr/local/cuda
CUDA_SAMPLES_PATH ?= your/cuda/sdk/install/path # default: /usr/local/cuda/samples
FFTW_INSTALL_PATH ?= your/fftw/library/install/path # default: /usr/local
CPPCOMPILER ?= g++ # default: g++ (or icpc, others)
MPICOMPILER ?= mpicxx # default: mpicxx (or others)
OPTIMIZATION ?= -O3 #
OMPFLAG ?= -fopenmp # default: -fopenmp (g++), or -openmp, -qopenmp (intel)
コンパイル
$ make
megadock-gpu-dpという名前のバイナリファイルが生成されます.
$ tar xzf megadock-4.1.1.tgz
$ cd megadock-4.1.1
Makefileの編集
FFTW_INSTALL_PATH ?= your/fftw/library/install/path # default: /usr/local
CPPCOMPILER ?= g++ # default: g++ (or icpc, others)
MPICOMPILER ?= mpicxx # default: mpicxx (or others)
OPTIMIZATION ?= -O3 #
OMPFLAG ?= -fopenmp # default: -fopenmp (g++), or -openmp, -qopenmp (intel)
USE_GPU := 0
コンパイル
$ make
megadock-dpという名前のバイナリファイルが生成されます.
$ tar xzf megadock-4.1.1.tgz
$ cd megadock-4.1.1
Makefileの編集
CUDA_INSTALL_PATH ?= your/cuda/toolkit/install/path # default: /usr/local/cuda
CUDA_SAMPLES_PATH ?= your/cuda/sdk/install/path # default: /usr/local/cuda/samples
FFTW_INSTALL_PATH ?= your/fftw/library/install/path # default: /usr/local
CPPCOMPILER ?= g++ # default: g++ (or icpc, others)
OPTIMIZATION ?= -O3 #
OMPFLAG ?= -fopenmp # default: -fopenmp (g++), or -openmp, -qopenmp (intel)
USE_MPI := 0
コンパイル
$ make
megadock-gpuという名前のバイナリファイルが生成されます.
$ tar xzf megadock-4.1.1.tgz
$ cd megadock-4.1.1
Makefileの編集
FFTW_INSTALL_PATH ?= your/fftw/library/install/path # default: /usr/local
CPPCOMPILER ?= g++ # default: g++ (or icpc, others)
OPTIMIZATION ?= -O3 #
OMPFLAG ?= -fopenmp # default: -fopenmp (g++), or -openmp, -qopenmp (intel)
USE_GPU := 0
USE_MPI := 0
コンパイル
$ make
megadockという名前のバイナリファイルが生成されます.
Copyright © 2014-2019 Akiyama Laboratory, Tokyo Institute of Technology, All Rights Reserved.