message "OpenMP: %d threads are requested..." removed

This commit is contained in:
h_vogt 2012-07-25 23:04:13 +02:00
parent 9b122d30a3
commit 20429eec4d
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,10 @@ CKTsetup(CKTcircuit *ckt)
nthreads = 2; nthreads = 2;
omp_set_num_threads(nthreads); omp_set_num_threads(nthreads);
if (nthreads == 1) /* if (nthreads == 1)
printf("OpenMP: %d thread is requested in ngspice\n", nthreads); printf("OpenMP: %d thread is requested in ngspice\n", nthreads);
else else
printf("OpenMP: %d threads are requested in ngspice\n", nthreads); printf("OpenMP: %d threads are requested in ngspice\n", nthreads);*/
#endif #endif
for (i=0;i<DEVmaxnum;i++) { for (i=0;i<DEVmaxnum;i++) {