mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-02 10:47:20 +02:00
message "OpenMP: %d threads are requested..." removed
This commit is contained in:
@@ -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<DEVmaxnum;i++) {
|
||||
|
||||
Reference in New Issue
Block a user