Versions Compared

Key

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

...

 In this example, SIGTERM (15) was sent but one can use other signals as well. This option can also be used with Troika to kill jobs from ecFlow_ui. This can be specified in the configuration file such as this one:

Bitbucket file
repoSlugecflow_include
branchIdrefs/heads/master
projectKeyUSS
filepathtroika.yml
progLangyml
collapsibletrue
applicationLinka675ea11-b2c4-336c-bfb6-077e786ef5b2
 

To use a custom configuration file with Troika ecFlow variables should be defined like this:

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


Connecting to the ecFlow server 

...