Intel® Advisor Help
Import and finalize data collected on the MPI cluster.
-import-dir <PATH> |
The PATH/name of the project directory that contains the data collected on the cluster.
Action Options | Description |
---|---|
-mpi-rank=<integer> | Specify the MPI rank of the result to be imported. This option is generally used when the data collections are on a shared partition. |
-project-dir=<string> | Designate the project directory. This is the top-level directory where the data collections will be saved. |
-search-dir=<string> | <all | bin | src | sym[:<p | r>]>=<directory>. <directory> is the name of the search directory for binaries (bin), sources (src), symbols (sym), or all these file types (all). Use ':r' to perform a recursive search of all subdirectories. Use ':p' to indicate highest priority search directories (directories that should be searched prior to others, including environment paths and absolute paths). You can use these options together as ':rp'. |
Global Options | Description |
---|---|
-q, -quiet | Suppress non-essential messages |
-v, -verbose | Print additional information |
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.
Import data collected on rank 2 of MPI cluster to the new project.
advixe-cl --import-dir ./advi --project-dir ./new_advi --mpi-rank 2 --search-dir src:r=./src