Basic functions | MPI_Init | |
MPI_Finalize | ||
MPI_Send | ||
MPI_Recv | ||
MPI_Comm_rank | ||
MPI_Comm_size | ||
additional functions | MPI_Barrier | |
MPI_Bcast | ||
MPI_Gather | ||
MPI_Scatter | ||
MPI_Reduce | ||
MPI_Allreduce |
MPI Homepage | http://www.mcs.anl.gov/mpi/index.html |
MPI Calls | http://www.mpi-forum.org/docs/mpi-11-html/mpi-report.html |
LAM Implementierung | http://www.lam-mpi.org |
with ftp-download | http://www.lam-mpi.org/download |
rlogin yourhostwithout being prompted for a passwd.
vi ~/.rhostsby adding the line (here, foo names used)
myhost my_user_name
export archi=LINUXor add it in your $(HOME)/.bashrc file. Check with
env|grep archi
.
lambootThis lets you run several processes on your machine (or on a predefined set of machines) in parallel.
lamboot -v mynodeThis lets you run several processes on your machine (or on a predefined set of machines) in parallel. If
lamboot
reports an error message
then try lamboot -vd mynode
to get a detailed report of
the booting in progress.
lamclean
wipe