Versions Compared

Key

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

...

  1. Try to modify the suite to run with a clock date from the previous week. 
     use :ecflow_client --alter change clock_date <day>.<month>.<year>  /test
     i.e.    ecflow_client --alter change clock_date 1.4.2020   /test
  2. Check the values of the ecFlow variable‘s
  3. Set the suite clock to sync  with the computer
      ecflow_client --alter change clock_sync   /test
      Check with:
      ecflow_client --get /test | grep clock


Note
  • The attributes date, day and clock are currently not usable if you choose to use a repeat date type structure.
  • Be aware that cron with a single time dependency will automatically resubmit indefinitely
  • Altering the clock, requires that the suite is re-queued


...