LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: psr_gop_at_[hidden]
Date: 2001-12-27 14:40:55


--- "Duane R. Hixon" <Duane.R.Hixon_at_[hidden]>
wrote:
> Hi folks,
>
> How do I execute a program that resides on my master
> node without
> having to put a copy of the executable on each slave
> node? From the
> mpirun documentation, it looks like I should do -s
> 0, but it doesn't
> work. I'm running lam-6.5.6 on Intel Linux, Red Hat
> 7.2.
>
> Thanks,
>
> Ray Hixon
you can simply use nfs.using nfs you can mount your
working directory in slave nodes.its quiet simple
1.)edit /etc/fstab in slave machine
2.)add the following line to the end
"hostname of your master:absolute path of your working
directory in master absolute path in your slave
machine nfs user,exec,dev,suid,rw 1 1"
3.)edit /etc/exports in master and add username
hostname of the slave machines
4.)start netfs in slaves and nfs in master

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/