mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
print cache size
This commit is contained in:
parent
b0881d30e0
commit
79d7c44b66
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
mkdir -p ~/apps || true
|
||||
mkdir -p ~/cache/libext/lib ~/cache/libext/bin ~/cache/libext/include ~/cache/libext/mpich || true
|
||||
mkdir -p ~/cache/libext/mpich/mpich || true
|
||||
mkdir -p ~/cache/libext/lib ~/cache/libext/bin ~/cache/libext/include || true
|
||||
mkdir -p ~/cache/simint/simint_install || true
|
||||
mkdir -p ~/cache/tarballs || true
|
||||
mkdir -p ~/cache/libxc || true
|
||||
|
|
@ -14,3 +13,6 @@
|
|||
[ -f "src/libext/libxc/install/lib/libxc.a" ] && rsync -av src/libext/libxc/install ~/cache/libxc/. || true
|
||||
echo "cache stored"
|
||||
ls -Rla ~/cache
|
||||
du -sh ~/cache
|
||||
du -sh ~/cache/* || true
|
||||
du -sh ~/cache/*/* || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue