<< MPI_Comm_used | Message Passing Interface | MPI_Finalize >> |
See below for some basic examples about MPI interfaces available in Nelson.
mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.nls'], 4)
edit([modulepath('mpi'), '/examples/MPI_helloworld.nls'])
mpiexec([modulepath('mpi'), '/examples/MPI_simpledemo.nls'], 4)
edit([modulepath('mpi'), '/examples/MPI_simpledemo.nls'])
mpiexec([modulepath('mpi'), '/examples/MPI_parallel_sum.nls'], 40)
edit([modulepath('mpi'), '/examples/MPI_parallel_sum.nls'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET