#!/bin/sh
rm -f *.res
tick1
tick2
poly1
poly2
rinf1
#comms1_pvm
mpirun -np 2 -machinefile /shag/homes/rothrock/cetus comms1_mpi
#comms2_pvm
mpirun -np 2 -machinefile /shag/homes/rothrock/cetus comms2_mpi
#poly3_pvm
mpirun -np 2 -machinefile /shag/homes/rothrock/cetus poly3_mpi
#comms3_pvm
mpirun -np 4 -machinefile /shag/homes/rothrock/cetus comms3_mpi
#synch1_pvm
mpirun -np 4 -machinefile /shag/homes/rothrock/cetus synch1_mpi
#
rm -f t3eLLres.tar.Z
tar cvf t3eLLres.tar *.res *.dat
compress t3eLLres.tar
