Condon on multiprocess #535
Unanswered
DanielGoldfarb
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The message indicates that you misspelled the name of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are two different multiprocessing libraries ... Take a look: https://www.google.com/search?q=multiprocess+vs+multiprocessing+python The failure occurs with both. This appears maybe to be some kind of a path issue such that Condon can't find the library. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my first time using codon. I have a python script using python's multiprocess module running 8 processes to keep my 8 cores busy. It runs fine with python, but takes about 3.5 minutes to run.
With codon I get:
Any ideas what I can do to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions