本家様 https://github.com/turonova/novaSTA

Subtomogram averaging package based on TOM/AV3

インストール

cd /apps/src
git clone https://github.com/turonova/novaSTA
cd novaSTA
module load mpi/openmpi-x86_64

一部makefileを弄る

--- 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/include/openmpi-x86_64"
 
 #OBJECTS = $(SOURCES:.cpp=.o)
 
-LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft
+LIBRARIES = -lfftw3 -lfftw3f -lpthread -lcudart -lcufft -L/usr/local/cuda-10.2/lib64
 
 all: ${program}

っで

make includepath="/usr/local/cuda-10.2/include /usr/include/openmpi-x86_64" -j 20
最新の60件
2026-02-18 2026-02-17 2026-02-16 2026-02-14 2026-02-11 2026-02-10 2026-02-09 2026-02-07 2026-02-06 2026-02-03 2026-02-02 2026-02-01 2026-01-31 2026-01-26 2026-01-24 2026-01-18 2026-01-17 2026-01-16 2026-01-12 2026-01-11 2026-01-10 2026-01-09 2026-01-08 2026-01-04 2026-01-01 2025-12-28 2025-12-27 2025-12-12 2025-12-11 2025-12-09 2025-12-08 2025-12-07 2025-12-05 2025-11-30 2025-11-24 2025-11-23 2025-11-18 2025-11-16

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-03-27 (木) 00:19:18