Author Topic: Turning off threading in multinode cluster  (Read 1644 times)

0 Members and 1 Guest are viewing this topic.

Offline ph

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: in
  • Reputation: 0
    • View Profile
Turning off threading in multinode cluster
« on: April 1, 2014, 15:22 »
Dear Sir,
To speedup the calculation using ATK in a multi node cluster environment is it necessary to turn off threading?. If it is so, is it  to turn off every node in a cluster or turning off only in master node?. waiting for your kind advice.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5418
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Turning off threading in multinode cluster
« Reply #1 on: April 1, 2014, 21:29 »
Each node, but normally your environment is inherited by each MPI process so it's enough to set it on the submitting node. Still, to be safe, it's best to set it in your login script (.bashrc) or queue submit script.

Offline ph

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: in
  • Reputation: 0
    • View Profile
Re: Turning off threading in multinode cluster
« Reply #2 on: April 2, 2014, 16:06 »
Dear Sir,
Thanks a lot for your kind advice.
Regards