#! /bin/sh

for i in 1 2 3 4 5 6 7 8 9 10
do 
# echo ${i}th starting sics, `date`
# /local/bin/sicstus << sics_ends_here 
# compile( run ).
# run( [$i,'runs/seeds_effect_lnai_8pu','/local/tara/lnai/scale_8pu/sics_8pu'] ).
# halt.
# sics_ends_here
# echo ${i}th sics_finished, `date`

# /bin/sleep 30

echo ${i}th starting yap, `date`
/local/cvs/bin/yap << yap_ends_here
compile( run ).
run( [$i,'runs/seeds_effect_lnai_8pu_long','/local/tara/lnai/scale_8pu/yap_8pu_long'] ).
halt.
yap_ends_here
echo ${i}th yap_finished, `date`

/bin/sleep 30
done

exit
