Skip to content

DYNOT module: a problem with starting the parallel pool #24

@mingsongli

Description

@mingsongli

One Acycle user got a problem with starting the parallel pool when using the DYNOT approach.

OS: Windows 10
Acycle version: Acycle v2.2 MatLab version

Error message:

Error in using parpool (line 104)
Not enough input arguments.

Error DYNOS>pushbutton5_Callback (line 422)
            poolobj = parpool('local',numcore);

Error gui_mainfcn (line 95)
        feval(varargin{:});

Error DYNOS (line 46)
    gui_mainfcn(gui_State, varargin{:});

Error
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DYNOS('pushbutton5_Callback',hObject,eventdata,guidata(hObject)) 

Solution:

  • Enter MatLab command window prefdir, you will see an address

  • Go to the folder C:\Users\xxx\AppData\Roaming\MathWorks\MATLAB\R20XX

  • Up one level: C:\Users\xxx\AppData\Roaming\MathWorks\MATLAB\

  • Delete the folder local_cluster_jobs

  • Restart MatLab and Acycle

Please let me [ limingsonglms{at}gmail{dot}com ] know if this doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions