Ignore:
Timestamp:
Sep 25, 2006, 3:39:11 PM (18 years ago)
Author:
garonne
Message:

Mise au propre option + script generateGantt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/HEAD/scripts/tbroadcast

    r245 r248  
    1919    print '#   <command>: command to execute'
    2020    print '# global options :'
    21     print '#   -check                : Check execution (deadlocks)'
    2221    print '#   -f=<file>             : Input file'
    2322    print '#   -help                 : Print help'
    24     print '#   -local                : '
    25     print '#   -ignore_cycles        : '
    26     print '#   -nb=<num_worker>      : Total number of threads'
     23    print '#   -local                : Reach packages only within the current project'
     24    print '#   -global               : Reach packages in all CMTPATH/CMTPROJECTPATH items'   
     25    print '#   -ignore_cycles        : Suppress automatically the cycles'
     26    print '#   -nb=<num_worker>      : Change the total number of threads[default is 20]'
    2727    print '#   -output=<location>    : Output directory to store output files with the form <package>_output.log'
    2828    print '#   -error=<location>     : Output directory to store error output with the form <package>_error.log'
    29     print '#   -print                : Print dependency graph'
     29    print '#   -perf=<file>          : Store for each package the time for executing the command in the <file> file'
     30    print '#   -print                : Print dependencies for each package'
     31    print '#   -silent               : Disable print'     
    3032    print '#   -test                 : Simulate execution'
    3133
     
    5254                file = string.split(arg,'=')[1]
    5355             if option == '-perf':
    54                 perf = True
     56                perf = string.split(arg,'=')[1]
    5557             if option == '-output':
    5658                output = string.split(arg,'=')[1]
Note: See TracChangeset for help on using the changeset viewer.