2011-08-16 11:04:06 -05:00
|
|
|
# Need to inventory and count the cpus available
|
|
|
|
# /sys/devices/system/cpu/online
|
|
|
|
# CPU=`cat /proc/cpuinfo |grep ^processor |tail -n 1 |cut -f 2 |cut -f 2 -d ' '`
|
|
|
|
|
2011-08-16 10:45:58 -05:00
|
|
|
all:
|
|
|
|
time ./bc_sin.sh 500
|
|
|
|
time ./bc_sin.sh 1000
|
|
|
|
time ./bc_sin.sh 2000
|
|
|
|
time ./bc_sin.sh 3000
|