...
- Stop all jobs in old server, then terminate. Check that the checkpoint file was written.
Load the latest ecflow 5
Module loadCode Block module load
ecflow/5new
Start the new ecflow 5 server , and open with same port. This way the new server will read the same set of files. It will automatically read the checkpoint file that were created in version 4.7.X and above.
Code Block ecflow_start.sh -p <port> # Open with same port.
For the very first use of ecflow_ui, then move aside the old .ecflowrc directory.
Code Block mv $HOME/.ecflowrc $HOME/.ecflowrc_old4
...