We try to collect trip count from our program by Intel Advisor 2017.
We compiled as the following:
ifort -O3 -g -xCORE-AVX512 name.f90
And we ran Intel Advisor GUI on Intel Skylake processor(Gold), collected survey and trip count(& Flops). However, we always get the following error when we collect trip count.
Pin: pin-3.4-*************** Copyright (c) 2003-2017, Intel Corporation. All rights reserved. E: vcs/tripcounts2/src/flopcount/flopcount.cpp:343: Invalid REG for IARG_REG_VALUE reg: k1
Do we have a mistake on compile or how to execute Intel Advisor?
If you can help or give us some information, we are glad about it.