mirror of
				https://github.com/ClusterCockpit/cc-docker.git
				synced 2025-11-03 18:45:07 +01:00 
			
		
		
		
	Cleaning, stabilizing and testing
This commit is contained in:
		@@ -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/
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user