Matlabpool very slow to open workers

后端 未结 2 1731
轮回少年
轮回少年 2021-02-04 11:14

I have just put together a new rig (i7-4770K, 512gb SSD, 16gb DDR3 2133 mhz ram), and installed MATLAB r2013a. When I invoke the matlabpool command it takes an extremely long ti

相关标签:
2条回答
  • 2021-02-04 11:41

    This is indeed quite weird. In fact, MathWorks website states:

    For disk-intensive MATLAB applications or to improve the start-up time of MATLAB, you can take advantage of technologies such as solid-state drives or RAID.

    You can try to use this toolbox, it may solve your problems.

    0 讨论(0)
  • 2021-02-04 11:59

    You can try executing the following to eliminate one of the newer features (included in versions after MATLAB R2012a) that has caused some people (including myself) problems:

    distcomp.feature( 'LocalUseMpiexec', false )
    

    Mathworks made some changes to the way the local scheduler launches the workers for R2010a, that change reverts it back to R2009b.

    0 讨论(0)
提交回复
热议问题