Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run many simulations in parallel #341

Open
medwatt opened this issue Mar 30, 2023 · 2 comments
Open

How to run many simulations in parallel #341

medwatt opened this issue Mar 30, 2023 · 2 comments

Comments

@medwatt
Copy link

medwatt commented Mar 30, 2023

I'm trying to simulate a circuit for Y different combinations of the inputs. I can do this with a loop, but this is very slow because (1) I have to create a new netlist each time, and (2) a new process is created for each new simulation.

Is it possible to create one netlist that contains all Y samples and do the simulation using just once process?

@person678
Copy link

Did you end up having any luck with this? I'm looking to do this.

@benedictjones
Copy link

You can create a function which takes in your circuit parameters, then use multiprocessing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants