Gah - shame on me. I let some IRIX-specific stuff slip through. Lemme see if I can find an IRIX box and clean that up. The problems you listed below are not MIPS 32 / MIPS 64 issues, but the use of some nice IRIX-specific macros. By the way, to clarify, the assembly has been tested on a MIPS R14K in 64 bit mode (and 32 bit mode using SGI's n32 ABI -- it will not work with their o32 ABI). Just not on anything other than IRIX ;).

Brian

On Sep 12, 2005, at 6:13 PM, Jonathan Day wrote:

Hi,

Just a quick update on working with OpenMPI's MIPS
code on the MIPS64 processor. It does not appear to
work to simply use the atomic code for the 32-bit MIPS
- the opcodes don't correspond. Over the next day or
two, I will be updating the assembler on the MIPS64
board, and I'll know better then whether this is a
genuine problem or a phantom issue.

(If someone's developed a patch by then, so much the
better, but I'm going to keep working on this
possibility for the immediate future.)

atomic-asm.s: Assembler messages:
atomic-asm.s:8: Error: unrecognized opcode
`leaf(opal_atomic_mb)'
atomic-asm.s:13: Error: unrecognized opcode
`end(opal_atomic_mb)'
atomic-asm.s:17: Error: unrecognized opcode
`leaf(opal_atomic_rmb)'
atomic-asm.s:22: Error: unrecognized opcode
`end(opal_atomic_rmb)'
atomic-asm.s:25: Error: unrecognized opcode
`leaf(opal_atomic_wmb)'
atomic-asm.s:30: Error: unrecognized opcode
`end(opal_atomic_wmb)'
atomic-asm.s:33: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_32)'
atomic-asm.s:49: Error: unrecognized opcode
`end(opal_atomic_cmpset_32)'
atomic-asm.s:52: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_acq_32)'
atomic-asm.s:69: Error: unrecognized opcode
`end(opal_atomic_cmpset_acq_32)'
atomic-asm.s:72: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_rel_32)'
atomic-asm.s:89: Error: unrecognized opcode
`end(opal_atomic_cmpset_rel_32)'
atomic-asm.s:92: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_64)'
atomic-asm.s:108: Error: unrecognized opcode
`end(opal_atomic_cmpset_64)'
atomic-asm.s:111: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_acq_64)'
atomic-asm.s:127: Error: unrecognized opcode
`end(opal_atomic_cmpset_acq_64)'
atomic-asm.s:130: Error: unrecognized opcode
`leaf(opal_atomic_cmpset_rel_64)'
atomic-asm.s:147: Error: unrecognized opcode
`end(opal_atomic_cmpset_rel_64)'
make[2]: Leaving directory
`/tools/openmpi-1.0a1r7305/opal/asm'


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


Reply via email to