novaSTA をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
本家様 [[https://github.com/turonova/novaSTA>+https://git...
Subtomogram averaging package based on TOM/AV3
***インストール [#yb0ee154]
#code(nonumber){{
cd /apps/src
git clone https://github.com/turonova/novaSTA
cd novaSTA
module load mpi/openmpi-x86_64
}}
一部makefileを弄る
#code(diff,nonumber){{
--- makefile.orig 2025-03-27 00:11:09.367362833 +0900
+++ makefile 2025-03-27 00:16:46.270548389 +0900
@@ -12,11 +12,11 @@
CXXFLAGS = -std=c++14 #-std=c++0x
CUDA = nvcc
-CUDA_INCLUDES = -I"${cudapath}/include"
+CUDA_INCLUDES = -I"/usr/local/cuda-10.2/include" -I"/usr...
#OBJECTS = $(SOURCES:.cpp=.o)
-LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft
+LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft ...
all: ${program}
}}
っで
#code(nonumber){{
make includepath="/usr/local/cuda-10.2/include /usr/inclu...
}}
終了行:
本家様 [[https://github.com/turonova/novaSTA>+https://git...
Subtomogram averaging package based on TOM/AV3
***インストール [#yb0ee154]
#code(nonumber){{
cd /apps/src
git clone https://github.com/turonova/novaSTA
cd novaSTA
module load mpi/openmpi-x86_64
}}
一部makefileを弄る
#code(diff,nonumber){{
--- makefile.orig 2025-03-27 00:11:09.367362833 +0900
+++ makefile 2025-03-27 00:16:46.270548389 +0900
@@ -12,11 +12,11 @@
CXXFLAGS = -std=c++14 #-std=c++0x
CUDA = nvcc
-CUDA_INCLUDES = -I"${cudapath}/include"
+CUDA_INCLUDES = -I"/usr/local/cuda-10.2/include" -I"/usr...
#OBJECTS = $(SOURCES:.cpp=.o)
-LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft
+LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft ...
all: ${program}
}}
っで
#code(nonumber){{
make includepath="/usr/local/cuda-10.2/include /usr/inclu...
}}
ページ名:
1