Passer au contenu principal

Intel Advisor

Introduction

This tutorial will guide you how to run advisor in AMD processors, we explore also the type of code we can profile.

Project setup

First of all we are going to prepare an executable to run the test, we can copy the nqueens example from advisor installation directory:

cp /dcsrsoft/spack/external/intel/2021.2/advisor/2021.2.0/samples/en/C++/nqueens_Advisor.tgz .

we extract the contents and then we compile the serial version:

make 1_nqueens_serial

Then we create a project using advisor gui: