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