Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-28 Thread Christof Koehler
Hello everybody, just to bring this to some conclusion for other people who might eventually find this thread. I tried several times to submit a message to the scalapack/lapack forum. However, regardless what I do my message gets flagged as spam and is denied. An strongly abbreviated message got

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-24 Thread Christof Koehler
Hello, thank you very much for your input. I will then certainly contact the scalapack list after making sure this is not a problem with the lapack/blas libraries and making tests with mvapich on the workstation and laptop. I should have made the workstation/laptop test earlier. But at that time

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-23 Thread George Bosilca
Christof, Don't use "-ffpe-trap=invalid,zero,overflow" on the pdlaiect.f file. This file implements checks for special corner cases (division by NaN and by 0) and will always trigger if you set the FPR trap. I talked with some of the ScaLAPACK developers, and their assumption is that this looks l

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-23 Thread Christof Koehler
Hello everybody, as promised I started to test on my laptop (which has only two physical cores, in case that matters). As I discovered the story is not as simple as I assumed. I was focusing on xdsyevr when testing on the workstation and overlooked the others. On the cluster the only test which

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-22 Thread Christof Koehler
Hello, On Tue, Nov 22, 2016 at 10:35:57PM +0900, Gilles Gouaillardet wrote: > Christoph, > > out of curiosity, could you try to > mpirun --mca coll ^tuned ... > and see if it helps ? No, at least not for the workstation example. I will test with my laptop (debian stable) tomorrow. Thank you all

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-22 Thread Gilles Gouaillardet
Christoph, out of curiosity, could you try to mpirun --mca coll ^tuned ... and see if it helps ? Cheers, Gilles On Tue, Nov 22, 2016 at 7:21 PM, Christof Koehler wrote: > Hello again, > > I tried to replicate the situation on the workstation at my desk, > running ubuntu 14.04 (gcc 4.8.4) and

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-22 Thread Christof Koehler
Hello again, I tried to replicate the situation on the workstation at my desk, running ubuntu 14.04 (gcc 4.8.4) and with the OS supplied lapack and blas libraries. With openmpi 2.0.1 (mpirun -np 4 xdsyevr) I get "136 tests completed and failed." with the "IL, IU, VL or VU altered by PDSYEVR" mes

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-19 Thread Christof Köhler
+0100 Von: Christof Köhler Antwort an: christof.koeh...@bccms.uni-bremen.de Betreff: Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path An: Howard Pritchard Cc: Open MPI Users Hello, I tried mpirun -n 4 --mca pml ob1 -x PATH -x

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-19 Thread Christof Köhler
d residual checks. 0 tests completed without checking. 0 tests skipped for lack of memory. 0 tests completed and failed. - Nachricht von Howard Pritchard ----- Datum: Fri, 18 Nov 2016 11:25:06 -0700 Von: Howard Pritchard Betreff: Re: [OMPI users] ScaLapack tester

Re: [OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-18 Thread Howard Pritchard
Hi Christof, Thanks for trying out 2.0.1. Sorry that you're hitting problems. Could you try to run the tests using the 'ob1' PML in order to bypass PSM2? mpirun --mca pml ob1 (all the rest of the args) and see if you still observe the failures? Howard 2016-11-18 9:32 GMT-07:00 Christof Köhle

[OMPI users] ScaLapack tester fails with 2.0.1, works with 1.10.4; Intel Omni-Path

2016-11-18 Thread Christof Köhler
Hello everybody, I am observing failures in the xdsyevr (and xssyevr) ScaLapack self tests when running on one or two nodes with OpenMPI 2.0.1. With 1.10.4 no failures are observed. Also, with mvapich2 2.2 no failures are observed. The other testers appear to be working with all MPIs mentio