Adding gnu parallel to Matlab search path
9 ビュー (過去 30 日間)
古いコメントを表示
I installed gnu parallel on MacOS Catalina (version 10.15.6) using Homebrew:
$ brew install parallel
It was installed at:
/usr/local/bin/parallel
But when I try to run a Matlab (R2020a update 2, 64 bit) script that requires gnu parallel, Matlab does not find parallel, and produces the error message:
* Error tag: {trinity:assert_parallel:gnuparallelnotfound}
I tried to add parallel to the Matlab search path but have not been able to. "/usr/local/bin" is hidden on MacOS, and this may be why Matlab does not recognise it directly. But copying the parallel folder into a folder on the existing Matlab path did not work either. I'm thankful for any suggestions on how to make gnu parallel work in Matlab.
0 件のコメント
回答 (1 件)
Raymond Norris
2020 年 9 月 10 日
Hi Nicole,
I would suggest contacting Technical Support (support@mathworks.com). They would be able to figure out if GNU parallel works on a Mac with MATLAB and how best to configure it.
Raymond
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!