当前位置:网站首页>slurm集群搭建
slurm集群搭建
2022-08-11 05:33:00 【zoujiangMr】
Slurm是面向Linux和Unix的开源工作调度程序,由世界上许多超级计算机使用,主要功能如下:
1、为用户分配计算节点的资源,以执行工作;
2、提供的框架在一组分配的节点上启动、执行和监视工作(通常是并行作业);
3、管理待处理作业的工作队列来仲裁资源争用问题;
Slurm架构
环境配置
服务器 IP 主机名 操作系统 配置
控制节点 172.18.0.115 master CentOS7.9 4核8G
计算节点1 172.18.0.116 node01 CentOS7.9 4核8G
计算节点2 172.18.0.117 node02 CentOS7.9 4核8G
一、基础环境(除说明外,所有机器都要执行)
关闭防火墙/selinux
systemctl stop firewalld
systemctl disable firewalld
sed -i -e 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
setenforce 0
开启ipv6(部署IPa需要
边栏推荐
猜你喜欢
随机推荐
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-7-29
电脑录屏的简单方法
(1) Software testing theory (0 basic understanding of basic knowledge)
【Unity】关于一个炮台Prefab的剖析
日志收集分析器(ELK)
Solve the problem that port 8080 is occupied
Two hundred questions in C language (0 basic continuous update) (1~5)
Error in render: “TypeError: Cannot read properties of undefined (reading ‘commentsContent‘)“
BaseActvity的抽取
uboot代码解析1:根据目的找主线
Redis学习笔记【二】
Unity 使用双缓冲实现一个好用的计时器
【力扣】同构字符串
无胁科技-TVD每日漏洞情报-2022-8-1
VirtualAPK初探
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-8-1
Redis学习笔记【四】完结
项目笔记——随机2
IP证书申请
软件使用代码签名证书的好处和必要性








![[HTB]渗透Backdoor靶机](/img/fd/61fb3fe8498dec4462ee4156adb806.png)
