Error using parpool (line 151)

18 ビュー (過去 30 日間)
hyeonji KIM
hyeonji KIM 2021 年 7 月 25 日
回答済み: Shadaab Siddiqie 2021 年 7 月 28 日
Hello everyone,
When I ran the RFECS program, I experienced the following problems.
{^HError using parpool (line 151)
Found an interactive session. You cannot have multiple interactive sessions
open simultaneously. To terminate the existing session, use <a
href="matlab:delete(gcp('nocreate'))">delete(gcp('nocreate'))</a>.
}^H
My version is MATLAB 2021a and I am on Ubuntu 18.04 LTS.
What am I doing wrong?

回答 (1 件)

Shadaab Siddiqie
Shadaab Siddiqie 2021 年 7 月 28 日
From my understanding you are getting an error while running your program. This error might be because you might be trying to open pool with gcp and the open again with parpool. It is not possible to open multiple pools one with gcp and one with parpool. So, I would advise you to close gcp pool like:
delete(gcp('nocreate'))
For more information you can refer gcp.

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by