| 452 | These 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 | |
| 456 | If 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 | |
| 458 | The result of (original packing factors and {{{--nodes-only}}}) |
| 459 | |
| 460 | {{{ |
| 461 | users:~$ /share/containers/containerize.py --nodes-only --pass-pack 0:1,1:20,2:10,3:5 DeterTest example6 ~/example6.tcl |
| 462 | Containerized experiment DeterTest/example6 successfully created! |
| 463 | Access it via http://www.isi.deterlab.net//showexp.php3?pid=DeterTest&eid=example6 |
| 464 | }}} |
| 465 | |
| 466 | is |
| 467 | |
| 468 | |
| 469 | |