Author Topic: running atk with mpich2 over multiple machines with ssh  (Read 8288 times)

0 Members and 1 Guest are viewing this topic.

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
Re: running atk with mpich2 over multiple machines with ssh
« Reply #15 on: February 10, 2012, 21:12 »
what you posted works fine, but that is only for one machine .. i do this everyday no problem .. but i need to be able to run on multiple machines

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5446
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: running atk with mpich2 over multiple machines with ssh
« Reply #16 on: February 10, 2012, 21:15 »
Yes ok, so next you make sure you have mpd configured to know which other machines are in the ring, and if necessary specify a -machinefile argument when running.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5446
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: running atk with mpich2 over multiple machines with ssh
« Reply #17 on: February 10, 2012, 21:23 »
https://help.ubuntu.com/community/MpichCluster is pretty succinct and easy to follow. You can skip most things, like installing gcc etc, but 7 and 11 are very relevant for you I guess. Also, just in case you didn't already, you must have a shared folder where (ideally) ATK and (absolutely necessary) the scripts you run reside.
« Last Edit: February 10, 2012, 21:25 by Anders Blom »

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
Re: running atk with mpich2 over multiple machines with ssh
« Reply #18 on: February 10, 2012, 23:15 »
Thank you that does look like a good tutorial, i will try it.