Versions Compared

Key

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

cho $EIf If you wish to use ecFlow to run your workloads, ECMWF will provide you with ready-to-go ecFlow server running on an independent Virtual Machine outside the HPCF. Those servers would take care of the orchestration of your workflow, while all tasks in your suites would actually be submitted and run on HPCF. With each machine being dedicated to one ecFlow server, there are no restrictions of cpu time and no possibility of interference with other users.

...

Code Block
languagebash
titleJob management variables in your suite.def
edit QUEUE nf
edit SCHOST hpc
edit ECF_JOB_CMD %TROIKA%troika submit -o %ECF_JOBOUT% %SCHOST% %ECF_JOB%
edit ECF_KILL_CMD %TROIKA%troika kill %SCHOST% %ECF_JOB%
edit ECF_STATUS_CMD %TROIKA%troika monitor %SCHOST% %ECF_JOB%

...