Jeff Squyres píše v Út 15. 09. 2009 v 16:55 +0200:
> On Sep 15, 2009, at 5:36 AM, Dominik Táborský wrote:
>
> > So I have to manually copy the compiled hello world program to all of
> > the nodes so that they can be executed? I really didn't expect that...
> >
>
> How would you expect us to execu
On Sep 15, 2009, at 5:36 AM, Dominik Táborský wrote:
So I have to manually copy the compiled hello world program to all of
the nodes so that they can be executed? I really didn't expect that...
How would you expect us to execute something that doesn't exist? :-)
So, where (in the filesyste
you can use a shared ( i.e. NFS ) folder with this app, or provide a full
PATH to it.
ex:
$mpirun -np 2 -hostfile hostfile /home/user/app
2009/9/15 Dominik Táborský
> So I have to manually copy the compiled hello world program to all of
> the nodes so that they can be executed? I really didn't
So I have to manually copy the compiled hello world program to all of
the nodes so that they can be executed? I really didn't expect that...
So, where (in the filesystem) does the executable have to be? On the
same place as on the master?
Thanks
Dominik
Ralph Castain píše v Út 15. 09. 2009 v 0
>
> I assume this
> executable doesn't have to be on the node - that would be silly
>
Not silly at all - we don't preposition the binary for you. It has to be
present on the node where it is to be executed.
I have added an option to preposition binaries in the OMPI developer's
trunk, but that fea
Hi again,
Since last time I made progress - I compiled openMPI 1.3.3 from sources,
now I'm trying to run it on one of my nodes. I am using the same
software on the master, but master is Ubuntu 9.04 (NOT using openMPI
1.3.2 from repos) and the node is my own Linux system - it lacks many
features so