1PROGS="hello hatom_energy h2 he heat heat2 csqrt sdf_shape_tester test_gmres nonlinschro sininteg functionio laplace_sphere testpot"
2
3for prog in $PROGS
4do
5  echo ""
6  echo "Running $prog"
7  echo ""
8  time ./$prog
9done
10
11echo ""
12echo "Running interior_dirichlet 0.2 0"
13echo ""
14./interior_dirichlet 0.2 0
15
16echo ""
17echo dataloadbal requires circa 50 processors to illustrate loadbalancing
18echo vnucso is a little too big for most machines
19echo tdse and tdse1d are long and boring unless you are really interested in them
20echo ""
21
22