Re: [OMPI users] Question about RDMA

2008-06-17 Thread Jeff Squyres
On Jun 6, 2008, at 6:03 AM, Gabriele Fatigati wrote: Hi Jeff, Sorry for the delay in replying -- I was on vacation all last week. thanks for you reply. I did understand previous questions about RDMA. Ever with SKaMPI, i tried to run with mpi_leave_pinned = 1, as you have suggested. But a

Re: [OMPI users] Question about RDMA

2008-06-06 Thread Gabriele Fatigati
Hi Jeff, thanks for you reply. I did understand previous questions about RDMA. Ever with SKaMPI, i tried to run with mpi_leave_pinned = 1, as you have suggested. But also in this case, execution time is very similar to previous case. Does it means that SKaMPI, reallocates buffer every time ? For

Re: [OMPI users] Question about RDMA

2008-06-05 Thread Jeff Squyres
Note that "eager" RDMA is only used for short messages -- it's not really relevant to whether the same user buffers are re-used or not (the mpi_leave_pinned parameter for long messages is only useful if long buffers are re-used). See this FAQ item: http://www.open-mpi.org/faq/?category=ope

[OMPI users] Question about RDMA

2008-06-05 Thread Gabriele Fatigati
Hi, i'm testing SKaMPI Benchmark on IBM Blade System over Infiniband. Current version of OpenMPI is 1.2.6 I have tried to disable RDMA setting btl_openib_use_eager_rdma = 0. But, i have noted that, in MPI collectives execution time, there are few difference beetween RDMA active and none. Before tes