本家様 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件
2025-05-24 2025-05-22 2025-05-21 2025-05-20 2025-05-19 2025-05-18 2025-05-17 2025-05-14 2025-05-13 2025-05-12 2025-05-11 2025-05-08 2025-05-07 2025-05-06 2025-05-05 2025-05-04 2025-05-03 2025-04-27 2025-04-26 2025-04-25 2025-04-24 2025-04-17 2025-04-13 2025-04-02 2025-04-01 2025-03-31 2025-03-29 2025-03-28 2025-03-27
  • novaSTA
2025-03-26 2025-03-23 2025-03-22 2025-03-20

edit


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