Intel® Advisor Help

import-dir

Import and finalize data collected on the MPI cluster.

Syntax

-import-dir <PATH>

Arguments

The PATH/name of the project directory that contains the data collected on the cluster.

Modifiers

mpi-rank, search-dir

Description

Use the import-dir action to import and finalize data that has been collected on the MPI cluster. Specify the project directory where the cluster data resides. For best results, specify the location of the source application files using the search-dir action-option. Use mpi-rank to specify which process's data should be imported.

Example

This command imports MPI analysis data from the rank 3 cluster, reads source files from the specified search directory, and writes the result to the new-advi project directory.

$ advixe-cl -import-dir ./advi -project-dir ./new-advi -mpi-rank 3 -search-dir src:=./src

See Also