... | ... | @@ -24,6 +24,7 @@ This section provides a, summed up, step by step installation and execution guid |
|
|
- 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.
|
|
|
- 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")
|
|
|
|
|
|
## Installation, configuration and execution
|
|
|
1. Compile and install from source code or install via .rpm. EAR_TMP and EAR_ETC are defined in ear module. Till the module is not loaded, define manually these env vars to execute the next steps.
|
... | ... | |