Changes between Version 25 and Version 26 of UsersGuide


Ignore:
Timestamp:
Oct 24, 2012 5:47:40 PM (12 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide

    v25 v26  
    408408
    409409|| __Pass__ || __Packing Factor__ ||
    410 || 0 || 1||
     410|| 0 || 1 ||
    411411|| 1 || 20 ||
    412412|| 2 || 10 ||
     
    439439
    440440|| __Pass__ || __Packing Factor__ ||
    441 || 0 || 1||
     441|| 0 || 1 ||
    442442|| 1 || 20 ||
    443443|| 2 || 11 ||
     
    450450}}}
    451451
     452These parameters result in this packing, which fits in fewer nodes, but has the slight imbalances of splitting {{{lan-1}}} into 9 and 11 containers and {{{lan-2}}} into 4,5,and 6 container partitions.  Again, this asymmetry is an attempt to consider the internode networking costs.
     453
     454[[Image(example6.2-smaller)]]
     455
     456If the packing constraints are exact - 11 containers on {{{lan-1}}} is unacceptable - a second choice is to use the {{{--nodes-only}}} option.  This sets the cost of each arc in the graph to 0.  Metis ignores such arcs altogether, so the partitions are completely even.  This may cause trouble in more complex network topologies.
     457
     458The result of (original packing factors and {{{--nodes-only}}})
     459
     460{{{
     461users:~$ /share/containers/containerize.py --nodes-only --pass-pack 0:1,1:20,2:10,3:5 DeterTest example6 ~/example6.tcl
     462Containerized experiment DeterTest/example6 successfully created!
     463Access it via http://www.isi.deterlab.net//showexp.php3?pid=DeterTest&eid=example6
     464}}}
     465
     466is
     467
     468
     469
    452470== Further Reading ==
    453471