[O-MPI devel] maffinity framework

2005-08-26 Thread Jeff Squyres
I just committed a new "maffinity" (memory affinity) framework with only a single, trivial component right now. It's API is still changing a bit, but it's getting there. Right now, memory affinity is automatically enabled during ompi_mpi_init() (*not* automatically during opal_init()) if

[O-MPI devel] F90 support

2005-08-26 Thread Jeff Squyres
With help from Brian and Craig, we have now F90 MPI bindings support working properly. Because of the time required to compile the F90 bindings, they are automatically disabled in SVN checkout builds. You can enable them with --enable-f90. *** The F90 bindings are now automatically enabled

[O-MPI devel] SLURM support

2005-08-26 Thread Jeff Squyres
Brian and I finished up the SLURM support (more to the point; I did all the easy stuff and Brian did all the hard stuff). So now on IU's odin and thor clusters, for example, you don't need to specify hostfiles and you won't be using rsh/ssh. For example: odin% srun -N 4 -A odin% orterun -np

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Aug 26, 2005 at 06:04:19PM CEST: > > Libtool version previous to 1.5.16 had a bug in the macro to detect > this; it was often wrong before. Now it should be pretty bogus. Gah. That should've been: Now it should be pretty good. Sorry.

Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Troy Benjegerdes
On Fri, Aug 26, 2005 at 12:35:07PM -0400, Jeff Squyres wrote: > On Aug 26, 2005, at 12:19 PM, Ralf Wildenhues wrote: > > > (It would be good to augment the autogen.sh script so that it honored > > a setting like ACLOCAL="path/to/aclocal -I ..." (in Bourne shell speak) > > and similarly for