reliableconnections

Topics related to Spinach package
Post Reply
blahutj
Posts: 3
Joined: Thu Oct 10, 2024 9:35 am

reliableconnections

Post by blahutj »

Dear Spinach team
I just wanted to test the Spinach 2.9 using bright new Matlab 2024b and get following error for the create.m script:

Code: Select all

Error using pctconfig>iArgCheck (line 105)
Unrecognized parameter: reliableconnections.

Error in pctconfig (line 61)
                [params, values] = iArgCheck(params, values, stored_config, stored_undoc);
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in create (line 264)
        pctconfig('optimizedpoolbroadcast',false,'reliableconnections',false);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in hmqc_mas_sq (line 31)
spin_system=create(sys,inter);
            ^^^^^^^^^^^^^^^^^
after commenting out this option everything works well but I am not sure what is the reason for

Code: Select all

'reliableconnections',false
. So I want to make sure that nothing would be screwed up

Code: Select all

       % Disable worker proxies
        % pctconfig('optimizedpoolbroadcast',false,'reliableconnections',false);
        pctconfig('optimizedpoolbroadcast',false);
Best regards
Jan
kuprov
Posts: 201
Joined: Mon Mar 29, 2021 4:26 pm

Re: reliableconnections

Post by kuprov »

Oooo, looks like we have an outdated option then... I'll take a look.
kuprov
Posts: 201
Joined: Mon Mar 29, 2021 4:26 pm

Re: reliableconnections

Post by kuprov »

Yep, that edit is fine. I'll update the release.
blahutj
Posts: 3
Joined: Thu Oct 10, 2024 9:35 am

Re: reliableconnections

Post by blahutj »

*Feeling happy that it was not my fault, for once...* :-]
Post Reply