From 507ad9f33d7a21bcb9f0b5af54eaabb2d9724e60 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 14 May 2021 11:45:10 -0700 Subject: [PATCH] Change sim threads to 3. --- compiler/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.py b/compiler/options.py index cd54b2c6..c1a3043b 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -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