Error while running ICA
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am having an error while running ICA, let me share the screen short so so you can have an idea. error is saying that install MPI, though i already installed MPI but nothing is working out. I am also running the Amica through GUI but its not working too. kindly help me finding the solution.
your help would be highly appereciated.
Best,
Rabia
0 commentaires
Réponses (1)
Shiva Kalyan Diwakaruni
le 9 Mar 2021
Hi,
You can try using mpilibconf function to locate the path of MPI library if it is installed . Try using
doc mpilibconf
to get the documentation mpilibconf
and if library is not installed you can try installing your own MPI library online.
you can change the system path would be to specify the full path to your MPI library in the mpiLibConf.m file itself. For example:
function [lib, extras] = mpiLibConf
extras = {};
hope it helps,
thanks.
0 commentaires
Voir également
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!