File: factMsieve.diff - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

54,55c54,55
< $NUM_CPUS=`cat /proc/cpuinfo | grep processor | wc -l`;
< $NUM_THREADS=($NUM_CPUS * 2);
---
> $NUM_CPUS=1;
> $NUM_THREADS=$NUM_CPUS;
1091d1090
<       printf("--->Run thread # $j");
1494c1493
< printf "-> Using $NUM_THREADS threads\n";
---
> printf "-> Using $NUM_CPUS threads\n";