#!/bin/bash
# runall
make clean -f makefile_acc 
make -f makefile_acc
make clean
make 
./timeall 800
./timeall 2000
./timeall 4000

