Versions Compared

Key

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

...

If we try to run this job manually, it will fail.

Code Block
$HOME/course/test/t1.job0

...

Additionally the ECF_PASSWD variable was also generated by the python script.


Regardless of how the job was generated, .Hence i.e via python script or by the ecflow server,  we need a way of checking the job independent of ecFlow.

...


When NO_ECF is set, ecflow_client executable returns immediately with retirn return value of 0. (i.e success). This lets you exercise your scripts/job independent of ecflow.

What to do

  1. export NO_ECF=1
  2. run your job file  $HOME/course/test/t1.job0

...