Changes between Version 22 and Version 23 of assign+
- Timestamp:
- Aug 7, 2013 4:00:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
assign+
v22 v23 1 = Algorithm = 2 3 Algorithm for ''assign+'' is described in http://www.isi.edu/~mirkovic/publications/imc12-final.pdf 4 1 5 = Code = 2 6 3 Code resides in assign +branch of the repository, in assign+ folder. There are three files:7 Code resides in assign_plus branch of the repository, in assign+ folder. There are three files: 4 8 * '''assign+''' 5 9 * PURPOSE: reads resource requirements and available resources and finds an allocation with minimum interswitch bw use … … 17 21 = Testing = 18 22 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+''.23 Testing 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+''. 20 24 * '''removefixed.pl''' 21 25 * PURPOSE: Remove fixed nodes from a ''topfile'' … … 92 96 93 97 The 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