We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5171ef9 commit b3c60caCopy full SHA for b3c60ca
benchmarks/lockhammer/README.rst
@@ -46,6 +46,26 @@ Software Dependencies
46
+ sh python3 module
47
+ yaml python3 module
48
49
+Guide for Redhat Enterprise Linux 8.1
50
+-------------------------------------
51
+dnf install hwloc-gui
52
+pip3 install sh
53
+git clone https://github.com/ARM-software/synchronization-benchmarks.git
54
+cd synchronization-benchmarks/benchmarks/lockhammer
55
+make
56
+cd scripts
57
+./runall.sh
58
+
59
+Guide for Ubuntu 19.04
60
+----------------------
61
+apt install hwloc python3-sh
62
63
64
65
66
67
68
69
Usage
70
=====
71
0 commit comments