Re: [OMPI users] unable to access or execute

2009-09-15 Thread Dominik Táborský
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

Re: [OMPI users] unable to access or execute

2009-09-15 Thread Jeff Squyres
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

Re: [OMPI users] unable to access or execute

2009-09-15 Thread Lenny Verkhovsky
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

Re: [OMPI users] unable to access or execute

2009-09-15 Thread 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 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

Re: [OMPI users] unable to access or execute

2009-09-14 Thread Ralph Castain
> > 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

[OMPI users] unable to access or execute

2009-09-14 Thread Dominik Táborský
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