Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
% ic-ws-status AMO amo14410
   Run  Status                 ReqID  Prio  Req Time             Files
  ----------------------------------------------------------------------------
     1  Translation_Error       8543     0  2010-06-07 08:04:23  /reg/d/psdm/AMO/amo14410/xtc/e23-r0001-s01-c00.xtc
                                                                 /reg/d/psdm/AMO/amo14410/xtc/e23-r0001-s00-c00.xtc
     2  Complete                8545     0  2010-06-07 09:27:02  /reg/d/psdm/AMO/amo14410/xtc/e23-r0002-s00-c00.xtc
                                                                 /reg/d/psdm/AMO/amo14410/xtc/e23-r0002-s01-c00.xtc
     3  Complete                8546     0  2010-06-07 09:27:02  /reg/d/psdm/AMO/amo14410/xtc/e23-r0003-s01-c00.xtc

...

No Format
% ic-ws-translate AMO amo14410 105-108
Run 105 OK (id=8919, prio=0)
Run 106 OK (id=8920, prio=0)
Run 107 OK (id=8921, prio=0)
Run 108 OK (id=8922, prio=0)

For every submitted request it will print one-line summary. If there is an error which happened during submission the error message will be printed for that run like in this example:

No Format
% ic-ws-translate AMO amo14410 108-110
Run 108 failed: fileset already exists: instr=AMO exper=amo14410 run=108
Run 109 OK (id=8927, prio=0)
Run 110 OK (id=8928, prio=0)

In this case the script also returns non-zero return code to the shell which can be checked.

...

No Format
% ic-ws-translate -r AMO amo14410 108
Run 108 OK (id=8931, prio=1)

One can also specify request priority when submitting translation requests using -w option:

No Format

% ic-ws-translate -w 10 AMO amo14410 109
Run 109 OK (id=8932, prio=10)

Requests with higher priorities will be scheduled for translation sooner than lower priority requests. Default priority value is 0.