Author Topic: Multiple Node issue  (Read 1769 times)

0 Members and 1 Guest are viewing this topic.

Offline AsifShah

  • QuantumATK Guru
  • ****
  • Posts: 146
  • Country: in
  • Reputation: 2
    • View Profile
Multiple Node issue
« on: July 23, 2022, 15:16 »
Dear Admin,

When using the following command for 2 node with 25 cores per node:
mpiexec -n 50 -ppn 25 atkpython test.py > test.log
I see from CPU activity all calculations run on single node.

& when I use following command (host_names is a file that contains compute node addresses):
mpiexec -f host_names -n 50 -ppn -25 atkpython test.py > test.log
I see this error:
bash: /opt/QuantumATK/QuantumATK-T-2022.03-SP1/libexec/pmi_proxy: No such file or directory
bash: /opt/QuantumATK/QuantumATK-T-2022.03-SP1/libexec/pmi_proxy: No such file or directory


Kindly help resolve this error.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Multiple Node issue
« Reply #1 on: July 27, 2022, 09:27 »
Is QuantumATK installed on all machines, in the same path?

If you are using the QuantumATK "mpiexec", try setting I_MPI_DEBUG=2 (or a higher value) to get more verbose error messages.