From 908b62d2406bfb0542c665cc94ed698b28596816 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 26 Jul 2002 15:27:30 +0000 Subject: [PATCH] Add comment describing "localhost" use in sample config file. --- etc/slurm.conf.localhost | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/slurm.conf.localhost b/etc/slurm.conf.localhost index 6bce5f1d29c..0e2e2ec0924 100644 --- a/etc/slurm.conf.localhost +++ b/etc/slurm.conf.localhost @@ -2,6 +2,7 @@ # Sample /etc/slurm.conf.localhost # Author: John Doe # Date: 11/06/2001 +# Note: "localhost" is translated by slurmctld to the actual hostname # ControlMachine=localhost BackupController=localhost Epilog="" Prolog="" @@ -18,10 +19,10 @@ TmpFS=/tmp # # Node Configurations # -NodeName=DEFAULT TmpDisk=16384 State=IDLE -NodeName=localhost Procs=16 RealMemory=2048 Weight=16 +NodeName=DEFAULT TmpDisk=8096 State=IDLE +NodeName=localhost Procs=1 RealMemory=128 Weight=16 # # Partition Configurations # -PartitionName=DEFAULT MaxTime=30 MaxNodes=2 +PartitionName=DEFAULT MaxTime=30 MaxNodes=1 PartitionName=debug Nodes=localhost State=UP Default=YES -- GitLab