uqfoundation / pyina

MPI parallel map and cluster scheduling
http://pyina.rtfd.io
Other
61 stars 8 forks source link

Lunch a program using a host file, how pass the host file. #36

Open retiarus opened 4 years ago

retiarus commented 4 years ago

In may machines I have installed mphich, and I executed the hello_pyina.py example using

mpirun -f machinefile hello_pyina.py

where in machinefile I have declared tree hosts:

However when I try with test_ezmap.py, I get no result. Reading the examples, I see that some asks for the use of mpirun, and others no. So, how can I specify the hosts/nodes?

Thank you.