<< MPI overview | Message Passing Interface |
mpiexec(script) |
mpiexec(script, nb_process) |
r = mpiexec(script, nb_process) |
[r, msg] = mpiexec(script, nb_process) |
an filename with .m extension.
an integer value: number of process.
an integer value: maximum of the exit status values of all of the processes created by mpiexec.
Run an MPI script in nelson.
MPI process are launched in CLI mode (no gui, no plot).
mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Allreduce.m'], 4)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET