1 Star 0 Fork 0

饭喵/CompuChem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
饭喵 提交于 2022-11-29 15:59 . update run.sh.
#! /bin/bash
pip3 install Xponge -i https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
echo 'export PATH=$PATH:/usr/local/cuda/bin' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64' >> ~/.bashrc
source ~/.bashrc
cd ..
wget https://spongemm.cn/static/packages/SPONGE_v1.2.6.zip
unzip SPONGE_v1.2.6.zip
cd SPONGE
make clean
make -j 8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/strongfc/compu-chem.git
git@gitee.com:strongfc/compu-chem.git
strongfc
compu-chem
CompuChem
master

搜索帮助