A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-03FC1F89-762B-4A8C-B735-CA8BFA5B5405
Visible to Intel only — GUID: GUID-03FC1F89-762B-4A8C-B735-CA8BFA5B5405
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
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