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);
^^^^^^^^^^^^^^^^^Code: Select all
'reliableconnections',falseCode: Select all
% Disable worker proxies
% pctconfig('optimizedpoolbroadcast',false,'reliableconnections',false);
pctconfig('optimizedpoolbroadcast',false);Jan