Versions Compared

Key

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

...

The next stage is to submit the ecFlow job file. The best way to debug this is to try the submission of the job file on the command line as described by your ECF_JOB_CMD variable. This will usually show up any problems in the job submission process. The script we use to submit our job files also makes visible the job submission output in the ECF_JOBOUT directory.

Job file debugging

You can debug your job file stand alone, by running it outside of ecflow. To bypass the ecflow_client command in the job file, set the environment variable NO_ECF.

Code Block
export NO_ECF=1          # this will cause ecflow_client to always return success.
ssh -x .....task.job1