[OMPI users] max. message size

2013-07-17 Thread mohammad assadsolimani
Dear all, I do my PhD in physics and use a program, which uses openmpi for a sophisticated calculation. But there is a Problem with "max. message size ". That is limited to ~2GB. Someone suggested that I have to use chunks i.e. I have to disassemble the massages in smaller massages. That

Re: [OMPI users] max. message size

2013-07-18 Thread mohammad assadsolimani
if (source == MPI_ANY_SOURCE) source = status->MPI_SOURCE; if (tag == MPI_ANY_TAG) tag = status->MPI_TAG; } buf += c; } } Changsheng Jiang On Wed, Jul 17, 2013 at 4:51 PM, mohammad assadsolimani < m.assadsolim...@jes

Re: [OMPI users] max. message size

2013-07-18 Thread mohammad assadsolimani
B/RDMA is limited to 2G, but OMPI 1.7 splits large buffers during RDMA into 2G chunks. On Wed, Jul 17, 2013 at 11:51 AM, mohammad assadsolimani < m.assadsolim...@jesus.ch> wrote: Dear all, I do my PhD in physics and use a program, which uses openmpi for a sophisticated calculation