Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

benchmarks-sync

Run benchmarks on only one concurrently executing Intel Advisor instance to avoid concurrency issues with regard to platform limits.

Syntax

--benchmarks-sync

--no-benchmarks-sync

Default

On (benchmarks-sync)

Actions Modified

collect

Usage

Analyze a multi-process application running more than one process on the same host system.

Example

Run a Trip Counts & FLOP analysis for the MPI application myApplication. Disable benchmark synchronization to get platform limits corresponding to concurrent runs of multiple processes on the same host system.

mpirun -n 4 --gtool=“advisor --collect=tripcounts --flop --no-benchmarks-sync --project-dir=./advi_results:0-3” ./myApplication