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

RuntimeError for L1_SOLVER_MULTICORE and SBL_SOLVER_MULTICORE #1

Open
boldt opened this issue Feb 15, 2019 · 2 comments
Open

RuntimeError for L1_SOLVER_MULTICORE and SBL_SOLVER_MULTICORE #1

boldt opened this issue Feb 15, 2019 · 2 comments

Comments

@boldt
Copy link

boldt commented Feb 15, 2019

I get a runtime error for:

  • L1_SOLVER_MULTICORE
  • SBL_SOLVER_MULTICORE
@domef
Copy link

domef commented Jan 9, 2020

I had some problems too. I solved partially using multiprocessing.freeze_support() at the beginning of the program. I tried executing both methods, they work with 10 and 100 iterations, but crash with the default 1000 iterations (stack underflow).

Edit: I am working in this moment at this repo. I tried a second time with 1000 iterations and it worked fine.

@Schaggo
Copy link

Schaggo commented Apr 11, 2023

if you're on windows you have to move the effective function in to a main () and use if __name__ == "__main__": main()

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