sccn / amica

Code for AMICA: Adaptive Mixture ICA with shared components
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

runamica15c error #20

Open arnodelorme opened 4 years ago

arnodelorme commented 4 years ago

From https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=1789

When running amica15c in the Matlab 2014a command line, I encountered this error for multiple datasets:

/home/jason/mpich2-1.5-install/bin/hydra_pmi_proxy: error while loading shared libraries: libmv.so.1: cannot open shared object file: No such file or directory /home/jason/mpich2-1.5-install/bin/hydra_pmi_proxy: error while loading shared libraries: libmv.so.1: cannot open shared object file: No such file or directory /home/jason/mpich2-1.5-install/bin/hydra_pmi_proxy: error while loading shared libraries: libmv.so.1: cannot open shared object file: No such file or directory

Here's the code that I was trying to run:

runamica15c(EEG.data, 'num_chans', EEG.nbchan, 'outdir', [pwd '/amica15out'], 'use_queue', 'qa1', 'numprocs', 64, 'do_reject', 1, 'numrej', 15, 'rejsig', 3, 'rejint', 1)

Any help would be much appreciated.