Versions Compared

Key

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

...

 

Text

From within the course directory do the following from the unix shell:

Code Block
languagebash
themeEmacs
 ecflow_client --load=test.def

 

This will check and load the suite definition into the ecflow_server.
If the check fails, the suite is not loaded.

You will have already seen ecflow_client being used in head.h and tail.h include files.

Note

Please ensure you have exported ECF_PORT, alternatively use --port <port_number> on the command line.

 

...