Enable slurm in xeon01
This commit is contained in:
		
							parent
							
								
									a2fe4b552a
								
							
						
					
					
						commit
						513c182d24
					
				@ -3,6 +3,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  imports = [
 | 
					  imports = [
 | 
				
			||||||
    ../common/main.nix
 | 
					    ../common/main.nix
 | 
				
			||||||
 | 
					    ./slurm.nix
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Select the this using the ID to avoid mismatches
 | 
					  # Select the this using the ID to avoid mismatches
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										12
									
								
								xeon01/slurm.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								xeon01/slurm.nix
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					{ ... }:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  services.slurm = {
 | 
				
			||||||
 | 
					    client.enable = true;
 | 
				
			||||||
 | 
					    controlMachine = "xeon07";
 | 
				
			||||||
 | 
					    clusterName = "owl";
 | 
				
			||||||
 | 
					    nodeName = [
 | 
				
			||||||
 | 
					      "xeon[01-02,07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon"
 | 
				
			||||||
 | 
					    ];
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user