Adding gnu parallel to Matlab search path

9 vues (au cours des 30 derniers jours)
Nicole Cruz
Nicole Cruz le 10 Sep 2020
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.

Réponses (1)

Raymond Norris
Raymond Norris le 10 Sep 2020
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

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by