[OMPI users] problems when creating library for AIX

2006-09-06 Thread Brignone, Sergio
Hi, I configure OpenMPI version 1.1.1 with the following parameters: --enable-static --disable-shared --disable-io-romio --disable-mpi-f90 --disable-mpi-cxx Then, when creating the library, I got the following error: "../../../opal/event/select.c", line 146.16: 1506-045 (S) Undeclared ident

Re: [OMPI users] F77 in AIX

2006-05-02 Thread Brignone, Sergio
ers-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Brignone, Sergio > Sent: Monday, May 01, 2006 2:14 PM > To: us...@open-mpi.org > Subject: [OMPI users] F77 in AIX > > Hi, > > I tried to compile a FORTRAN 77 test case and it failed when linking:

Re: [OMPI users] stdout in AIX

2006-05-01 Thread Brignone, Sergio
Some more hints to the issue: If I start process A and this process spawns processes B and C (using MPI_Comm_spawn), stdout works fine only for process A. Sergio -Original Message- From: Brignone, Sergio Sent: Monday, May 01, 2006 1:17 PM To: Open MPI Users Subject: Re: [OMPI users

Re: [OMPI users] stdout in AIX

2006-05-01 Thread Brignone, Sergio
Hi Brian, I tried what you suggested (piping out stdout) but it did't work. Sergio -Original Message- From: Brian Barrett [mailto:brbar...@open-mpi.org] Sent: Monday, May 01, 2006 11:14 AM To: Open MPI Users Subject: Re: [OMPI users] stdout in AIX On May 1, 2006, at 1:58 PM, Bri

[OMPI users] F77 in AIX

2006-05-01 Thread Brignone, Sergio
Hi, I tried to compile a FORTRAN 77 test case and it failed when linking: %>mpif77 -o fpi fpi.f "/usr/local/include/mpif.h", line 64.38: 1515-009 (E) Null literal string is not permitted. A single blank is assumed. ** main === End of Compilation 1 === 1501-510 Compilation successful for file

[OMPI users] stdout in AIX

2006-05-01 Thread Brignone, Sergio
Hi, I've been using open-mpi in Solaris for a while and now I need to use open-mpi in AIX. I compiled the latest stable open-mpi version and run one of the simplest possible tests (see hello0.c in attached zip) To my surprise, it didn't show anything to the screen when running with mpirun: mai

[OMPI users] Spawn and Disconnect

2006-03-07 Thread Brignone, Sergio
of spawn-multiple, however (which is fixed by now as far as I can tell). Could you send me the f77 example which you have? The concatination problem looks strange, I would like to have a look at it... Thanks Edgar Brignone, Sergio wrote: > Thanks Edgar, Ralph and Jean. > > It seems t

Re: [OMPI users] Spawn and Disconnect

2006-03-07 Thread Brignone, Sergio
n is, that if the child calls MPI_Finalize >>(so not a violent death but a proper shutdown), the parent goes down at >>the same time. Let me check that as well... >> >>Brignone, Sergio wrote: >> >> >> >>>Hi everybody, >>> >>>

[OMPI users] Spawn and Disconnect

2006-03-01 Thread Brignone, Sergio
Hi everybody, I am trying to run a master/slave set. Because of the nature of the problem I need to start and stop (kill) some slaves. The problem is that as soon as one of the slave dies, the master dies also. This is what I am doing: MASTER: MPI_Init(...) MPI_Comm_spawn(sl