Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
01/31/13 13:23:15 (11 years ago)
Author:
willem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= Welcome to disparm =
    22
    3 Edit deze pagina om met de documentatie te beginnen, zie [wiki:TracWiki trac wiki handleiding] hoe te beginnen. Voor verdere informatie zie [wiki:TracGuide trac handleiding].
     3== What is disparm ==
    44
    5 '''Happy Trac-ing'''
     5Disparm is a tool to manage large number of tasks, mostly started in jobs. Tasks ask disparm for a command line. Disparm takes care that lines that are
     6committed, will not be committed again, unless the user specifically requires to re-commit lines.
     7
     8Typical usage:
     9
     10* The user fills a pool with lines, consisting of parameters that are to be used by a program.
     11* In a job: as many tasks as there are cores are started in parallel.
     12* Each task asks disparm a line: disparm will give each task another line.
     13* the task executes the required command using the line as parameter.
     14* the task tells disparm that this line is now invalidated, it must not be committed ever again.
     15
     16== Download ==
     17
     18{{{
     19svn co
     20}}}
     21
     22
     23