Created
November 12, 2023 10:13
-
-
Save amulil/dd96ce654634f7a9dac176d5b23fd7aa to your computer and use it in GitHub Desktop.
slurm.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ClusterName=config your cluster name | |
| SlurmctldHost=config your host name | |
| MpiDefault=pmix | |
| ProctrackType=proctrack/linuxproc | |
| ReturnToService=1 | |
| SlurmctldPidFile=/var/run/slurmctld.pid | |
| SlurmctldPort=8086 | |
| SlurmdPidFile=/var/run/slurmd.pid | |
| SlurmdPort=8087 | |
| SlurmdSpoolDir=/var/spool/slurmd | |
| SlurmUser=root | |
| StateSaveLocation=/var/spool/slurmctld | |
| SwitchType=switch/none | |
| TaskPlugin=task/affinity,task/cgroup | |
| InactiveLimit=0 | |
| KillWait=30 | |
| MinJobAge=300 | |
| SlurmctldTimeout=120 | |
| SlurmdTimeout=300 | |
| Waittime=0 | |
| #SchedulerTimeSlice=30 | |
| SchedulerType=sched/backfill | |
| SelectType=select/cons_tres | |
| SlurmctldDebug=info | |
| SlurmctldLogFile=/var/log/slurmctld.log | |
| SlurmdDebug=info | |
| SlurmdLogFile=/var/log/slurmd.log | |
| GresTypes=gpu | |
| # * 填写你机器的信息 | |
| NodeName=* Gres=gpu:NVIDIA:8 CPUs=* SocketsPerBoard=* CoresPerSocket=* ThreadsPerCore=* State=UNKNOWN | |
| NodeName=* Gres=gpu:NVIDIA:8 CPUs=* SocketsPerBoard=* CoresPerSocket=* ThreadsPerCore=* State=UNKNOWN | |
| PartitionName=debug Nodes=ALL Default=YES MaxTime=INFINITE State=UP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment