Change sim threads to 3.

This commit is contained in:
mrg 2021-05-14 11:45:10 -07:00
parent 67a67111a6
commit 507ad9f33d
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class options(optparse.Values):
# Number of threads to use
num_threads = 1
# Number of threads to use in ngspice/hspice
num_sim_threads = 2
num_sim_threads = 3
# Should we print out the banner at startup
print_banner = True