-
Notifications
You must be signed in to change notification settings - Fork 16
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
Why did I get IO errors when broadcasting higher precision (bits >= 98) ArbFloat variables to distributed workers? #74
Comments
I have no experience with Distributed.jl. |
Thank you for replying. Did you reproduce the error? I am a freshman in Julia. Just create an account on Julia Slack as you mention it. What can I do? |
Ed,
I added you the slack channel #distributed. On slack, click Channels >
manage > browse >
search for channel distributed and select Join (at right when you hover the
mouse over the channel name).
Your question is suited to the people there. [It is ok to include the fact
that you asked me, and I suggested asking on that channel.]
Best,
Jeffrey
…On Sat, Dec 21, 2024 at 6:35 PM Edsnowden233 ***@***.***> wrote:
I have no experience with Distributed.jl. Are you on the Julia Slack?
Thank you for replying. Did you reproduce the error? I am a freshman in
Julia. Just create an account on Julia Slack as you mention it. What can I
do?
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM2VRR4WKKFIVIYLFVOP7L2GWYGPAVCNFSM6AAAAABUAUAQVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGE4TQNBVHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you so much! I'll try. |
Hi Jeff,
My code runs on a local single computer with multi-core so there should be no network issue. He suggested it might be related to lib Arb_jll and FLINT_jll. I have used the gdb to test the code running on the distributed worker. Here is the message:
Here is another error related to the previous ones:
He also said this is very easy to fix:
My Julia version is 1.11.2 Best, |
It looks like the problem is that you need to implement custom |
My test code:
BigFloat has no such problem.
The text was updated successfully, but these errors were encountered: