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 aa
edit ECF_JOB_CMD troika -c {PATH}/troika.yml submit -o %ECF_JOBOUT% %SCHOST% %ECF_JOB%
edit ECF_KILL_CMD troika -c {PATH}/troika.yml kill %SCHOST% %ECF_JOB%
edit ECF_STATUS_CMD troika -c {PATH}/troika.yml monitor %SCHOST% %ECF_JOB%



Info

Troika is using ssh for communication between HPC nodes. Therefore, you need to generate ssh keys and add public key to ~/.ssh/authorized_keys on the same system. For detailed instructions how to generate ssh key pair please look  HPC2020: How to connect page.


Connecting to the ecFlow server 

...