1 Star 0 Fork 63

lixiang/hpcrunner

forked from openEuler/hpcrunner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test-blast.sh 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen524 提交于 2024-05-12 11:48 . add test-blast.sh.
#!/bin/bash
cd ..
# release blast src code
rm -rf tmp/blast-2.13.0
# copy templates
cp -rf templates/blast/2.13.0/data.blast.arm.cpu.config ./
# switch to config
./jarvis -use data.blast.arm.cpu.config
# download blast src code
./jarvis -d
# install dependency
./jarvis -dp
# build
./jarvis -b
# run
./jarvis -r
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lx1229207124/hpcrunner.git
git@gitee.com:lx1229207124/hpcrunner.git
lx1229207124
hpcrunner
hpcrunner
master

搜索帮助