Transition to 2.1.5

Hi VERDI developers,

Suppose I transitioned from 2.1.4 to 2.1.5. Is it okay to keep the data folder of 2.1.4 in case I need my config files or data in it?

Thanks,
Roger

Hi Roger,

There are some new datasets provided in the VERDI_2.1.5 release. One option is to recursively copy your existing VERDI_2.1.4/data directory to the new VERDI_2.1.5/data directory. This will allow you to use your existing datasets, as well as the new.

Example:

cp -rp [your_directory_path]/VERDI_2.1.4/data [your_directory_path]/VERDI_2.1.5/data

Liz

Got it, Liz. Thank you very much!

Roger