~ubuntu-branches/ubuntu/raring/voxbo/raring

« back to all changes in this revision

Viewing changes to dist/etc/jobtypes/permfinish.vjt

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-06-06 11:33:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100606113311-v3c13imdkkd5n7ae
Tags: upstream-1.8.5~svn1172
ImportĀ upstreamĀ versionĀ 1.8.5~svn1172

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
shortname permfinish
 
2
description summarizes permutation results
 
3
invocation commandline
 
4
requires cpu
 
5
 
 
6
argument
 
7
 name=permstemname
 
8
 argdesc=stem name for the permcubes 
 
9
 type=string
 
10
 default=./
 
11
 low=none
 
12
 high=none
 
13
end
 
14
argument
 
15
 name=resultsfile
 
16
 argdesc=results file to write 
 
17
 type=string
 
18
 default=none
 
19
 low=none
 
20
 high=none
 
21
end
 
22
command vbperminfo -p $(permstemname) $(resultsfile) 0.05
 
23