-
Notifications
You must be signed in to change notification settings - Fork 17
JuliaBUGS 0.10: update extension #364
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
base: compathelper/new_version/2025-08-14-01-16-14-808-02679512847
Are you sure you want to change the base?
JuliaBUGS 0.10: update extension #364
Conversation
…12847' into juliabugs-010-update
|
Thanks! Triggering the CI just now... |
|
@alexandrebouchard could you trigger the CI again? |
|
For sure! Thank you so much for your help with this. Started now, fingers crossed it passes. |
|
@alexandrebouchard sorry for taking a bit of time on this one. Could you add me as a contributor so CI can trigger automatically? No pressure, happy to push this forward even if not, also happy to be removed later. |
|
Great idea! I discussed with the team and everyone welcomes you with open arms. You should get an invite shortly, after that let me know if we need to tweak permissions to get the CIs to run for you. |
|
Tests other than MPI should be passing. The issue with MPI stems from that, This runtime generated function raises annoying complications with MPI. I tried to resolve it by changing how I want to come back later and try to resolve it. In the meantime, maybe @miguelbiron can give some suggestions? |
|
Ah! I understand the issue. We had similar problems in early prototypes with the Stan interface (for slightly different but related reason that the pointer to the dynamic library cannot be serialized). The solution we took was to serialize essentially the information needed to reload the Stan library Pigeons.jl/ext/PigeonsBridgeStanExt/interface.jl Lines 34 to 48 in f3854c0
Relatedly, we also built a generic utility to handle similar cases, not sure if it is directly useful in this case but could at least be helpful for inspiration: Pigeons.jl/src/targets/LazyTarget.jl Lines 1 to 19 in f3854c0
|
No description provided.