Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

import-dir

Import and finalize data collected on an MPI cluster.

Syntax

--import-dir=<PATH> [--action-options] [--global-options] [[--] <target> [<target options>]]

Arguments

<PATH> is the full path to a directory where previously collected data resides.

Default

No default argument

Usage

For best results, specify the location of the source application files using the search-dir action option. Use the mpi-rank action option to specify the process data to import.

For MPI workloads:

  1. Copy the data from the rank node to the home node.

  2. Import the data.

  3. View the data.

Example

Import data collected on rank 2 of the MPI cluster to the new project.

advisor --import-dir-./advi --mpi-rank-2 --search-dir src:r=./src --project-dir-./advi_results

See Also