[OMPI devel] SOS... help needed :(

2007-04-15 Thread chaitali dherange
Hi, Pooja and I are actually working on this course project where we our main aim is schedule MPI and non MPI calls... giving more priority to the MPI calls over the non MPI ones. To make things simple, we are making this scheduling static to some extent... by static I mean.. we know that our c

Re: [OMPI devel] SOS!! Run-time error

2007-04-15 Thread Adrian Knoth
On Sun, Apr 15, 2007 at 01:40:01PM -0400, chaitali dherange wrote: > Hi, Hi! > I have downloaded the developer version of source code by downloading a > nightly Subversion snapshot tarball.And have installed the openmpi. Things are getting much clearer when you compile Open MPI with --enable-

[OMPI devel] SOS!! Run-time error

2007-04-15 Thread chaitali dherange
Hi, I have downloaded the developer version of source code by downloading a nightly Subversion snapshot tarball.And have installed the openmpi. Using ./configure --prefix=/net/hc293/chaitali/openmpi_dev (lots of output... without errors) make all install. (lots of output... without errors) the

Re: [OMPI devel] Is it possible to get BTL transport work directly with MPI level

2007-04-15 Thread pooja
Hi!! Thanks for reply.Actaully there was some problem with the my downloaded version of openmpi.But when I downloaded everything again and did all configure and make statements again it worked fine. Thanks a lot . And next time I will make sure that I give all details. Thanks Pooja > This is

Re: [OMPI devel] Is it possible to get BTL transport work directly with MPI level

2007-04-15 Thread Jeff Squyres
This is unfortunately not enough information to provide any help -- the (lots of output) parts are pretty important. Can you provide all the information cited here: http://www.open-mpi.org/community/help/ On Apr 14, 2007, at 11:36 PM, po...@cc.gatech.edu wrote: Hi!!! Thanks for help!