Skip to content
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

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

Open
mingsongli opened this issue Dec 15, 2020 · 0 comments
Open

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

mingsongli opened this issue Dec 15, 2020 · 0 comments

Comments

@mingsongli
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant