Error while running ICA
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Shiva Kalyan Diwakaruni
on 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 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!