Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2018-11-28 Thread Prentice Bisbal via users
Sylvain, I just ran into the same exact errors when compiling OpenMPI 3.0.0 with PGI 18.3 Prentice On 5/1/17 2:58 PM, Sylvain Jeaugey wrote: I also saw IBM and ignored the email :-) Thanks for reporting the issue, I passed it to the PGI team. On 05/01/2017 11:49 AM, Prentice Bisbal wrote:

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-05-01 Thread Sylvain Jeaugey
I also saw IBM and ignored the email :-) Thanks for reporting the issue, I passed it to the PGI team. On 05/01/2017 11:49 AM, Prentice Bisbal wrote: Jeff, You probably were thrown off when I said I've only really seen this problem when people didn't cross-compile correctly on the Blue Gene/P

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-05-01 Thread Prentice Bisbal
Jeff, You probably were thrown off when I said I've only really seen this problem when people didn't cross-compile correctly on the Blue Gene/P I used to support. Also, PGI, and IBM both have 3 letters...;) Prentice On 05/01/2017 02:20 PM, Jeff Squyres (jsquyres) wrote: Er... right. Duh.

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-05-01 Thread Jeff Squyres (jsquyres)
What I should have said was: NVIDIA -- can someone check to see if this is a PGI compiler error? > On Apr 29, 2017, at 7:37 AM, Jeff Squyres (jsquyres) > wrote: > > IBM: can someone check to see if this is a compiler error? > > >> On Apr 28, 2017, at 5:09 PM, Prentice

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-05-01 Thread Jeff Squyres (jsquyres)
Er... right. Duh. > On May 1, 2017, at 11:21 AM, Prentice Bisbal wrote: > > Jeff, > > Why IBM? This problem is caused by the PGI compilers, so shouldn't this be > directed towards NVidia, which now owns PGI? > > Prentice > > On 04/29/2017 07:37 AM, Jeff Squyres

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-05-01 Thread Prentice Bisbal
Jeff, Why IBM? This problem is caused by the PGI compilers, so shouldn't this be directed towards NVidia, which now owns PGI? Prentice On 04/29/2017 07:37 AM, Jeff Squyres (jsquyres) wrote: IBM: can someone check to see if this is a compiler error? On Apr 28, 2017, at 5:09 PM, Prentice

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-04-29 Thread Jeff Squyres (jsquyres)
IBM: can someone check to see if this is a compiler error? > On Apr 28, 2017, at 5:09 PM, Prentice Bisbal wrote: > > Update: removing the -fast switch caused this error to go away. > > Prentice > > On 04/27/2017 06:00 PM, Prentice Bisbal wrote: >> I'm building Open MPI

Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-04-28 Thread Prentice Bisbal
Update: removing the -fast switch caused this error to go away. Prentice On 04/27/2017 06:00 PM, Prentice Bisbal wrote: I'm building Open MPI 2.1.0 with PGI 17.3, and now I'm getting 'illegal instruction' errors during 'make check': ../../config/test-driver: line 107: 65169 Illegal

[OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2017-04-27 Thread Prentice Bisbal
I'm building Open MPI 2.1.0 with PGI 17.3, and now I'm getting 'illegal instruction' errors during 'make check': ../../config/test-driver: line 107: 65169 Illegal instruction "$@" > $log_file 2>&1 FAIL: atomic_math - 1 threads: Passed That's just one example of the error output. See all