[OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
t; after line 1128 in libtool, and then remake, it display "/usr/bin:/bin". Yes, indeed my gcc is not in /usr/bin ,/bin. How to add gcc to that path or how to solve my problem? Thank you for your help. Regards, Meng

Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
Dear Ralph, Thank you for the reply. I have added the path to gcc to .bashrc at $HOME directory and gfortran can run anywhere. But I did not know what environment has PATH=/usr/bin:/bin. Maybe this is far from the correct way. Regards, meng At 2013-07-25 21:58:16,"

Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
6 00:06:55,"Jeff Squyres (jsquyres)" wrote: >A guess: you probably need to export your PATH variable in your .bashrc, not >just set it. > > >On Jul 25, 2013, at 11:24 AM, meng wrote: > >> Dear Ralph, >> Thank you for the reply. I have added the

[OMPI users] requirement on ssh when run openmpi

2013-07-27 Thread meng
Hi all, what 's the requriement, especially on ssh, to run openmpi? I have two computers, say c1 and c2. Through ssh, c1 can access c2 without password, but c2 can't access c1. Under this environment, can I use openmpi to compute parallely? Regards, meng

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-28 Thread meng
forwarded to the remote nodes. -- -- mpiexec noticed that the job aborted, but has no info as to the process that caused that situation. I dont know whats wrong with it. Thank you. Regards, Meng At 2013-07

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-31 Thread meng
d, but has no info as to the process that caused that situation. Thank you. Best regards, meng

Re: [OMPI users] requirement on ssh when run openmpi

2013-08-01 Thread meng
it displays: /usr/local/openmpi-1.6.5/bin/orted >must succeed. Does: >>$ ssh c2 echo \$PATH >show the path(s) you added in ~/.bashrc on the other machine? the command doesnt show the path I added in .bashrc regards, meng

[OMPI users] MPI_ERR_TRUNCATE: On Broadcast

2012-11-08 Thread Lim Jiew Meng
I have an int I intend to broadcast from root (rank==(FIELD=0)). int winner if (rank == FIELD) { winner = something;} MPI_Barrier(MPI_COMM_WORLD); MPI_Bcast(&winner, 1, MPI_INT, FIELD, MPI_COMM_WORLD); MPI_Barrier(MPI_COMM_WORLD);if (rank != FIELD) { cout << rank << " informed that winner

Re: [OMPI users] MPI_ERR_TRUNCATE: On Broadcast

2012-11-10 Thread Lim Jiew Meng
all, self-contained example? > > > On Nov 8, 2012, at 9:42 AM, Lim Jiew Meng wrote: > > > I have an int I intend to broadcast from root (rank==(FIELD=0)). > > > > int > > winner > > > > > > if (rank == FIELD) { > > > > winner > > =

[OMPI users] Add/remove "Event Listeners" in MPI?

2012-11-13 Thread Lim Jiew Meng
What I want to achieve is something like: - root process listens to children process - children will listen to root for stop notification - children starts doing work - when 1st child completes, notify root - root then notifies all processes to stop How can I implement something li

[OMPI users] MPI_Irecv does not receive all sends?

2012-11-16 Thread Lim Jiew Meng
What I am trying to acheive in this simplified code is: - 2 types of processes (root, and children, ids/rank = 10 and 0-9 respectively) - init: - root will listen to children "completed" - children will listen to root notification when all has completed - while there is no

[OMPI users] openMPI on openBSD, anyone?

2007-08-15 Thread Hor Meng Yoong
Hi: I want to use a MPI-like solution on openBSD i386 PCs to communicate to a central server running Solaris OS. I am wondering has anyone use openMPI on openBSD. If so, which version? What kind porting issues encountered? Regards Hor Meng, Yoong