From ecd6cebf059a09b0a5f7403b94f503bc5b5c5cfa Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 1 Dec 2021 14:32:07 -0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e392a4..7449f01 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Then, a relative symlink is created from the `$SCRATCH//.mtx` fi This makes use of a [fork of the `ssgetpy`](github.com/cwpearson/ssgetpy) package with a faster download limit. ssgetpy does not discriminate "real" datatype from "integer" datatype, as shown on the suitesparse collection website. -Therefore, `lists.py` maintains a manually-curated list of `integer` datatype matrices to facilitate discrimination. +Therefore, we access https://sparse.tamu.edu/files/ss_index.mat to determine that metadata for each file. ## Transfer data to a different filesystem ``` -rsync -rzvh --links pearson@cori.nersc.gov:$SS_DIR/ . +rsync -rzvh --links --info=progress2 pearson@cori.nersc.gov:$SS_DIR/ . ``` ## how this was done