ParallelizationΒΆ
SPECIFICATION OF MULTI-PROCESSORS
PX
: number of processors to use in XPY
: number of processors to use in Y
Note
PX
andPY
must be consistent with the number of processors defined inmpirun
command, e.g.,mpirun -np n
(where n = px * py). For versions 3.0 or lower,PX (PY)
should be a common factor ofMglob(Nglob)
.