Skip to content

Commit b3c60ca

Browse files
authored
Add RHEL and Ubuntu basic usage example
1 parent 5171ef9 commit b3c60ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

benchmarks/lockhammer/README.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,26 @@ Software Dependencies
4646
+ sh python3 module
4747
+ yaml python3 module
4848

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+
git clone https://github.com/ARM-software/synchronization-benchmarks.git
63+
cd synchronization-benchmarks/benchmarks/lockhammer
64+
make
65+
cd scripts
66+
./runall.sh
67+
68+
4969
Usage
5070
=====
5171

0 commit comments

Comments
 (0)