#!/bin/sh
cd bin
rm -f *.res *.gpdat
./tick1
./tick2
./poly1
./poly2
./rinf1
mpirun -np 2 ./comms1_mpi
mpirun -np 2 ./comms2_mpi
mpirun -np 2 ./poly3_mpi
mpirun -np 4 ./comms3_mpi
mpirun -np 4 ./synch1_mpi
#
#rm -f sunres.tar*
#tar cvf sunres.tar *.res *dat
#gzip -9 sunres.tar
