Replies: 1 comment
-
Dear @coprem, Please note: Always add the error message and error stack trace if you open an issue - the more information, the faster we can reproduce and help. Thanks! EDIT: I moved this topic to discussions, because this is not a library issue. I added a new feature request as issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ThummeTo
I am trying to Prallelising the batch simulations.
FMU used - SpringPendulum1D
Serial batch running Code:
Given below is the code that I used to run the batch cases in serial. This code works perfectly fine.
Parallelizing Code:
Below is the code that I tried to parallelizing the Code Above using
Distributed.jl
but I am not able to solve it.can you give some suggestions where I am going wrong. I tried debugging not able to find what is the issue.
Regards
Prem
Beta Was this translation helpful? Give feedback.
All reactions