update get_large_files.py
Closed this issue · 1 comments
UCVMC distribution approach involves the following steps:
(1) clone git repo
(2) cd into UCVMC/largefiles, and edit get_large_files.py, identify which files are needed, then run it
(3) check md5sums for all retrieve large_files
(4) run stage_large_files.py from UCVMC/largefiles directory
(5) cd into UCVMC and run ucvm_setup.py
The get_large_files.py needs to be updated to retrieve all the files needed for the installation.
Earlier list of file (needs to be checked) below:
get_ucvm_files.py
check_md5sum_etrees.py
ucvm_large_files.md5
ucvm.e
ucvm_yong_wald.e
ucvm_utah/ucvm.e
test-grid-lib-1d.ref
test-grid-ucvm_query-1d.ref
check_md5_models.py
cvms5.tar.gz
cvms5.tar.gz.md5
cvms4.tar.gz
cvms4.tar.gz.md5
cvms426.tar.gz
cvms426.tar.gz.md5
cvmh-15.1.0.tar.gz
cvmh-15.1.0.tar.gz.md5
cencal080.tar.gz
cencal080.tar.gz.md5
check_md5_libs.py
proj-4.8.0.tar
proj-4.8.0.tar.md5
fftw-3.3.3.tar
fftw-3.3.3.tar.md5
euclid3-1.3.tar
euclid3-1.3.tar.md5
ucvmc version as of Jan 22 or so has updated get_large_files.py script that retrieves a minimum of large files, and retrieves them from scec. Still needs to check md5sum, but a separate ticket is open for that issue. Also the instruction above, requiring user to edit the get_large_files.py and stage_large_files.py are not longer needed for default installation process.