Changeset 43084
- Timestamp:
- Sep 7, 2026, 4:54:27 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTasks/simtest.quickmos.auto
r43058 r43084 1 1 2 2 automate MULTI 3 4 # stages cycle between states of 'INIT.xxx' and 'RUN.xxx' 5 6 # a stage starts in state INIT.BLOCK. 7 8 # the "automate.block" task runs the 'block' command regularly on 9 # stages in state INIT.BLOCK. if it returns a valid result, the block 10 # is set and the stage remains in state INIT.BLOCK. if there is no 11 # result (ie, no matching BIAS, etc), the stage is put to state 12 # INIT.CHECK. 13 14 # the "automate.check" tasks runs the 'check' command regularly on 15 # stages in state INIT.CHECK. if it returns 'ncheck' valid entries 16 # (default ncheck = 1), the stage is set to state INIT.LAUNCH. 17 18 # the "automate.launch" tasks runs the 'launch' command once on stages 19 # in state INIT.LAUNCH. after the command is run, the state goes to 20 # RUN.LAUNCH. After the command has been successfully completed, the 21 # state goes to DONE.LAUNCH 22 23 # XXX these steps all refer to "@DBNAME@"; they need to be more generic, even for the basic simtest analysis 3 24 4 25 # we run in the sequence BLOCK -> CHECK -> LAUNCH -> BLOCK -> CHECK 5 26 # success on CHECK -> LAUNCH 6 27 # failure on BLOCK -> CHECK 7 8 # a stage starts in state INIT.BLOCK.9 10 # the "automate.block" task runs the 'block' command regularly. if it11 # returns a valid result, the block is set and the state remains in12 # block. if there is no result (ie, no matching BIAS, etc), the stage13 # is put to state INIT.CHECK.14 15 # the "automate.check" tasks runs the 'check' command regularly. if16 # it returns ncheck valid entries (default ncheck = 1), the state goes17 # to INIT.LAUNCH.18 19 # the "automate.launch" tasks runs the 'launch' command once. if it returns20 # ncheck valid entries (default ncheck = 1), the state goes to21 # INIT.LAUNCH.22 23 # XXX these steps all refer to "@DBNAME@"; they need to be more generic, even for the basic simtest analysis24 28 25 29 automate METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
