Skip to content

Commit

Permalink
Check the size of the Firedrake cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Feb 14, 2024
1 parent 8b462dc commit 0a70a94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ dual-problems.pdf: dual-problems.tex dual-problems.bib
make thickness.pdf volumes.pdf && \
cd ../../ && \
if [[ ! -z ${CLEANUP_INPUT_DATA} ]]; then rm -rf $HOME/.cache/icepack/*; fi
firedrake-clean && df -h
du -h --max-depth=1 $HOME/firedrake/.cache
cd demos/singularity && make primal.pdf dual.pdf && cd ../../
firedrake-clean && df -h
du -h --max-depth=1 $HOME/firedrake/.cache
cd demos/convergence-tests && make results.pdf && cd ../../
firedrake-clean && df -h
du -h --max-depth=1 $HOME/firedrake/.cache
cd demos/slab && make tables/table_alpha0.50.txt && cd ../../
firedrake-clean && df -h
du -h --max-depth=1 $HOME/firedrake/.cache
cd demos/gibbous-ice-shelf && make steady-state.pdf calved-thickness.pdf volumes.pdf && cd ../../
firedrake-clean && df -h
du -h --max-depth=1 $HOME/firedrake/.cache
pdflatex $<
bibtex $(basename $<)
pdflatex $<
Expand Down

0 comments on commit 0a70a94

Please sign in to comment.