bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

facing issue with compilation of extrae-4.0.4 #86

Closed ranjit02 closed 11 months ago

ranjit02 commented 11 months ago

I am compiling the extrae-4.0.4 on an XC-40 machine with the cray-gnu environment with all supported libraries but it's giving me the same error of binutils please find the configure command and error message below:

./configure --with-binutils=/home/sranjit/profile/binutils/x86_64/ --with-mpi=/usr/lib64/mpi/gcc/mvapich2 --with-xml-prefix=/usr/lib64 --disable-xmltest --enable-sampling --prefix=/home/sranjit/profile/exe/extrae_v4.0.4 --with-papi=/opt/cray/pe/papi/5.5.1.1 --with-unwind=/home/sranjit/profile/deps/unwind_1.16.1 --without-dyninst CC=cc CFLAGS='-O3 -g' LDFLAGS='-O3 -g' CXX=CC CXXFLAGS='-O3 -g' F77=ftn FFLAGS='-O3 -g'

image even though binutils is installed and the path is given still it's giving the above issue same happening with PAPI that also installed at the given path but it's not taking the same.

Any help will be appreciated.

gllort commented 11 months ago

Can you please post the file 'config.log'?

ranjit02 commented 11 months ago

Resolved