Re: [O-MPI devel] OMPI 32bit on a 64bit Linux box

2005-08-19 Thread Rainer Keller
Hello Brian On Thursday 18 August 2005 23:19, Brian Barrett wrote: > Rainer's problem looks different than the one in orte_init_stage1. > ompi_info reports that he doesn't have any sds components built. You're right, also Your patch is right, as far as I can tell -- had a similar check, but wasn't

Re: [O-MPI devel] OMPI 32bit on a 64bit Linux box

2005-08-19 Thread Tim S. Woodall
Josh, I believe that although the prior code called ras routines, they were simple library routines in ras base, that didn't require ras to be initialized (they just accessed the registry). So, w/ the new code, both ras/rds components must be initialized/selected. My opinion would be to add the

Re: [O-MPI devel] OMPI 32bit on a 64bit Linux box

2005-08-19 Thread Josh Hursey
On Aug 19, 2005, at 8:15 AM, Tim S. Woodall wrote: Josh, I believe that although the prior code called ras routines, they were simple library routines in ras base, that didn't require ras to be initialized (they just accessed the registry). Yeah. That's right. So, w/ the new code, both ra

[O-MPI devel] opening the code

2005-08-19 Thread Jeff Squyres
We *finally* have a green light to open the code base to the world. Here's the plan: we open up the code Monday morning (22 Aug 2005). 1. I'll do a bunch of web page work to add some needed info (open up the nightly tarballs, how to get an SVN checkout, how to build from an SVN checkout, etc.

[O-MPI devel] PBS/tm ras/pls

2005-08-19 Thread Brian Barrett
Hey all - A lightly tested, but apparently working, version of the tm pls is in svn. You'll need to re-autogen and configure to build it (you do not have to re-autogen/configure if you don't want to build it). specify --with-tm=PATH where path is where the tm stuff is installed. Note t