Skip to content

Commit

Permalink
BI-648 - Tag nodes (virtual/physical)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Jul 17, 2012
1 parent b56487f commit 46dc6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 46dc6fe

Please sign in to comment.