Changes between Version 4 and Version 5 of assign+


Ignore:
Timestamp:
Aug 6, 2013 5:41:23 PM (11 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • assign+

    v4 v5  
    22
    33Code resides in assign+ branch of the repository, in assign+ folder. There are three files:
    4  * assign+
     4 * '''assign+'''
    55     * PURPOSE: reads resource requirements and available resources and finds an allocation with minimum interswitch bw use
    66     * INPUT: two command line arguments ''ptopfile'' and ''topfile''. These files are usually produced in the process of resource assignment by assign_wrapper, now called mapper. There are a few other command line options, that should be self-explanatory when you run the code. If you want very verbose output run it with -d.
    77     * OUTPUT: textual output denoting nodes and links and their assignments that can be passed further to resource allocation
    8  * getptopdetail.pl
     8 * '''getptopdetail.pl'''
    99      * PURPOSE: parse a ''ptopfile'' into something human-readable. Assign+ also uses this output.
    1010      * INPUT: ''ptopfile''
    1111      * OUTPUT: human-readable summary of ''ptopfile''
    12  * gettopdetail.pl
     12 * '''gettopdetail.pl'''
    1313      * PURPOSE: parse a ''topfile'' into something human-readable. Assign+ also uses this output.
    1414      * INPUT: ''ttopfile''
    1515      * OUTPUT: human-readable summary of ''ttopfile''
    1616
     17= Testing =
     18
     19Code resides in assign+ branch of the repository, in assign+ folder.