Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • EAR EAR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EAR_teamEAR_team
  • EAREAR
  • Wiki
  • EAR environment variables

EAR environment variables · Changes

Page history
v5.2 release authored Oct 23, 2025 by Oriol's avatar Oriol
Show whitespace changes
Inline Side-by-side
EAR-environment-variables.md
View page @ 168bb2b7
......@@ -81,7 +81,7 @@ export EAR_REPORT_ADD=my_report_plugin.so:my_report_plugin2.so
srun -n 10 my_mpi_app
```
For more information, see [Report plug-ins](https://gitlab.bsc.es/ear_team/ear/-/wikis/Report) section.
For more information, see [Report plug-ins](https://gitlab.bsc.es/ear_team/ear_private/-/wikis/Report) section.
## Extended GPU metrics
......@@ -171,7 +171,7 @@ the chance for a user to [fix it](#ear_max_imcfreq-and-ear_min_imcfreq) during a
### EAR\_SET\_IMCFREQ
Enables/disables EAR's [eUFS](Home#publications) feature.
Enables/disables EAR's [eUFS](https://gitlab.bsc.es/ear_team/ear/-/wikis/Home#publications) feature.
Type `ear-info` to see whehter eUFS is enabled by default.
You can control eUFS' maximum permitted time penalty by exporting `EAR_POLICY_IMC_TH`,
......@@ -364,7 +364,7 @@ Moreover, this is the only way to set different priorities over different thread
## EAR\_MIN\_CPUFREQ
This variable can only be set by **authorized users**, and modifies the minimum CPU frequency the EAR Library can set.
The [EAR configuration](https://gitlab.bsc.es/ear_team/ear/-/wikis/Configuration) file has a field called `cpu_max_pstate` which sets this limits on the tag it is configured.
The [EAR configuration](https://gitlab.bsc.es/ear_team/ear_private/-/wikis/Configuration) file has a field called `cpu_max_pstate` which sets this limits on the tag it is configured.
Authorized users can modify this limit at submission time by using this environment to test, for example, the best value for the `ear.conf` field.
## Disabling EAR's affinity masks usage
......@@ -510,7 +510,7 @@ srun -n 10 --ear=on ./mpi_app
## REPORT_EARL_EVENTS
Use this variable (i.e., `export REPORT_EARL_EVENTS=1`) to make EARL send internal events to the [Database](https://gitlab.bsc.es/ear_team/ear/-/wikis/EAR-Database).
Use this variable (i.e., `export REPORT_EARL_EVENTS=1`) to make EARL send internal events to the [Database](https://gitlab.bsc.es/ear_team/ear_private/-/wikis/EAR-Database).
These events are useful to have more information about Library's behaviour, like
when DynAIS **(REFERENCE DYNAIS)** is turned off, the computational phase EAR is guessing the application is on
or the status of the applied policy **(REF POLICIES)**.
......
Clone repository
  • Home
  • User guide
    • Use cases
      • MPI applications
      • Non-MPI applications
      • Other use cases
      • Usage inside Singularity containers
      • Usage through the COMPSs Framework
    • EAR data
      • Post-mortem application data
      • Runtime report plug-ins
      • EARL events
      • MPI stats
      • Paraver traces
      • Grafana
    • Submission flags
    • Examples
    • Job accounting
    • Job energy optimization
  • Tutorials
  • Commands
    • Job accounting (eacct)
    • System energy report (ereport)
    • EAR control (econtrol)
    • Database management
    • erun
    • ear-info
  • Environment variables
    • Support for Intel(R) speed select technology
  • Admin Guide
    • Quick installation guide
    • Installation from RPM
    • Updating
  • Installation from source
  • Architecture/Services
  • High Availability support
  • Configuration
  • Classification strategies
  • Learning phase
  • Plug-ins
  • Powercap
  • Report plug-ins
  • Database
    • Updating the database from previous EAR versions
    • Tables description
  • Supported systems
  • EAR Data Center Monitoring
  • CHANGELOG
  • FAQs
  • Known issues