diff --git a/README.md b/README.md index a6d840e09fd30f072d557ce33f80e5386f0cdd5e..99fa085a7e2952afd66f5681830b35ec1d925a70 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ make ``` You may want to run `./configure.sh --help` to see configuration options. -To use `amd_rapl` you have to load the module `msr` +To use `amd_rapl` you have to load the module `msr` and use mojitO/S as root ```bash sudo modprobe msr ``` @@ -85,10 +85,10 @@ To execute mojitos without being root to monitor performance counters ```bash sudo sh -c 'echo 0 >/proc/sys/kernel/perf_event_paranoid' ``` -To execute mojitos without being root for accessing RAPL +To execute mojitos without being root for accessing RAPL on Intel ```bash -sudo chmod a+w /sys/class/powercap/intel-rapl/*/* -sudo chmod a+w /sys/class/powercap/intel-rapl/*/*/* +sudo chmod a+r /sys/class/powercap/intel-rapl/*/* +sudo chmod a+r /sys/class/powercap/intel-rapl/*/*/* ``` For now likwid backend needs mojitos to run root privileges