<div dir="ltr"><div class="gmail_default" style="color:#333399">Hi Matthew, notes below. all the best.</div><div class="gmail_default" style="color:#333399">I am not sure but running a single ICA decomposition across several machines might be tricky or problematic. With a saavy programmer, you should be able to modify the code to, for example, have a different bias file name.</div><div class="gmail_default" style="color:#333399">I hope at least one of the suggestions below is useful to you. You will most likely get better answers from eeglab developers and other users who have solved issues similar to yours for their needs.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">1. parallelized version of the code that can make the most use of parallelized matlab processing on a single computer</div><div class="gmail_default" style="color:#333399">2. explore cuda based ICA </div><div class="gmail_default" style="color:#333399">3. consider running multiple instances of matlab (on separate computers)</div><div class="gmail_default" style="color:#333399">4. use a gpu/processor bank/farm to send the "ica job" to</div><div class="gmail_default" style="color:#333399">5. saavy users can also likely benefit from cloud-based services, of course at some cost </div><div class="gmail_default" style="color:#333399">

<span style="color:rgb(51,51,153);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">some national programs that make free processors available to some researchers e.g., canada's sharknet I believe)</span>

<br></div><div class="gmail_default" style="color:#333399">6. check out EEGGIFT documentation for possible details regarding your question</div><div class="gmail_default" style="color:#333399">7. why not just run let each of your "machines" process one EEG file at a time. You are already ahead if you have "multiple machines" available :)</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 11, 2018 at 8:58 PM, Matthew Ma <span dir="ltr"><<a href="mailto:matthewhang92@gmail.com" target="_blank">matthewhang92@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear all,<div><br></div><div>I have been using eeglab for a while for preprocessing stuff, it is very useful so far. I have been noticing the processing speed of ica was quite low (I have already used binica and done downsampling of my data). I am thinking if I can make use of several machines which can be used to do the preprocessing.</div><div><br></div><div>As I noticed, the binica will generate the sphere and weight matrix as a file, also with the bias file. However, the bias file is always produced with the same file name, this gives rise to my question. As my work directory is located in another shared server(I access it using sshfs), I am wondering if the ica to produce wrong results if I run ica in several machines simutaneously (due to the same name of bias file...). I know the easiest solution is to duplicate the work directory to every local machine...but that seems a little bit stupid to do so.</div><div><br></div><div>Looking forward to your reply! Thank you very much.</div><div><br></div><div>Best regards,</div><div>Matthew</div></div>
<br>______________________________<wbr>_________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/<wbr>eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.<wbr>ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.<wbr>edu</a><br></blockquote></div><br></div>