Dear Expert
Hello, I am currently having some problems when running mpi.
My hostfile is dirac1, dirac2... dirac8 and each one contains max. 20 mpi nodes.
I named each hostfile as dirac1=hf1, dirac2=hf2, dirac3+dirac4=hf34
I works well when I run just one hostfile, the calculation runs properly.
However, when the I run hostfiles more than 2 (for example, hf34=dirac3 and 4) the log file only shows blank space, although the terminal, shows that the process is working properly.
Also while allocating mpi, I make hostfile through terminal
vi hf34
dirac3:15
dirac4:15
:wq
and when I run the calculation
mpirun -n hf34 -p 30 home/edrl_04/Desktop/quantum23ver/quantumatk/V-2023.09/bin/atkpython opt_device_conf_110_5e20.py > opt_device_conf_110_5e20.log &
the process allocate as dirac3:20 and dirac4:10 although I already set their process as 15 each. And the log file shows nothing.
I am using 23.9 version of quantum atk and my intel mpi verison is 21.10 version
Is there anything that I can do to fix this 2 major problems?
Thank you for reading the questions.