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

The error of multithreading on 2014b #9

Open
tianboguangding opened this issue Dec 2, 2016 · 1 comment
Open

The error of multithreading on 2014b #9

tianboguangding opened this issue Dec 2, 2016 · 1 comment

Comments

@tianboguangding
Copy link

tianboguangding commented Dec 2, 2016

Hi,
In the test mode of singe threading, there is no error when i run the inferenceCFSS.

Because my version is 2014b,
I replace【if (m<100) || (matlabpool('size')==0)】 with 【if (m<100) || isempty(gcp('nocreate'))"】 for using multithreading;
and turn on multithreading by 【parpool(8);】 in the file(inferenceCFSS.m) .
The error as follows:
1

Thank you!

@Linkaiyi123
Copy link

@tianboguangding I met the same problem as you.Can you tell me how to fix it?

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

2 participants