Parallel processing with timetables and synchronize

조회 수: 2 (최근 30일)
jcledfo2
jcledfo2 2019년 11월 23일
Does anyone know of a way to synchronize 2 timetables using parallel processing? I am loading a generic timetable which I then use a for loop to sync thousands of timetables back to the generic and write out each of the synced timetables. Issue is time and it takes a long time to do this one after another. I would love to parallel process these files either with CPU or GPU. I change my for loop to a parfor but I keep getting transparency errors. I think it has to do with the fact the generic timetable is read in outside the parfor loop. And I would really like to not read it into the parfor loop.
Any suggestions?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by