Score-P is a profiling software for parallel codes.
configure –prefix=$PWD/install
, make
, make install
.export PATH=$PWD/install/bin:$PWD
gcc
with scorep gcc
everywhere (or g++
by scorep g++
).SCOREP_ENABLE_PROFILING=true
produces output for “Cube”SCOREP_ENABLE_TRACING=false
produces output for “Vampir”.SCOREP_TOTAL_MEMORY=10G
(default is 16M) this is the amount I had to use for Sherpa on Cooley.SCOREP_PROFILING_MAX_CALLPATH_DEPTH=50
(default is 30) Score-P complained that Sherpa had a depth of 38!!scorep_<date>_<time>_<random number>
folder in the run directory.profile.cubex
ouput just run the cube
executable in the Score-P install/bin folder.