8 echo 'Using all cores (default OpenMP config)'
9 time .
/bin
/fvs_test images
/*
13 export OMP_NUM_THREADS
=4
14 time .
/bin
/fvs_test images
/*
18 export OMP_NUM_THREADS
=2
19 time .
/bin
/fvs_test images
/*
23 export OMP_NUM_THREADS
=1
24 time .
/bin
/fvs_test images
/*