mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
80fe6dc4a6
part of the MPICH package. It is used to initialize a parallel job from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation. WWW: http://www.osc.edu/~pw/mpiexec/index.php PR: ports/105650 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
8 lines
344 B
Plaintext
8 lines
344 B
Plaintext
Mpiexec is a replacement program for the script mpirun, which is
|
|
part of the MPICH package. It is used to initialize a parallel job
|
|
from within a PBS batch or interactive environment. Mpiexec uses
|
|
the task manager library of PBS to spawn copies of the executable
|
|
on the nodes in a PBS allocation.
|
|
|
|
WWW: http://www.osc.edu/~pw/mpiexec/index.php
|