We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cde995 commit 09295adCopy full SHA for 09295ad
image/docker-entrypoint.sh
@@ -77,6 +77,11 @@ then
77
done
78
echo "-- slurmctld is now active ..."
79
80
+ echo "---> Adding myself to node definitions ..."
81
+ SLURMD_CONFIG=$(slurmd -C | head --lines 1)
82
+ echo ${SLURMD_CONFIG}
83
+ scontrol create ${SLURMD_CONFIG} State=FUTURE
84
+
85
echo "---> Starting the Slurm Node Daemon (slurmd) ..."
86
exec /usr/sbin/slurmd -D "${@:2}"
87
slurm-cluster-chart/files/slurm.conf
@@ -52,7 +52,6 @@ CommunicationParameters=NoAddrCache
52
53
# NODES
54
MaxNodeCount=10
55
-NodeName=slurmd-[0-9] State=FUTURE CPUs=4
56
57
# PARTITIONS
58
PartitionName=all Default=yes Nodes=ALL
0 commit comments