Error using parfoor: interactive sessions

5 Ansichten (letzte 30 Tage)
Egena Onu
Egena Onu am 30 Sep. 2015
Hello guys,
please is it a good practice to have two parfor loops execute in the same function? For example, I have:
parfor slice_num = 1:number_of_labs
.
.
.
end
.
.
.
parfor slice_num = 1:number_of_labs
.
.
.
end
Now, my problem is that it generates an error stating: "Found an interactive session. You cannot have multiple interactive sessions open simultaneously. To terminate the existing session, use 'delete(gcp)'"
Please, you guys, what should I do to resolve this error?
Thank you for your assistant.
  5 Kommentare
Mohammad Aref
Mohammad Aref am 3 Sep. 2017
As Edric stated, I encountered the same error by calling parpool for the second time.
Petru-Daniel Morosan
Petru-Daniel Morosan am 9 Jan. 2018
I had this error message when multiple defintion of parpool occurs, which is not allowed in Matlab.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Parallel Computing Fundamentals finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by