Use xeon07 as control machine
This commit is contained in:
		
							parent
							
								
									0120be66fb
								
							
						
					
					
						commit
						e1dcad50d0
					
				| @ -3,10 +3,15 @@ | |||||||
| { | { | ||||||
|   services.slurm = { |   services.slurm = { | ||||||
|     client.enable = true; |     client.enable = true; | ||||||
|     controlMachine = "ssfhead"; |     server.enable = true; | ||||||
|  |     controlMachine = "xeon07"; | ||||||
|     clusterName = "owl"; |     clusterName = "owl"; | ||||||
|     nodeName = [ |     nodeName = [ | ||||||
|       "xeon[01-08] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon" |       "xeon[01-02,07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon" | ||||||
|  |     ]; | ||||||
|  | 
 | ||||||
|  |     partitionName = [ | ||||||
|  |       "xeon Nodes=xeon[01-02,07] Default=YES MaxTime=INFINITE State=UP" | ||||||
|     ]; |     ]; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user