1.- install lam-mpi (http://www.lam-mpi.org/download/files/7.1.2-install.pdf)
2.- put in a file, the ip address of your nodes (ex my_nodes.txt)
3.- run lamboot
ex: lamboot my_host.txt
4.- compile your MPI program
mpicc -o program program.c
5.- run your program
mpirun program
6.- be happy :)
Saludos!
B
>
> thanks, any documents about the 2nd answer?
> i want to do that in detail :)
>
>
|