필터 지우기
필터 지우기

Parfor failure: cannot load object of class 'cSapModeL'. Its class cannot be found.

조회 수: 6 (최근 30일)
IB Ugur
IB Ugur 2020년 3월 2일
답변: Edric Ellis 2020년 3월 3일
Dear MATLAB users,
I'm using OAPI codes of FEM software SAP2000 v21 interactively with MATLAB 2017b. I aim to reduce computation time by using parallel computing with parfor. However, i get a warning as:
Warning: Cannot load an object of class 'cSapModel':
Its class cannot be found.
> In parallel.internal.pool.deserialize (line 29)
In parallel.internal.pool.deserializeFunction (line 12)
In remoteParallelFunction (line 19)
How can i solve this trouble?

답변 (1개)

Edric Ellis
Edric Ellis 2020년 3월 3일
You need the code for the class cSapModel to be available on the workers. The following might help:
addAttachedFiles(gcp(), 'cSapModel')

카테고리

Help CenterFile Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by