t;
> As Howard mentioned, this is probably because many ranks and sending to a
> single one and exhausting the receive requests MQ. You can individually
> enlarge the receive/send requests queues with the specific variables
> (PSM_MQ_RECVREQS_MAX/ PSM_MQ_SENDREQS_MAX) or increase both with
pi.org] On Behalf Of wodel youchi
Sent: Wednesday, February 01, 2017 3:36 AM
To: Open MPI Users
Subject: Re: [OMPI users] Error using hpcc benchmark
Hi,
Thank you for you replies, but :-) it didn't work for me.
Using hpcc compiled with OpenMPI 2.0.1 :
I tried to use export PSM_MQ_RECVREQS_
d
> *Sent:* Tuesday, January 31, 2017 6:38 AM
> *To:* Open MPI Users
> *Subject:* Re: [OMPI users] Error using hpcc benchmark
>
>
>
> Hi Wodel
>
>
>
> Randomaccess part of HPCC is probably causing this.
>
>
>
> Perhaps set PSM env. variable -
>
>
PSM_MEMORY=max. Note that the psm library will allocate more system memory for
the queues.
Thanks,
_MAC
From: users [mailto:users-boun...@lists.open-mpi.org] On Behalf Of Howard
Pritchard
Sent: Tuesday, January 31, 2017 6:38 AM
To: Open MPI Users
Subject: Re: [OMPI users] Error using hpcc
Hi Wodel
Randomaccess part of HPCC is probably causing this.
Perhaps set PSM env. variable -
Export PSM_MQ_REVCREQ_MAX=1000
or something like that.
Alternatively launch the job using
mpirun --mca plm ob1 --host
to avoid use of psm. Performance will probably suffer with this option