Error while running ICA
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Antworten (1)
  Shiva Kalyan Diwakaruni
    
 am 9 Mär. 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 Kommentare
Siehe auch
Kategorien
				Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

