Page History
...
The GUI used by ecflow is called ecflow_ui. This is used to interact and visualize with the ecflow servers.
You can make the list of servers available for your users by:
- creating a file file called servers
The format of the servers file is very easy:
Code Block title server file format <server_name> <machine_name> <port>
An example might be:
Code Block title servers file server machineX 3141 projectX machineabc 4141 exp1 machineabc 4141 mars bigmac 11031
Copy this file to CMAKE_INSTALL_PREFIX/share/ecflow/. This makes the list of servers accessible to all users of ecflow_ui
Code Block cp servers /tmp/avi/custom/ecflow/4.7.0/share/ecflow/.