OK, did some testing with MVAPICH and everything is normal so this is
clearly with OMPI. Is there anything that I should try?
Thanks,
Yong Qin
On Mon, Mar 6, 2017 at 11:46 AM, Yong Qin wrote:
> Hi,
>
> I'm wondering if anybody who has done perf testing on Mellanox EDR with
> OMPI can shed some
If this is with 1.10.x or older run with --mca memory_linux_disable 1. There is
a bad interaction between ptmalloc2 and psm2 support. This problem is not
present in v2.0.x and newer.
-Nathan
> On Mar 7, 2017, at 10:30 AM, Paul Kapinos wrote:
>
> Hi Dave,
>
>
>> On 03/06/17 18:09, Dave Love
Hi Dave,
On 03/06/17 18:09, Dave Love wrote:
I've been looking at a new version of an application (cp2k, for for what
it's worth) which is calling mpi_alloc_mem/mpi_free_mem, and I don't
Welcome to the club! :o)
In our measures we see some 70% of time in 'mpi_free_mem'... and 15x performance
Nathan and I discussed at the MPI Forum last week. I argued that your
usage is not erroneous, although certain pathological cases (likely
concocted) can lead to nasty behavior. He indicated that he would remove
the error check, but it may require further discussion/debate with others.
You can re