Versions Compared

Key

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

...

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

module load ecflow/5.3.15new 
ecflow_start.sh                 # start 5.3.1 latest ecflow server
ecflow_client --load old.def    # load the the definition

...