Re: [OMPI users] svn r9191 build failure on ppc32-linux

2006-03-12 Thread Brian Barrett
Hi Julian - Can you send me the top-level config.log file? The code you're running into problems with shouldn't be compiled on a G4-based machine. It exists for Mac OS X 10.3 on the G5, which could emit a strange mixed mode assembly that supported 64 bit operations in a 32 bit applicati

[OMPI users] svn r9191 build failure on ppc32-linux

2006-03-12 Thread Julian Seward
r9191 (approximately Fri 3 March 06) does not build on ppc32-linux due to use of register names of the form "r9" etc in opal/include/opal/sys/powerpc/atomic.h, in opal_atomic_cmpset_64(). You must use either names of the form "%%r9" or just plain "9", or give gcc the flag -mregnames (iirc). The p