<?xml version="1.0" encoding="UTF-8"?>










<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">
    <channel>
        <title>Math Forum</title>
        <link>http://mathforum.org/kb</link>
        <description>List of forum topics</description>
        <language>en</language>


        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7937672&amp;tstart=0#7937672</link>

        

            <description><![CDATA[If you can stand storing it N times, then my persistent variable trick seems to work.  See my previous post in this thread.<br><br>"Haoran Xu"]]></description>

        

            <jf:creationDate>Dec 16, 2012 12:08:18 PM</jf:creationDate>
            <jf:modificationDate>Dec 16, 2012 12:08:18 PM</jf:modificationDate>
            <jf:author>chuck3737@yahooremovethis.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7937557&amp;tstart=0#7937557</link>

        

            <description><![CDATA[The spmd error is:<br>Error using distcompserialize<br>Error during serialization<br>So is this because the data is too large? Then how to solve]]></description>

        

            <jf:creationDate>Dec 16, 2012 7:01:21 AM</jf:creationDate>
            <jf:modificationDate>Dec 16, 2012 7:01:21 AM</jf:modificationDate>
            <jf:author>haoran.x@gmail.com</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7937548&amp;tstart=0#7937548</link>

        

            <description><![CDATA[Hi! I have the same problem.<br>When I tried using<br>"spmd<br>M = &lt;big data&gt;;<br>end"<br>the program ends in error.<br>I suspect it is because]]></description>

        

            <jf:creationDate>Dec 16, 2012 6:47:21 AM</jf:creationDate>
            <jf:modificationDate>Dec 16, 2012 6:47:21 AM</jf:modificationDate>
            <jf:author>haoran.x@gmail.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7935875&amp;tstart=0#7935875</link>

        

            <description><![CDATA[Yeah, I found an alternative also, using persistent variables.  e.g.<br><br>M = &lt;big mxn array&gt;<br><br>function Mout = getM(m,n)<br>]]></description>

        

            <jf:creationDate>Dec 12, 2012 11:23:08 AM</jf:creationDate>
            <jf:modificationDate>Dec 12, 2012 11:23:08 AM</jf:modificationDate>
            <jf:author>chuck3737@yahooremovethis.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7935766&amp;tstart=0#7935766</link>

        

            <description><![CDATA["Chuck37 " &lt;chuck3737@yahooremovethis.com&gt; writes:<br><br><font color="#660066">&gt; I have a big piece of never changing data that I'd like to]]></description>

        

            <jf:creationDate>Dec 12, 2012 3:39:34 AM</jf:creationDate>
            <jf:modificationDate>Dec 12, 2012 3:39:34 AM</jf:modificationDate>
            <jf:author>eellis@mathworks.com</jf:author>
            <jf:replyCount>4</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7935602&amp;tstart=0#7935602</link>

        

            <description><![CDATA["Steven_Lord" &lt;slord@mathworks.com&gt; wrote in message <br><font color="#660066">&gt; <br>&gt; Can you use PARFOR for the loop over x instead of]]></description>

        

            <jf:creationDate>Dec 11, 2012 7:24:15 PM</jf:creationDate>
            <jf:modificationDate>Dec 11, 2012 7:24:15 PM</jf:modificationDate>
            <jf:author>chuck3737@yahooremovethis.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7935486&amp;tstart=0#7935486</link>

        

            <description><![CDATA[<br><br>"Chuck37 " &lt;chuck3737@yahooremovethis.com&gt; wrote in message <br>news:ka7ss4$4f6$1@newscl01ah.mathworks.com...<br><font]]></description>

        

            <jf:creationDate>Dec 11, 2012 1:41:28 PM</jf:creationDate>
            <jf:modificationDate>Dec 11, 2012 1:41:28 PM</jf:modificationDate>
            <jf:author>slord@mathworks.com</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Sharing big data across parfor or spmd</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7935480&amp;tstart=0#7935480</link>

        

            <description><![CDATA[I have a big piece of never changing data that I'd like to be used by all the workers in a parallel setting.  Since I'm only working with local]]></description>

        

            <jf:creationDate>Dec 11, 2012 1:09:08 PM</jf:creationDate>
            <jf:modificationDate>Dec 11, 2012 1:09:08 PM</jf:modificationDate>
            <jf:author>chuck3737@yahooremovethis.com</jf:author>
            <jf:replyCount>7</jf:replyCount>
        </item>


    </channel>
</rss>

