Performance analysis tools available on bwUniCluster
The performance analysis tools DDT (graphical parallel debugger) and MAP (verification of memory consumption, floating point operations and MPI usage) are now available for all users of the bwUniCluster.
Addtionally, all users of the bwUniCluster can now use the tool "performance report" from Allinea.
module add devel/ddt
Just add perf-report in front of the executable or in front of mpirun
perf-report <executable>
perf-report mpirun -np 4 <executable>