Changes between Version 4 and Version 5 of assign+
- Timestamp:
- Aug 6, 2013 5:41:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
assign+
v4 v5 2 2 3 3 Code resides in assign+ branch of the repository, in assign+ folder. There are three files: 4 * assign+4 * '''assign+''' 5 5 * PURPOSE: reads resource requirements and available resources and finds an allocation with minimum interswitch bw use 6 6 * 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. 7 7 * OUTPUT: textual output denoting nodes and links and their assignments that can be passed further to resource allocation 8 * getptopdetail.pl8 * '''getptopdetail.pl''' 9 9 * PURPOSE: parse a ''ptopfile'' into something human-readable. Assign+ also uses this output. 10 10 * INPUT: ''ptopfile'' 11 11 * OUTPUT: human-readable summary of ''ptopfile'' 12 * gettopdetail.pl12 * '''gettopdetail.pl''' 13 13 * PURPOSE: parse a ''topfile'' into something human-readable. Assign+ also uses this output. 14 14 * INPUT: ''ttopfile'' 15 15 * OUTPUT: human-readable summary of ''ttopfile'' 16 16 17 = Testing = 18 19 Code resides in assign+ branch of the repository, in assign+ folder.