Browse Source

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

h_vogt 14 years ago
parent
commit
20429eec4d
  1. 4
      src/spicelib/analysis/cktsetup.c

4
src/spicelib/analysis/cktsetup.c

@ -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++) {

Loading…
Cancel
Save