how to set remote shell environment variable on solaris

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thomasyuliu
    New Member
    • Mar 2008
    • 1

    #1

    how to set remote shell environment variable on solaris

    Hi, everyone:

    i want to use mpdboot to start process daemons on several nodes in my solaris cluster environment so that i can use mpirun. And mpdboot requires python. so i need to add python's directory into PATH. this can be easily done on local machine, but how can i do it on remote machines? (given that mpdboot will start remote shells non-interactively and i'm using bash)

    Thank you all in advance.
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by thomasyuliu
    Hi, everyone:

    i want to use mpdboot to start process daemons on several nodes in my solaris cluster environment so that i can use mpirun. And mpdboot requires python. so i need to add python's directory into PATH. this can be easily done on local machine, but how can i do it on remote machines? (given that mpdboot will start remote shells non-interactively and i'm using bash)

    Thank you all in advance.
    I think If you are invoking this using a shell script then you can set the PATH in
    the remote machine

    Raghuram

    Comment

    Working...