安装HPCKit(非交互式)
- 使用PuTTY工具,登录HPCKit的安装节点。
- 执行以下命令,进入HPCKit软件包所在目录。
cd HPCKit软件包所在目录
- 执行以下命令,解压HPCKit软件包。
tar xvf HPCKit_24.0.RC1_Linux-aarch64.tar.gz
- 执行以下命令,进入安装流程。
sh HPCKit_24.0.RC1_Linux-aarch64/install.sh -y --prefix=HPCKit安装目录
回显如下信息,表示安装成功,操作结束;否则,请先根据报错信息完成异常处理,然后重新安装。Start installing HPCKit... You have selected: HPCKit安装目录 Start Installing Bisheng Compiler Bisheng Compiler Installation Finished. Start Installing Gcc For openEuler Gcc For openEuler Installation Finished. Start Installing bisheng compiled KML Kunpeng CPU check successfully. KML Installation Finished Start Installing bisheng compiled Hyper MPI HMPI Installation Finished. Start Installing gcc compiled KML Kunpeng CPU check successfully. KML Installation Finished Start Installing gcc compiled Hyper MPI HMPI Installation Finished.
如果配置的安装目录空间小于10GB,则会回显以下提示信息,建议重新规划安装目录,或清理该目录空间。The space of the HPCKit installation directory is insufficient. About 10 GB space is required for installing HPCKit. Run the 'df -h /opt' command to check the space of the installation directory.
父主题: 安装卸载HPCKit