#! /bin/sh

here=`pwd`
echo " "
echo "PWD: $here"
PMC_SAMPLER=/home/canturk/CANO_PHASE_DVFS/CANO_PHASE_DVFS_sampler
  
cd /home/canturk/benches/myapplu

echo "applu_in"
#${PMC_SAMPLER} -D 100000 ./applu_base.O3 < applu.in > applu.out 2> applu.err
${PMC_SAMPLER} -D 100000 ./applu_base.O3 < applu.in > applu.out 
mv ./PHASE_log ${here}/myapplu_PHASElog
mv ./PREDN_stats ${here}/myapplu_PREDNstats
