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
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,"
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
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
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
d, but has no info as to the process
that caused that situation.
Thank you.
Best regards,
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
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
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
> > =
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
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
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
12 matches
Mail list logo