Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-12 Thread Jonathan Day
I'll try the MIPS (aka MIPS32) solution - hey, it can't kill anything. There are some subtle differences, but most MIPS64 boards'll run MIPS32 code (I think in a similar way to the way AMD's 64-bit chips also run 32-bit code). However, for anyone planning a "native" MIPS64 solution, I've found a f

Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-11 Thread Greg Lindahl
On Sun, Sep 11, 2005 at 09:24:02AM -0500, Brian Barrett wrote: > I'll admit that my only interaction with the MIPS architectures are > the R4K and above in SGI systems, so I'm a bit out of my league. The R4K was the first MIPS64 chip. I bought a second-hand manual for it online for a few bucks. T

Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-11 Thread Brian Barrett
On Sep 11, 2005, at 8:38 AM, Greg Lindahl wrote: On Sat, Sep 10, 2005 at 04:45:48PM -0500, Brian Barrett wrote: I think that this is a fairly easy fix - Irix identifies any MIPS chip as a mips-* from config.guess, but Linux apparently makes a distinction between mips and mips64. That's becau

Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-11 Thread Greg Lindahl
On Sat, Sep 10, 2005 at 04:45:48PM -0500, Brian Barrett wrote: > I think that this is a fairly easy fix - Irix identifies any MIPS > chip as a mips-* from config.guess, but Linux apparently makes a > distinction between mips and mips64. That's because there is a difference between mips and mp

Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-10 Thread Brian Barrett
On Sep 9, 2005, at 4:13 PM, Jonathan Day wrote: It has taken me a while to try a few things out at this end, but in the end I've still drawn a blank. To recap, I'm compiling on a Broadcom SB1, which is a MIPS64 board, using a Gnu compiler and tools. The error message I get is: configure: error:

Re: [O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-09 Thread George Bosilca
The configure is complaining about the missing atomic directives for your processor. We have the MIPS atomic calls but not the MIPS64. We just have to add them in the opal/asm/base. I dont have access to a MIPS64 node. Maybe Brian ? Thanks, george. On Fri, 9 Sep 2005, Jonathan Day wrote:

[O-MPI users] MIPS64 - The Long-Awaited Config File

2005-09-09 Thread Jonathan Day
It has taken me a while to try a few things out at this end, but in the end I've still drawn a blank. To recap, I'm compiling on a Broadcom SB1, which is a MIPS64 board, using a Gnu compiler and tools. The error message I get is: configure: error: No atomic primitives available for mips64-unknown-