#!/bin/sh
rm -f *.res
tick1
tick2
poly1
poly2
rinf1
#mpprun -n 2 comms1_pvm
mpprun -n 2 comms1_mpi
#mpprun -n 2 comms2_pvm
mpprun -n 2 comms2_mpi
#mpprun -n 2 poly3_pvm
mpprun -n 2 poly3_mpi
#mpprun -n 4 comms3_pvm
mpprun -n 4 comms3_mpi
#mpprun -n 4 synch1_pvm
mpprun -n 4 synch1_mpi
#
rm -f t3eLLres.tar.Z
tar cvf t3eLLres.tar *.res *.dat
compress t3eLLres.tar
