2011-01-14 14:58:48 +01:00
|
|
|
Index: src/sort.c
|
|
|
|
===================================================================
|
2012-04-23 09:12:18 +02:00
|
|
|
--- src/sort.c.orig 2012-04-16 13:17:12.342019601 +0200
|
|
|
|
+++ src/sort.c 2012-04-16 13:17:12.463016705 +0200
|
|
|
|
@@ -5288,8 +5288,8 @@ main (int argc, char **argv)
|
2011-01-14 14:58:48 +01:00
|
|
|
{
|
|
|
|
if (!nthreads)
|
|
|
|
{
|
|
|
|
- unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
|
|
|
- nthreads = MIN (np, DEFAULT_MAX_THREADS);
|
|
|
|
+ //unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
|
|
|
+ nthreads = 1; //MIN (np, DEFAULT_MAX_THREADS);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Avoid integer overflow later. */
|