CENTOS STREAM PC INSTALL FLURM

yum install epel-release

yum install munge munge-libs munge-devel

systemctl enable munge

systemctl start munge

systemctl status munge.service

/usr/sbin/create-munge -key

systemctl start munge

systemctl status munge.service

yum install slurm slurm-devel slurm-slurmctld slurm-slurmd

slurmd -c

hostnamectl

hostnamectl set-hostname --static --transient --pretty

hostnamectl set-hostname --static seiswei

systemctl restart systemd-hostnamed

slurm.conf

Slurm System Configuration Tool

touch slurm.conf

chmod 777 slurm.conf

将生成网页中的所有代码粘贴到文本文件中

cp slurm.conf /usr/local/etc

systemctl enable slurmd --now

systemctl enable slurmctld --now

systemctl enable slurmd --now

sinfo

sinfo

PARTITION AVAIL TIMELIMIT NODES STATE NODELIST

debug* up infinite 1 idle localhost

touch job.sh

vim job.sh

#!/bin/bash

#SBATCH --job-name=myjob

#SBATCH --output=/home/mohua/Desektop/output.txt

#SBATCH --time=5:00

echo "This is my job."

echo "The current working directory is: $PWD"

echo "The date is: $(date)"

echo "The hostname is: $(hostname)"

sbatch job.sh

相关推荐
Antonio9158 分钟前
【Linux】Linux基础命令(二)
linux·服务器
lihan_freak9 分钟前
支付宝沙箱接入SSM项目
java·服务器·python
来自于狂人11 分钟前
Openstack持久存储-Swift,Cinder,Manila三者之间的区别
服务器·openstack·swift
修乙26 分钟前
linux安全更新zookeeper docker
linux·docker·zookeeper
过过过呀Glik30 分钟前
在 Ubuntu 中安装 C++ 版本的 Protocol Buffers
linux·c++·ubuntu·protocol
itclanCoder1 小时前
针对服务器磁盘爆满,MySql数据库始终无法启动,怎么解决
运维·服务器·数据库·mysql·adb
落霞的思绪1 小时前
苍穹外卖07——来单提醒和客户催单(涉及SpringTask、WebSocket协议、苍穹外卖跳过微信支付同时保证可以收到订单功能)
linux·前端·数据库
黑牛先生1 小时前
【Linux】模拟Shell命令行解释器
linux·运维·服务器
bai_shuang2 小时前
Linux环境(Ubuntu)上搭建MQTT服务器(EMQX )网络环境部署
linux·服务器·ubuntu
关爱的眼神6372 小时前
shell脚本练习
linux·运维·服务器