Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d2d02a3a
Commit
d2d02a3a
authored
Jan 10, 2002
by
Christopher Alfeld
Browse files
updated with fixed nodes and vclass/vtype stuff.
parent
dc0d419d
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/README
View file @
d2d02a3a
...
...
@@ -11,7 +11,7 @@ Typically assign is run in the following method:
ptop format
-----------
Each line is one
either
:
Each line is one
of
:
node <node> <types> [- <features>]
...
...
@@ -48,7 +48,7 @@ Note: <smac> and <dmac> should not be present on switch<->switch links.
top format
----------
Each line is
either
:
Each line is
one of
:
node <node> <type> [<desires>]
...
...
@@ -66,6 +66,14 @@ OR
link <src> <dst> <bw>
OR
fix-node <node> <physical node>
OR
make-vclass <name> <weight> <physical types...>
features and desires
--------------------
...
...
@@ -75,6 +83,24 @@ mapping is made any unused features add their cost to the score and
any unfulfilled desires add their weight to the score. Fulfilled
desires/used features add nothing to the score.
fixed nodes
-----------
A fix-node directive in the top file will cause the named node to be
mapped to the specified physical node. These mappings are made before
annealing and are never changed.
vclasses
--------
Vclasses are the assign lingo for vtypes. See
www/tutorial/nscommands.html for a complete discussion of vtypes.
Weights >= 1 result in violations when the vclass is consistent.
Weights <= 1 add their weight to the score when inconsistent and add 0
otherwise. The weight is added once per vclass not once per violating
member.
environmental variables
-----------------------
...
...
@@ -95,5 +121,5 @@ what is going on.
-DSCORE_PCLASS spits out the equivalence classes at the beginning.
-DSCORE_PCLASS_MORE spits out lots of output during the assign loop.
It works best with -DSCORE_DEBUG but does n
t
o require
It works best with -DSCORE_DEBUG but does no
t
require
-DSCORE_DEBUG_MORE.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment