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
  • User guide

User guide · Changes

Page history
Fix broken link to the job submission flags section authored May 20, 2025 by Oriol's avatar Oriol
Show whitespace changes
Inline Side-by-side
User-guide.md
View page @ e5c7cf1d
...@@ -211,7 +211,7 @@ Check out the [dedicated section](https://compss-doc.readthedocs.io/en/latest/Se ...@@ -211,7 +211,7 @@ Check out the [dedicated section](https://compss-doc.readthedocs.io/en/latest/Se
EARL loading is **only available** using `enqueue_compss` and with Python applications. EARL loading is **only available** using `enqueue_compss` and with Python applications.
The command has the flag `--ear` which you can set either a boolean (i.e., *true* or *false*) or a string value. The command has the flag `--ear` which you can set either a boolean (i.e., *true* or *false*) or a string value.
The latter can be any of the [job submission flags](ear-job-submission-flags). The latter can be any of the [job submission flags](#ear-job-submission-flags).
See the [example](https://compss-doc.readthedocs.io/en/latest/Sections/05_Tools/05_EAR.html#example) provided by the COMPSs documentation. See the [example](https://compss-doc.readthedocs.io/en/latest/Sections/05_Tools/05_EAR.html#example) provided by the COMPSs documentation.
# Retrieving EAR data # Retrieving EAR data
...@@ -223,7 +223,7 @@ kind of information. ...@@ -223,7 +223,7 @@ kind of information.
As a very simple hint of your application workload, you can enable EARL verbosity (i.e., `--ear-verbose=1`) to get loop data at runtime. As a very simple hint of your application workload, you can enable EARL verbosity (i.e., `--ear-verbose=1`) to get loop data at runtime.
**The information is shown at _stderr_ by default.** **The information is shown at _stderr_ by default.**
Read how to set up verbosity at [submission time](ear-job-submission-flags) and Read how to set up verbosity at [submission time](#ear-job-submission-flags) and
[verbosity environment variables](EAR-environment-variables#verbosity) provided [verbosity environment variables](EAR-environment-variables#verbosity) provided
for a more advanced tunning of this EAR feature. for a more advanced tunning of this EAR feature.
......
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
  • 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