diff --git a/templates/slurm.conf/worker/slurm.conf.nodelist.erb b/templates/slurm.conf/worker/slurm.conf.nodelist.erb index 42acc3b..c7d2094 100644 --- a/templates/slurm.conf/worker/slurm.conf.nodelist.erb +++ b/templates/slurm.conf/worker/slurm.conf.nodelist.erb @@ -1 +1 @@ -NodeName=<%= @hostname %> Sockets=<%= @physicalprocessorcount %> CoresPerSocket=<%= @corecountpercpu %> ThreadsPerCore=<%= @threadcountpercore %> State=UNKNOWN +NodeName=<%= @hostname %> Sockets=<%= @physicalprocessorcount %> CoresPerSocket=<%= @corecountpercpu %> ThreadsPerCore=<%= @threadcountpercore %> Features=<%= @virtual %> State=UNKNOWN