![]() |
EAR 4.2.1
EAR Reference Manual
|
The EAR package includes two type of tests. The check tests, prepared to be executed after the make
by typing make check
, with and without privileges, so probably you will have to check it with sudo
.
When running a check test, 3 types of message are written in the output. 1) Error: the hardware, software or libraries are incompatible with the library. 2) Warning: it's possible that some componentes have to be loaded prior the execution (the library would try to do it). 3) Ok: your system is full compatible with the library.
Make check tests list
Name | Checking |
---|---|
cpu_examinable | If the CPU examinable by the library. |
cpu_aperf | If the CPU APERF counter is available. |
cpu_uncores | If there are CPU uncore counters available. |
cpu_uncores_all | If there are all CPU uncore counters available. |
papi_version | If the PAPI version is greater or equal than the reference. |
papi_init | If PAPI initializes correctly. |
papi_comp_available | If PAPI perf counters events are available. |
papi_comp_enabled | If PAPI perf counters events are enabled. |
papi_comp_available | If PAPI perf uncore counters events are available. |
papi_comp_enabled | If PAPI perf uncore counters events are enabled. |
papi_comp_available | If PAPI libmsr events are available. |
papi_comp_enabled | If PAPI libmsr events are enabled. |
papi_comp_available | If PAPI rapl events are available. |
papi_comp_enabled | If PAPI rapl events are enabled. |
gsl_version | If the GSL version is greater or equal than the reference. |
slurm_version | If the SLURM version is greater or equal than the reference. |
module_ipmi_devintf | If the ipmi_devintf (IPMI) driver is running. |
module_acpi_cpufreq | If the acpi-cpufreq (CPUFreq) driver is running. |