Versions Compared

Key

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

...

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%

Of course, you may change queue to np if you are running bigger parallel jobs, or SCHOST to eventually run on other complexes than aaThis 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 troika executable or personal configuration file with Troika, ecFlow variables should be defined like this:

...