Mex files and parallel processing on a supercompouter: Issue with addAttachedFiles
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I can successfully run a parallel job on my desktop that is calling some mex files I have written. I have used the addAttachedFiles command to ensure the processors see the mex files. However when I run this on our supercomputer cluster I get error messages saying the mex files are not visible. Does anyone have any experience with this sort of thing?
Thanks Adam
댓글 수: 0
답변 (1개)
Sanjana Ramakrishnan
2017년 9월 19일
The attached mex files may not be in the location where the job in the cluster is executing. To get the location of attached files use 'getattachedfilesfolder' function. Refer the below link:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!