Re: [OMPI users] Error using hpcc benchmark

2017-02-02 Thread wodel youchi
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

Re: [OMPI users] Error using hpcc benchmark

2017-02-01 Thread Cabral, Matias A
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_

Re: [OMPI users] Error using hpcc benchmark

2017-02-01 Thread wodel youchi
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 - > >

Re: [OMPI users] Error using hpcc benchmark

2017-01-31 Thread Cabral, Matias A
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

Re: [OMPI users] Error using hpcc benchmark

2017-01-31 Thread Howard Pritchard
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

[OMPI users] Error using hpcc benchmark

2017-01-31 Thread wodel youchi
Hi, I am n newbie in HPC world I am trying to execute the hpcc benchmark on our cluster, but every time I start the job, I get this error, then the job exits *compute017.22840Exhausted 1048576 MQ irecv request descriptors, which usually indicates a user program error or insufficient