Skip to content
Snippets Groups Projects
Commit f52bbc11 authored by Moe Jette's avatar Moe Jette
Browse files

Create config file for large cluster (SLURM.conf2) 10k nodes.

Created command file to simulate administator commands. - Jette
parent e010a89c
No related branches found
No related tags found
No related merge requests found
Reconfigure
Shutdown
...@@ -9,16 +9,14 @@ BackupController=blue199.pacific.llnl.gov ...@@ -9,16 +9,14 @@ BackupController=blue199.pacific.llnl.gov
# Node Configurations # Node Configurations
# #
NodeName=DEFAULT CPUs=16 RealMemory=2048 TmpDisk=16384 NodeName=DEFAULT CPUs=16 RealMemory=2048 TmpDisk=16384
NodeName=lx001,lx002 State=DRAINED NodeName=lx[0001-0002] State=DRAINED
NodeName=lx[003-016] NodeName=lx[0003-8000]
NodeName=lx[017-032] CPUs=32 RealMemory=4096 Feature=1200MHz NodeName=lx[8001-9999] CPUs=32 RealMemory=4096 Feature=1200MHz
NodeName=DEFAULT TmpDisk=20000
NodeName=lx[033-040]
# #
# Partition Configurations # Partition Configurations
# #
PartitionName=DEFAULT MaxTime=30 MaxNodes=2 PartitionName=DEFAULT MaxTime=30 MaxNodes=2
PartitionName=login Nodes=lx[001-002] State=DOWN PartitionName=login Nodes=lx[0001-0002] State=DOWN
PartitionName=debug Nodes=lx[002-006] State=UP Default=YES PartitionName=debug Nodes=lx[0003-0030] State=UP Default=YES
PartitionName=batch Nodes=lx[007=033] MaxTime=UNLIMITED MaxNodes=8 Interactive=NO PartitionName=class Nodes=lx[0031-0040] AllowGroups=students
PartitionName=class Nodes=lx[033-040] AllowGroups=students PartitionName=batch Nodes=lx[0041-9999] MaxTime=UNLIMITED MaxNodes=4096 Key=YES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment