Cleaning, stabilizing and testing

This commit is contained in:
Aditya Ujeniya
2025-07-04 11:22:03 +02:00
parent 60a346dec1
commit 1ec3c7d80f
12 changed files with 28 additions and 202 deletions

View File

@@ -208,7 +208,7 @@ _slurmctld() {
sleep 2
done
sacctmgr -i add cluster name=linux
sacctmgr -i add cluster name=fritz
sleep 2s
echo "Starting slurmctld"
cp -f /etc/slurm/slurm.conf /.secret/

View File

@@ -2,7 +2,7 @@
#
# See the slurm.conf man page for more information.
#
ClusterName=linux
ClusterName=fritz
ControlMachine=slurmctld
ControlAddr=slurmctld
#BackupController=
@@ -94,12 +94,12 @@ AccountingStoragePort=6819
#
# COMPUTE NODES
PartitionName=DEFAULT Nodes=node01
PartitionName=debug Nodes=node01 Default=YES MaxTime=INFINITE State=UP
# PartitionName=DEFAULT Nodes=f0101
PartitionName=main Nodes=f0101 Default=YES MaxTime=INFINITE State=UP
# # COMPUTE NODES
# NodeName=c[1-2] RealMemory=1000 State=UNKNOWN
NodeName=node01 CPUs=1 Boards=1 SocketsPerBoard=1 CoresPerSocket=1 ThreadsPerCore=1
NodeName=f0101 CPUs=1 Boards=1 SocketsPerBoard=1 CoresPerSocket=1 ThreadsPerCore=1
# #
# # PARTITIONS