This commit is contained in:
Carl William Pearson
2021-09-01 15:26:05 -06:00
parent 8645fffa70
commit c32274b7f3
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.mtx
*.tar.gz

7
copy.sh Normal file
View File

@@ -0,0 +1,7 @@
while read url; do
name=`echo $url | rev | cut -f1 -d'/' | rev`
name=${name%.tar.gz}
# echo $name
cp -v /vscratch1/cwpears/${name}.mtx ~/suitesparse/. || \
cp -v /vscratch1/cwpears/**/${name}.mtx ~/suitesparse/.
done < suitesparse-reals-regular.txt