I thought this was made into an environment variable at some point but can't
see it in the code.

You can change this and recompile

x10.runtime/x10rt/standalone

#define X10RT_DATABUFFERSIZE 524300 // the size, in bytes, of the shared
memory segment used for communications, per place

Or you can use the 'sockets' runtime instead of 'pgas_sockets'.

On Sat, Dec 18, 2010 at 12:43 AM, Kirak Hong <hok...@gatech.edu> wrote:

> Hi,
>
> I was using a large array copy code in X10 with pgas_sockets and had no
> problem. However, once I change the X10RT from pgas_sockets to standalone,
> it crashes with following message.
>
> Unable to send a message of size 3686657 through a buffer of size
> 524300!!!!  ABORT
>
> Can I increase the size of buffer in standalone x10rt?
>
> Thanks,
> Kirak
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
>
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to