How to build Score-P

Software
Version
Cluster
Score-P
8.4-cpeCray
Dardel

Download and untar the source code

wget https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-8.4/scorep-8.4.tar.gz
tar xvf scorep-8.4.tar.gz
cd scorep-8.4/

Load the environment

ml PDC/23.12
ml cpeGNU/23.12
ml cubelib/4.8.2-cpeGNU-23.12
ml cubew/4.8.2-cpeGNU-23.12
ml libunwind/1.4.0-alps
ml opari2/2.0.6
ml papi

Configure

./configure --with-machine-name=dardel --enable-shared --with-libpmi-include=/opt/cray/pe/pmi/default/include --with-libpmi-lib=/opt/cray/pe/pmi/default/lib64 --with-papi-header=/opt/cray/pe/papi/default/include --with-papi-lib=/opt/cray/pe/papi/default/lib64 --with-libbfd=download --with-libunwind=$EBROOTLIBUNWIND --with-opari2=$EBROOTOPARI2/bin --with-cubew=$EBROOTCUBEW/bin --with-cubelib=$EBROOTCUBELIB/bin --prefix=/pdc/software/23.12/other/score-p/8.4-cpeCray

Build and install

make -j 64
make install

Disclaimer

PDC takes no responsibility for the correctness of results produced with the binaries. Always evaluate the binaries against known results for the systems and properties you are investigating before using the binaries for production jobs.

How to use Score-P