Error while running ICA
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Shiva Kalyan Diwakaruni
el 9 de Mzo. de 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 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!