AMPSUBZ parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (→‎Description: minor formatting)
Line 21: Line 21:
<p>
<p>
<var>AMPSUBZ</var> specifies the number of active zIIP subtasks.</p>  
<var>AMPSUBZ</var> specifies the number of active zIIP subtasks.</p>  
<p>The value of <var>AMPSUBZ</var> must be less than or equal to the value of the <var>[[NMPSUBZ parameter|NMPSUBZ]]</var> parameter, which determines the number of zIIP subtasks attached during initialization. </p>
<p>
<p class="note"><b>Note:</b> MP subtasks and zIIP subtasks may be used together. Therefore, <var>[[AMPSUBS_parameter|AMPSUBS]]</var>, <var>[[NMPSUBS_parameter|NMPSUBS]]</var>, AMPSUBZ and <var>[[NMPSUBZ_parameter|NMPSUBZ]]</var> can all be greater than zero. However, to avoid unnecessary overhead: </p>
The value of <var>AMPSUBZ</var> must be less than or equal to the value of the <var>[[NMPSUBZ parameter|NMPSUBZ]]</var> parameter, which determines the number of zIIP subtasks attached during initialization. </p>
<p class="note"><b>Note:</b> MP subtasks and zIIP subtasks may be used together. Therefore, <var>[[AMPSUBS parameter|AMPSUBS]]</var>, <var>[[NMPSUBS_parameter|NMPSUBS]]</var>, <var>AMPSUBZ</var> and <var>[[NMPSUBZ_parameter|NMPSUBZ]]</var> can all be greater than zero. However, to avoid unnecessary overhead: </p>
<ul>
<ul>
<li>
<li>Do not set <var>AMPSUBS</var> greater than the number of central processors actually available.</li>
Do not set <var>AMPSUBS</var> greater than the number of central processors actually available.</li>
 
<li>
<li>Do not set <var>AMPSUBZ</var> greater than the number of zIIP processors actually available.</li>
Do not set <var>AMPSUBZ</var> greater than the number of zIIP processors actually available.</li>
</ul>
</ul>
<p>For more information about zIIP processing, refer to [[Performance monitoring and tuning#Offloading Model 204 work to zIIP processors|Offloading Model 204 work to zIIP processors]].  </p>
<p>For more information about zIIP processing, refer to [[Performance monitoring and tuning#Offloading Model 204 work to zIIP processors|Offloading Model 204 work to zIIP processors]].  </p>

Revision as of 18:43, 28 July 2016

Number of active zIIP eligible subtasks

Summary

Default value
None
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V7.4

Description

Applies to z/OS only

On a z/OS system, Model 204 zIIP support enables you to offload Model 204 work from regular processors to zIIP processors.

AMPSUBZ specifies the number of active zIIP subtasks.

The value of AMPSUBZ must be less than or equal to the value of the NMPSUBZ parameter, which determines the number of zIIP subtasks attached during initialization.

Note: MP subtasks and zIIP subtasks may be used together. Therefore, AMPSUBS, NMPSUBS, AMPSUBZ and NMPSUBZ can all be greater than zero. However, to avoid unnecessary overhead:

  • Do not set AMPSUBS greater than the number of central processors actually available.
  • Do not set AMPSUBZ greater than the number of zIIP processors actually available.

For more information about zIIP processing, refer to Offloading Model 204 work to zIIP processors.