Intel® Advisor Help

enable-task-chunking

Enable task chunking for specified annotated sites when generating a suitability report.

GUI Equivalent

Intel Advisor standalone GUI: Result tab > Suitability Report window > Enable Task Chunking check box

Syntax

-enable-task-chunking <string>

Arguments

String containing the names of annotated sites where you want to enable task chunking.

Default

Off

Actions Modified

report=suitability

Description

When creating a Suitability report, use the enable-task-chunking action-option to perform task-chunking analysis on the specified parallel site(s). Sites must be specified in a comma-separated list (no spaces).

Example

This command generates a Suitability report that includes task-chunking analysis for the annotated sites myAnnotatedSiteJ and myAnnotatedSiteX.

$ advixe-cl -report suitability –project-dir ./advi -enable-task-chunking myAnnotatedSiteJ,myAnnotatedSiteX

See Also