... | ... | @@ -23,6 +23,7 @@ This section provides a, summed up, step by step installation and execution guid |
|
|
- To install EAR from rpm (only binaries) all these dependencies have been removed except mysqlclient. However, they are neeed when running EAR.
|
|
|
- SLURM must also be present if the SLURM plugin wants to be used. Since current EAR version only supports automatic execution of applications with EAR library using the SLURM plugin, it must be running when EAR library wants to be used (not needed for node monitoring)
|
|
|
- The drivers for CPUFreq management (acpi-cpufreq) and Open IPMI must be present and loaded.
|
|
|
- msr kernel driver must be loaded
|
|
|
- MySQL server must be up and running.
|
|
|
- Hardware counters must be accessible for normal users. Set /proc/sys/kernel/perf_event_paranoid to 2 (or less). (sudo sh -c "echo 2 > /proc/sys/kernel/perf_event_paranoid")
|
|
|
|
... | ... | |