필터 지우기
필터 지우기

How Parallel Computing Toolbox works with MCR?

조회 수: 5 (최근 30일)
Bíró
Bíró 2012년 9월 19일
댓글: Roni Zidane 2020년 3월 27일
I have a MATLAB function and I deployed it with Builder NE. I will use it on a computer where there is only MCR and I will call this function from more thread in a C# application. In this case my MATLAB function will be serialized because the MCR operates on only one thread. If I would like to use this MATLAB function faster than I need it can run on more thread. If I install the Parallel Computing Toolbox on that computer, will it solve that issue?

답변 (1개)

Jason Ross
Jason Ross 2012년 9월 19일
I think the ability to have compiled local workers is what you are looking for:
"Standalone executables and shared libraries generated from MATLAB Compiler for parallel applications can now launch up to twelve local workers without MATLAB Distributed Computing Server."
Here are the steps to make it work, with example code:
  댓글 수: 1
Roni Zidane
Roni Zidane 2020년 3월 27일
Hi there,
in 2020, the above link does not work. Is there an updated information anywhere?
In my case, I have developed a GUI - with a function which uses parallel computing, statistic toolbox and imageprocessing toolbox. How should i create a standalone app, that can run with MCR?
Thanks,
Roni

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by