Changes between Version 22 and Version 23 of assign+


Ignore:
Timestamp:
Aug 7, 2013 4:00:35 PM (11 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • assign+

    v22 v23  
     1= Algorithm =
     2
     3Algorithm for ''assign+'' is described in http://www.isi.edu/~mirkovic/publications/imc12-final.pdf
     4
    15= Code =
    26
    3 Code resides in assign+ branch of the repository, in assign+ folder. There are three files:
     7Code resides in assign_plus branch of the repository, in assign+ folder. There are three files:
    48 * '''assign+'''
    59     * PURPOSE: reads resource requirements and available resources and finds an allocation with minimum interswitch bw use
     
    1721= Testing =
    1822
    19 Testing code resides in assign+ branch of the repository, in assign+/test folder. There are several files that jointly perform tests that compare performance of ''assign'' and ''assign+''.
     23Testing code resides in assign_plus branch of the repository, in assign+/test folder. There are several files that jointly perform tests that compare performance of ''assign'' and ''assign+''.
    2024* '''removefixed.pl'''
    2125      * PURPOSE: Remove fixed nodes from a ''topfile''
     
    9296
    9397The image above shows the number of interswitch links allocated by ''assign'' on y axis vs number of interswitch links allocated by ''assign+'' on x axis. Values of y greater than 1 (above blue line) are better. We can see that ''assign+'' often allocates 10-100 times fewer interswitch links than ''assign''.
    94