Revision 9d95c3af man/gnt-debug.sgml

b/man/gnt-debug.sgml
145 145

  
146 146
      <cmdsynopsis>
147 147
        <command>submit-job</command>
148

  
148
        <arg choice="opt">--verbose</arg>
149
        <arg choice="opt">--timing-stats</arg>
150
        <arg choice="opt">--job-repeat <option>N</option></arg>
151
        <arg choice="opt">--op-repeat <option>N</option></arg>
149 152
        <arg choice="req" rep="repeat">opcodes_file</arg>
150 153
      </cmdsynopsis>
151 154

  
......
156 159
        command line.
157 160
      </para>
158 161

  
162
      <para>
163
        The <option>verbose</option> option will job the job IDs of
164
        the submitted jobs and the progress in waiting for the jobs;
165
        the <option>timing-stats</option> option will show some
166
        overall statistics with the number of total opcodes and jobs
167
        submitted, and time time for each stage (submit, exec, total).
168
      </para>
169

  
170
      <para>
171
        The <option>job-repeat</option> and <option>op-repeat</option>
172
        options allow to submit multiple copies of the passed
173
        arguments; the job repeat will cause N copies of each job
174
        (input file) to be submitted (equivalent to passing the
175
        arguments N times) while the op repeat will cause each job to
176
        contain multiple copies of the opcodes (equivalent to each
177
        file containing N copies of the opcodes).
178
      </para>
179

  
159 180
    </refsect2>
160 181

  
161 182
  </refsect1>

Also available in: Unified diff