1 Star 0 Fork 64

limingyang/hpcrunner

forked from sunlock0653/hpcrunner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
data.relion.4.0.1.arm.cpu.config 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
limingyang 提交于 2024-01-15 11:44 . path fix
[SERVER]
10.50.126.82
[DOWNLOAD]
relion/4.0.1 $JARVIS_PROXY/3dem/relion/archive/refs/tags/4.0.1.tar.gz relion-4.0.1.tar.gz
[DEPENDENCY]
module use ./software/modulefiles
module purge
./jarvis -install bisheng/3.1.0 com
module add bisheng/3.1.0
export CC=clang CXX=clang++ FC=flang
./jarvis -install wxWidgets/3.0.5 clang
module add wxWidgets/3.0.5
./jarvis -install ctffind/4.1.14/clang clang
./jarvis -install hmpi/1.3.1 clang
[ENV]
module purge
module use ${JARVIS_ROOT}/software/modulefiles
module add bisheng/3.1.0
module add wxWidgets/3.0.5
module add ctffind-clang/4.1.14
module add hmpi/1.3.1
module add cmake/3.23.1
export CC=clang CXX=clang++ FC=flang
[APP]
app_name = relion
build_dir = ${JARVIS_ROOT}
binary_dir =
case_dir =
[BUILD]
cd ${JARVIS_TMP}
rm -rf relion-4.0.1
tar -xvf ${JARVIS_DOWNLOAD}/relion-4.0.1.tar.gz
cd relion-4.0.1
mkdir build && cd build
yum install -y libtiff-* fltk* fltk-devel*
yum -y install xorg-x11-xauth
cmake -DCUDA=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=${JARVIS_ROOT}/software/apps/relion/4.0.1 -DFETCH_TORCH_MODELS=OFF ..
make -j
make install
[RUN]
run =
binary =
nodes = 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lmy1016071721/hpcrunner.git
[email protected]:lmy1016071721/hpcrunner.git
lmy1016071721
hpcrunner
hpcrunner
master

搜索帮助