Re: [OMPI users] OpenMPI, debugging, and Portland Group's pgdbg

2006-07-05 Thread Andrew J Caird
This took a long time for me to get to, but once I did, what I found was that the closest thing to working for the PGI compilers with OpenMPI is this command: mpirun --debugger "pgdbg @mpirun@ @mpirun_args@" --debug -np 2 ./cpi It appears to work, that is, you can select a process with the

[OMPI users] Dynamic COMM_WORLD

2006-07-05 Thread Eric Thibodeau
Hello all, Before I embark on a train that will run out of tracks, I wanted to get a WFF concerning the spwaning mechanisme in OpenMPI. The intent is that I would program a "simple" parallel application that would demonstrate the ability of recent MPI implementations (OpenMPI) to dynami

Re: [OMPI users] Mac OS X, ppc64, opal_if

2006-07-05 Thread George Bosilca
Chris, I'm doing most of my work on Open MPI on a similar machine (Dual g5 64 bits with 4GB of RAM). I'm using several compiler (gcc as well as IBM). Usually, I'm compiling it with the latest unstable version of gcc/gfortran (directly fetched from subversion). I never noticed this problem

[OMPI users] Mac OS X, ppc64, opal_if

2006-07-05 Thread Chris Kees
Hi, I'm trying to build a 64 bit version of openmpi on a powerpc running Mac OS X 10.4.7 and using a recent snapshot of gcc/g++/gfortran from the gcc svn repository. The config and build process goes smoothly but the result doesn't pass all the tests. It hans on the opal_if test as well a

[OMPI users] MPI_Comm_spawn

2006-07-05 Thread s anwar
What configuration do I need to run child/slave MPI processes created via MPI_Comm_spawn on another machine. Thanks. Saadat.

[OMPI users] MPI_Comm_spawn

2006-07-05 Thread s anwar
I have a very simple program which spawns a number of slaves. I am getting erratic results from this program. It seems that all the slave processes are spawned but not all of them complete the MPI_Init() before the main program ends. In addition I get the following error messages for which I haven

Re: [OMPI users] OS X, OpenMPI 1.1: An error occurred in MPI_Allreduce on, communicator MPI_COMM_WORLD (Jeff Squyres (jsquyres))

2006-07-05 Thread Frank Kahle
users-requ...@open-mpi.org wrote: A few clarifying questions: What is your netmask on these hosts? Where is the MPI_ALLREDUCE in your app -- right away, or somewhere deep within the application? Can you replicate this with a simple MPI application that essentially calls MPI_INIT, MPI_ALLREDUCE

Re: [OMPI users] Datatype bug regression from Open MPI 1.0.2 to Open MPI 1.1

2006-07-05 Thread Brian Barrett
On Sat, 2006-07-01 at 00:25 +0200, Yvan Fournier wrote: > Hello, > > I had encountered a bug in Open MPI 1.0.1 using indexed datatypes > with MPI_Recv (which seems to be of the "off by one" sort), which > was corrected in Open MPI 1.0.2. > > It seems to have resurfaced in Open MPI 1.1 (I encounte

[OMPI users] MPI_Recv, is it possible to switch on/off aggresive mode during runtime?

2006-07-05 Thread Marcin Skoczylas
Dear open-mpi users, I saw some posts ago almost the same question as I have, but it didn't give me satisfactional answer. I have setup like this: GUI program on some machine (f.e. laptop) Head listening on tcpip socket for commands from GUI. Workers waiting for commands from Head / processing

Re: [OMPI users] open-mpi on MacOS X

2006-07-05 Thread Jeff Squyres (jsquyres)
> -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Jack Howarth > Sent: Monday, July 03, 2006 10:35 AM > To: us...@open-mpi.org > Subject: [OMPI users] open-mpi on MacOS X > > I have created simple fink (http://fink.sourceforge.n

Re: [OMPI users] error in running openmpi on remote node

2006-07-05 Thread Chengwen Chen
Thank you very much. This problem is solved when I change the shell of remote node to B shell. Because I set the LD_LIBRARY_PATH in .bashrc file while the default shell was C shell. Althoguth it works on my testing program test.x, some errors occured when I run other programme. BTW, I tried to ru