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
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
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
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