<< MPI_Send | Message Passing Interface | MPI overview >> |
See below for some basic examples about MPI interfaces available in Nelson.
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'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET