From 20429eec4d2e09423c5a0f2d6c895c8dc4c66d2a Mon Sep 17 00:00:00 2001 From: h_vogt Date: Wed, 25 Jul 2012 23:04:13 +0200 Subject: [PATCH] message "OpenMP: %d threads are requested..." removed --- src/spicelib/analysis/cktsetup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/analysis/cktsetup.c b/src/spicelib/analysis/cktsetup.c index 3ac5186da..028038dc5 100644 --- a/src/spicelib/analysis/cktsetup.c +++ b/src/spicelib/analysis/cktsetup.c @@ -67,10 +67,10 @@ CKTsetup(CKTcircuit *ckt) nthreads = 2; omp_set_num_threads(nthreads); - if (nthreads == 1) +/* if (nthreads == 1) printf("OpenMP: %d thread is requested in ngspice\n", nthreads); else - printf("OpenMP: %d threads are requested in ngspice\n", nthreads); + printf("OpenMP: %d threads are requested in ngspice\n", nthreads);*/ #endif for (i=0;i