Versions Compared

Key

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

...

  • Stop all jobs in old server, then terminate. Check that the checkpoint file was written.
  • Module load ecflow/5.3.01
  • Start the new ecflow 5.3.0 1 server. It will automatically read the  checkpoint file that were created in version 4.7.X and above.

...

Code Block
module load ecflow/4.6.0           
ecflow_client --migrate > old.def

module load ecflow/5.3.01 
ecflow_start.sh                 # start 5.3.01 server
ecflow_client --load old.def    # load the the definition

...