<< MPI_Comm_used Message Passing Interface MPI_Finalize >>

MPI examples


Some Nelson MPI examples.


Description


See below for some basic examples about MPI interfaces available in Nelson.

Examples


mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.m'], 4)

edit([modulepath('mpi'), '/examples/MPI_helloworld.m'])

mpiexec([modulepath('mpi'), '/examples/MPI_simpledemo.m'], 4)

edit([modulepath('mpi'), '/examples/MPI_simpledemo.m'])

mpiexec([modulepath('mpi'), '/examples/MPI_parallel_sum.m'], 40)

edit([modulepath('mpi'), '/examples/MPI_parallel_sum.m'])

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< MPI_Comm_used Message Passing Interface MPI_Finalize >>