ukri-excalibur / excalibur-tests

Performance benchmarks and regression tests for the ExCALIBUR project
https://ukri-excalibur.github.io/excalibur-tests/
Apache License 2.0
18 stars 15 forks source link

Install LIKWID on a cluster (e.g. myriad) using the `perf_event` backend #241

Open tkoskela opened 9 months ago

tkoskela commented 9 months ago

Instructions in LIKWID wiki

Document steps to install in a comment to this issue.

themkots commented 8 months ago

Those steps should be similar for all of the above target machines.

For [Myriad, Kathleen, Young] we have to use a more recent compiler suite than the currently default gcc 4.9.2, and a newer python

module unload -f compilers gcc-libs mpi module load beta-modules module load gcc-libs/10.2.0 compilers/gnu/10.2.0 module load python3

Those steps should be similar for all of the above target machines.

For [Myriad, Kathleen, Young] we have to use a more recent compiler suite than the currently default gcc 4.9.2, and a newer python