필터 지우기
필터 지우기

How can i communicate the shared memory with the parallel computing toolbox?

조회 수: 2 (최근 30일)
DhanaLakshmiR
DhanaLakshmiR 2018년 3월 12일
댓글: DhanaLakshmiR 2018년 3월 13일
I am new to this shared memory concepts. I am not that much familiar with PCT also. kindly Give answers. two functions named Function send and function answer both are sharing the data between them but the problem is both are executed by opening the files in separate command window.Refer to this link i have obtained the shared memory concepts. https://in.mathworks.com/help/matlab/import_export/share-memory-between-applications.html
So that i thought to communicate both files in parpool.How to communicate between the two mfiles using parallel computing toolbox which is already sharing data between them?
  댓글 수: 4
Walter Roberson
Walter Roberson 2018년 3월 12일
You should change
spmd
to
spmd(poolsize)
I am not sure why your first_run flag is there?
DhanaLakshmiR
DhanaLakshmiR 2018년 3월 13일
No use of first_run flag here. I have changed spmd(poolsize).The pool is started but there is no sharing of data. How to share the data using the parallel pool to the shared memory programs.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Asynchronous Parallel Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by