Re: [OMPI users] Specifying -wdir

2008-02-21 Thread R.C.Pasianot
Thanks a lot Kevin, It seemed to me that something like your suggestion would launch two unrelated "appname", ..., luckily I was wrong ;-). Indeed it does what I want. Thanks again, Roberto On Thu, 21 Feb 2008, Kevin Durda wrote: > Hi Roberto, > > I think that you can do what you want i

Re: [OMPI users] Specifying -wdir

2008-02-21 Thread Kevin Durda
Hi Roberto, I think that you can do what you want if you use an appfile with something like this: -host node1,node2,node3 -np 6 -wdir /WorkingDir/ appname -host node4 -np 2 -wdir /DifferentWorkingDir/ appname Then run your program using "mpirun --app appfilename". Kevin On Wed, Feb 20, 2008 a

[OMPI users] Specifying -wdir

2008-02-20 Thread R C Pasianot
Hello list, Is there a way to specify different working directories for different hosts ?. I mean for a single application launched from one of them. Seems I can't do that in the hostfile ... :/. Thanks in advance, Roberto PS: I was unable to find the answer in the archives, sorry if