Open somera opened 2 months ago
I tried
$ mpirun -np 28 --hostfile /clusterfs_sd/clusterhosts_all ./xhpl
same. Run only on 4 cores.
And I have no idea why?!
I saw https://github.com/geerlingguy/turing-pi-2-cluster/issues/1. But my /etc/hosts looks good.
I know my problem.
Till now I worked with Open-MPI. And I was using: mpiexec --mca btl tcp,self --mca btl_tcp_if_include eth0
.
But now HPL need mpich. And mpich isn't support --mca btl tcp,self --mca btl_tcp_if_include eth0
.
Result for one Pi 4 GB:
Result for my cluster (7x Pi 4 4GB):
Wan't scale. Run only on one Pi
And I don't know why. I have other small applications for Open-MPI framework which run on my cluster. But HPLinpack 2.3 isn't
If I change the order in /clusterfs_sd/clusterhosts_all_cores I see that xhpl tun only on the first node. If I remove :4 than on 4 first nodes (one core on each node) xhpl is running.