Gromacs-2025版本使用贾维斯工具完成一键编译部署

发布时间:2026/7/29 1:20:35
Gromacs-2025版本使用贾维斯工具完成一键编译部署 Gromacs-2025版本使用贾维斯工具完成一键编译部署 Gromacs-2025版本使用贾维斯工具完成一键编译部署## 通过 Git clone 下载贾维斯工具1下载基本依赖软件yum -y install git time zlib zlib-devel gcc gcc-c environment-modules python python3 python3-devel python3-libs python3-pip cmake make numactl numactl-devel numactl-libs rpmdevtools wget libtirpc libtirpc-devel unzip flex tar patch glibc-devel rpcbind csh perl-XML-LibXML xorg-x11-xauth curl curl-devel libcurl-devel2拉取贾维斯代码仓git clone https://gitee.com/openeuler/hpcrunner.git## 环境初始化1配置环境变量进入hpcrunner目录并执行source init.shcd hpcrunner source init.sh2加载gromacs配置文件./jarvis -use ./templates/gromacs/2025.3/data.gromacs.arm.cpu.config## 下载 gromacs 软件和算例文件执行./jarvis -d 一键下载Gromacs 2025.3分支软件及算例文件注TestCase算例文件下载速度慢可以CtrlC终止算例下载终止算例下载不影响Gromacs软件编译部署但是无法通过./jarvis -r 运行算例./jarvis -d## 下载 Gromacs 软件依赖执行 ./jarvis -dp 一键下载 Gromacs 软件依赖./jarvis -dp## 编译 Gromacs执行 ./jarvis -b 一键编译部署 Gromacs 2025 版本应用./jarvis -b## 运行算例执行 ./jarvis -r 运行 Gromacs 软件及算例./jarvis -r