Running Onload - UG1586

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2026-01-22
Revision
1.4 English

Once Onload has been installed there are different ways to accelerate applications.

  • Prefixing the application command line with the Onload command will accelerate the application.
    # onload <app_name> [app_options]
  • Exporting LD_PRELOAD to the environment will mean that all applications started in the same environment will be accelerated.
    # export LD_PRELOAD=libonload.so