跳转至内容

Son of Grid Engine

来自 ArchWiki

The Son of Grid Engine 是一个社区项目,旨在继续 Sun 的旧 gridengine,它是一个网格计算计算机集群软件系统(也称为批处理队列系统)。

安装

在 qmaster 主机和执行主机上安装 sgeAUR 包。

配置

Qmaster 主机配置

使用 install_qmaster 脚本进行 qmaster 主机配置。

# cd /opt/sge && ./install_qmaster

然后您可以 启动/启用 sgemaster@your_sge_cell_name.service

执行主机配置

在执行主机配置之前,您需要在 qmaster 主机上将执行主机配置为管理主机。

# source /opt/sge/your_sge_cell_name/common/settings.sh
# qconf -ah your_execution_host_name

然后,将 qmaster 主机上的 sge cell 目录 /opt/sge/your_sge_cell_name 放在执行主机上的相同路径下。

现在使用 install_execd 脚本进行执行主机配置。

# cd /opt/sge && ./install_execd

然后您可以 启动/启用 sgeexecd@your_sge_cell_name.service

配置完成后,您可以从管理主机列表中移除您的执行主机。

# qconf -dh your_execution_host_name