#!/bin/sh
rm -f *.res
export MP_LABELIO=no
export MP_PROCS=1
export MP_RMPOOL=0
export MP_RESD=yes
export MP_EUILIB=us
tick1
tick2
poly1
poly2
rinf1
# comms1_pvm
export MP_PROCS=2
poe comms1_mpi
# comms2_pvm
poe comms2_mpi
# poly3_pvm
poe poly3_mpi
export MP_PROCS=4
# synch1_pvm
poe synch1_mpi
# comms3_pvm
poe comms3_mpi
#
rm -f sp2LLres.tar.Z
tar cvf sp2LLres.tar *.res *.dat
compress sp2LLres.tar
