From 46dc6fe89bc67a0f92bc1fa55e6e011759abffc6 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Tue, 17 Jul 2012 11:20:33 +0200 Subject: [PATCH] BI-648 - Tag nodes (virtual/physical) --- templates/slurm.conf/worker/slurm.conf.nodelist.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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